COLOR #B4907F

HEX: #B4907F
RGB: (180,144,127)

Color info

#B4907F contains red, green and blue colors in about the same proportion. Web safe color of #B4907F is #CC9966 (or #C96).

RGB color model

#B4907F color RGB value is (180,144,127).

  • red value is 180;
  • green value is 144;
  • blue value is 127.
RGB:
(180,144,127)
(71%,56%,50%)

RGB channels and saturation

R 180 of 255 = 71%
G 144 of 255 = 56%
B 127 of 255 = 50%

180
144
127

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

Portions of RGB colors in percentages

R + G + B =
180 + 144 + 127 = 451 (100%)
R 180 of 451 ~ 39.91%
G 144 of 451 ~ 31.93%
B 127 of 451 ~ 28.16%

%39.91
%31.93
%28.16

CMYK color model

#B4907F color CMYK value is (0,20,29,29).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 29.44%
  • key color value is 29.41%
CMYK:
(0,20,29,29)
C0M20Y29K29 
(0%,20%,29%,29%)
(0.00/0.20/0.29/0.29)	

CMYK percentages

%0
%20
%29.44
%29.41

Codes

Color #B4907F in popluar color models

B4907F
RGB180144127
HSL19°26.11%60.20%
HSB/HSV19°29.44%70.59%
CMYK0.00%20.00%29.44%
29.41%

Color #B4907F in popluar number systems.

HEXB4907F
Decimal180144127
Binary10110100100100001111111
Octal264220177

Shades and tints

Shades of #B4907F

#B4907F
(180,144,127)
#A48374
(164,131,116)
#947669
(148,118,105)
#84695E
(132,105,94)
#745C53
(116,92,83)
#644F48
(100,79,72)
#54423D
(84,66,61)
#443532
(68,53,50)
#342827
(52,40,39)
#241B1C
(36,27,28)
#140E11
(20,14,17)
#000000
(0,0,0)

Tints of #B4907F

#B4907F
(180,144,127)
#BA9A8A
(186,154,138)
#C0A495
(192,164,149)
#C6AEA0
(198,174,160)
#CCB8AB
(204,184,171)
#D2C2B6
(210,194,182)
#D8CCC1
(216,204,193)
#DED6CC
(222,214,204)
#E4E0D7
(228,224,215)
#EAEAE2
(234,234,226)
#F0F4ED
(240,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4907F color. Also use rgb(180,144,127) instead hex code.

Text Font Color

.myTextColor { color: #B4907F; }

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

This text font color is #B4907F.


Background Color

.myBgColor { background-color: #B4907F; }

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

This div background color is #B4907F.


Border color

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

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

This div border color is #B4907F.


Opacity

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

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

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

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

This text has shadow with #B4907F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4907F on black background.


Color preview on white background

This text has color #B4907F on white background.



Black color preview on #B4907F background

This text has black color on #B4907F background.


White color preview on #B4907F background

This text has white color on #B4907F background.