COLOR #B4908F

HEX: #B4908F
RGB: (180,144,143)

Color info

#B4908F contains red, green and blue colors in about the same proportion. Web safe color of #B4908F is #CC9999 (or #C99).

RGB color model

#B4908F color RGB value is (180,144,143).

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

RGB channels and saturation

R 180 of 255 = 71%
G 144 of 255 = 56%
B 143 of 255 = 56%

180
144
143

R + G + B ~ 61%. #B4908F is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 144 + 143 = 467 (100%)
R 180 of 467 ~ 38.54%
G 144 of 467 ~ 30.84%
B 143 of 467 ~ 30.62%

%38.54
%30.84
%30.62

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 20.56%
  • key color value is 29.41%
CMYK:
(0,20,21,29)
C0M20Y21K29 
(0%,20%,21%,29%)
(0.00/0.20/0.21/0.29)	

CMYK percentages

%0
%20
%20.56
%29.41

Codes

Color #B4908F in popluar color models

B4908F
RGB180144143
HSL19.79%63.33%
HSB/HSV20.56%70.59%
CMYK0.00%20.00%20.56%
29.41%

Color #B4908F in popluar number systems.

HEXB4908F
Decimal180144143
Binary101101001001000010001111
Octal264220217

Shades and tints

Shades of #B4908F

#B4908F
(180,144,143)
#A48382
(164,131,130)
#947675
(148,118,117)
#846968
(132,105,104)
#745C5B
(116,92,91)
#644F4E
(100,79,78)
#544241
(84,66,65)
#443534
(68,53,52)
#342827
(52,40,39)
#241B1A
(36,27,26)
#140E0D
(20,14,13)
#000000
(0,0,0)

Tints of #B4908F

#B4908F
(180,144,143)
#BA9A99
(186,154,153)
#C0A4A3
(192,164,163)
#C6AEAD
(198,174,173)
#CCB8B7
(204,184,183)
#D2C2C1
(210,194,193)
#D8CCCB
(216,204,203)
#DED6D5
(222,214,213)
#E4E0DF
(228,224,223)
#EAEAE9
(234,234,233)
#F0F4F3
(240,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4908F; }

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

This text font color is #B4908F.


Background Color

.myBgColor { background-color: #B4908F; }

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

This div background color is #B4908F.


Border color

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

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

This div border color is #B4908F.


Opacity

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

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

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

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

This text has shadow with #B4908F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4908F on black background.


Color preview on white background

This text has color #B4908F on white background.



Black color preview on #B4908F background

This text has black color on #B4908F background.


White color preview on #B4908F background

This text has white color on #B4908F background.