COLOR #B04F45

HEX: #B04F45
RGB: (176,79,69)

Color info

#B04F45 contains mainly red color. Web safe color of #B04F45 is #996633 (or #963).

RGB color model

#B04F45 color RGB value is (176,79,69).

  • red value is 176;
  • green value is 79;
  • blue value is 69.
RGB:
(176,79,69)
(69%,31%,27%)

RGB channels and saturation

R 176 of 255 = 69%
G 79 of 255 = 31%
B 69 of 255 = 27%

176
79
69

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

Portions of RGB colors in percentages

R + G + B =
176 + 79 + 69 = 324 (100%)
R 176 of 324 ~ 54.32%
G 79 of 324 ~ 24.38%
B 69 of 324 ~ 21.3%

%54.32
%24.38
%21.3

CMYK color model

#B04F45 color CMYK value is (0,55,61,31).

  • cyan value is 0.00%
  • magenta value is 55.11%
  • yellow value is 60.80%
  • key color value is 30.98%
CMYK:
(0,55,61,31)
C0M55Y61K31 
(0%,55%,61%,31%)
(0.00/0.55/0.61/0.31)	

CMYK percentages

%0
%55.11
%60.8
%30.98

Codes

Color #B04F45 in popluar color models

B04F45
RGB1767969
HSL43.67%48.04%
HSB/HSV60.80%69.02%
CMYK0.00%55.11%60.80%
30.98%

Color #B04F45 in popluar number systems.

HEXB04F45
Decimal1767969
Binary1011000010011111000101
Octal260117105

Shades and tints

Shades of #B04F45

#B04F45
(176,79,69)
#A0483F
(160,72,63)
#904139
(144,65,57)
#803A33
(128,58,51)
#70332D
(112,51,45)
#602C27
(96,44,39)
#502521
(80,37,33)
#401E1B
(64,30,27)
#301715
(48,23,21)
#20100F
(32,16,15)
#100909
(16,9,9)
#000000
(0,0,0)

Tints of #B04F45

#B04F45
(176,79,69)
#B75F55
(183,95,85)
#BE6F65
(190,111,101)
#C57F75
(197,127,117)
#CC8F85
(204,143,133)
#D39F95
(211,159,149)
#DAAFA5
(218,175,165)
#E1BFB5
(225,191,181)
#E8CFC5
(232,207,197)
#EFDFD5
(239,223,213)
#F6EFE5
(246,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B04F45 color. Also use rgb(176,79,69) instead hex code.

Text Font Color

.myTextColor { color: #B04F45; }

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

This text font color is #B04F45.


Background Color

.myBgColor { background-color: #B04F45; }

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

This div background color is #B04F45.


Border color

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

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

This div border color is #B04F45.


Opacity

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

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

Text with #B04F45 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 #B04F45;}

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

This text has shadow with #B04F45 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B04F45 on black background.


Color preview on white background

This text has color #B04F45 on white background.



Black color preview on #B04F45 background

This text has black color on #B04F45 background.


White color preview on #B04F45 background

This text has white color on #B04F45 background.