COLOR #B6484F

HEX: #B6484F
RGB: (182,72,79)

Color info

#B6484F contains mainly red color. Web safe color of #B6484F is #CC3366 (or #C36).

RGB color model

#B6484F color RGB value is (182,72,79).

  • red value is 182;
  • green value is 72;
  • blue value is 79.
RGB:
(182,72,79)
(71%,28%,31%)

RGB channels and saturation

R 182 of 255 = 71%
G 72 of 255 = 28%
B 79 of 255 = 31%

182
72
79

R + G + B ~ 43%. #B6484F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
182 + 72 + 79 = 333 (100%)
R 182 of 333 ~ 54.65%
G 72 of 333 ~ 21.62%
B 79 of 333 ~ 23.72%

%54.65
%21.62
%23.72

CMYK color model

#B6484F color CMYK value is (0,60,57,29).

  • cyan value is 0.00%
  • magenta value is 60.44%
  • yellow value is 56.59%
  • key color value is 28.63%
CMYK:
(0,60,57,29)
C0M60Y57K29 
(0%,60%,57%,29%)
(0.00/0.60/0.57/0.29)	

CMYK percentages

%0
%60.44
%56.59
%28.63

Codes

Color #B6484F in popluar color models

B6484F
RGB1827279
HSL356°43.31%49.80%
HSB/HSV356°60.44%71.37%
CMYK0.00%60.44%56.59%
28.63%

Color #B6484F in popluar number systems.

HEXB6484F
Decimal1827279
Binary1011011010010001001111
Octal266110117

Shades and tints

Shades of #B6484F

#B6484F
(182,72,79)
#A64248
(166,66,72)
#963C41
(150,60,65)
#86363A
(134,54,58)
#763033
(118,48,51)
#662A2C
(102,42,44)
#562425
(86,36,37)
#461E1E
(70,30,30)
#361817
(54,24,23)
#261210
(38,18,16)
#160C09
(22,12,9)
#000000
(0,0,0)

Tints of #B6484F

#B6484F
(182,72,79)
#BC585F
(188,88,95)
#C2686F
(194,104,111)
#C8787F
(200,120,127)
#CE888F
(206,136,143)
#D4989F
(212,152,159)
#DAA8AF
(218,168,175)
#E0B8BF
(224,184,191)
#E6C8CF
(230,200,207)
#ECD8DF
(236,216,223)
#F2E8EF
(242,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6484F color. Also use rgb(182,72,79) instead hex code.

Text Font Color

.myTextColor { color: #B6484F; }

<p style="color:#B6484F">This sample text font color is #B6484F.</p>

This text font color is #B6484F.


Background Color

.myBgColor { background-color: #B6484F; }

<div style="background-color:#B6484F">Inner text</div>

This div background color is #B6484F.


Border color

.myBorderColor { border: 1px solid #B6484F; }

<div style="border:3px solid #B6484F">Div</div>

This div border color is #B6484F.


Opacity

.myOpacity80 { color: #B6484F; opacity: 0.8; }

<p style="color:#B6484F;opacity:0.8;">80%</p>

Text with #B6484F color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #B6484F;}

<p style="text-shadow: 3px 3px 1px #B6484F">Text here.</p>

This text has shadow with #B6484F color.

.textShadow {text-shadow: 3px 3px 1px #B6484F, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #B6484F, 5px 5px 20px red">Text here.</p>

This text has shadow with #B6484F primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B6484F, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#B6484F, Direction=45, Strength=4)">Text</p>

This text has shadow with #B6484F and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #B6484F;
  -webkit-box-shadow:	1px 1px 3px 2px #B6484F;
  box-shadow:		1px 1px 3px 2px #B6484F;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B6484F;
-webkit-box-shadow: 1px 1px 3px 2px #B6484F;
box-shadow:1px 1px 3px 2px #B6484F;">
Div content here</div>
This div box has shadow with color #B6484F.

Preview

Color preview on black background

This text has color #B6484F on black background.


Color preview on white background

This text has color #B6484F on white background.



Black color preview on #B6484F background

This text has black color on #B6484F background.


White color preview on #B6484F background

This text has white color on #B6484F background.