COLOR #BB958C

HEX: #BB958C
RGB: (187,149,140)

Color info

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

RGB color model

#BB958C color RGB value is (187,149,140).

  • red value is 187;
  • green value is 149;
  • blue value is 140.
RGB:
(187,149,140)
(73%,58%,55%)

RGB channels and saturation

R 187 of 255 = 73%
G 149 of 255 = 58%
B 140 of 255 = 55%

187
149
140

R + G + B ~ 62%. #BB958C is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 149 + 140 = 476 (100%)
R 187 of 476 ~ 39.29%
G 149 of 476 ~ 31.3%
B 140 of 476 ~ 29.41%

%39.29
%31.3
%29.41

CMYK color model

#BB958C color CMYK value is (0,20,25,27).

  • cyan value is 0.00%
  • magenta value is 20.32%
  • yellow value is 25.13%
  • key color value is 26.67%
CMYK:
(0,20,25,27)
C0M20Y25K27 
(0%,20%,25%,27%)
(0.00/0.20/0.25/0.27)	

CMYK percentages

%0
%20.32
%25.13
%26.67

Codes

Color #BB958C in popluar color models

BB958C
RGB187149140
HSL11°25.68%64.12%
HSB/HSV11°25.13%73.33%
CMYK0.00%20.32%25.13%
26.67%

Color #BB958C in popluar number systems.

HEXBB958C
Decimal187149140
Binary101110111001010110001100
Octal273225214

Shades and tints

Shades of #BB958C

#BB958C
(187,149,140)
#AA8880
(170,136,128)
#997B74
(153,123,116)
#886E68
(136,110,104)
#77615C
(119,97,92)
#665450
(102,84,80)
#554744
(85,71,68)
#443A38
(68,58,56)
#332D2C
(51,45,44)
#222020
(34,32,32)
#111314
(17,19,20)
#000000
(0,0,0)

Tints of #BB958C

#BB958C
(187,149,140)
#C19E96
(193,158,150)
#C7A7A0
(199,167,160)
#CDB0AA
(205,176,170)
#D3B9B4
(211,185,180)
#D9C2BE
(217,194,190)
#DFCBC8
(223,203,200)
#E5D4D2
(229,212,210)
#EBDDDC
(235,221,220)
#F1E6E6
(241,230,230)
#F7EFF0
(247,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB958C color. Also use rgb(187,149,140) instead hex code.

Text Font Color

.myTextColor { color: #BB958C; }

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

This text font color is #BB958C.


Background Color

.myBgColor { background-color: #BB958C; }

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

This div background color is #BB958C.


Border color

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

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

This div border color is #BB958C.


Opacity

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

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

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

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

This text has shadow with #BB958C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB958C on black background.


Color preview on white background

This text has color #BB958C on white background.



Black color preview on #BB958C background

This text has black color on #BB958C background.


White color preview on #BB958C background

This text has white color on #BB958C background.