COLOR #BB958D

HEX: #BB958D
RGB: (187,149,141)

Color info

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

RGB color model

#BB958D color RGB value is (187,149,141).

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

RGB channels and saturation

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

187
149
141

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

Portions of RGB colors in percentages

R + G + B =
187 + 149 + 141 = 477 (100%)
R 187 of 477 ~ 39.2%
G 149 of 477 ~ 31.24%
B 141 of 477 ~ 29.56%

%39.2
%31.24
%29.56

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 20.32%
  • yellow value is 24.60%
  • 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
%24.6
%26.67

Codes

Color #BB958D in popluar color models

BB958D
RGB187149141
HSL10°25.27%64.31%
HSB/HSV10°24.60%73.33%
CMYK0.00%20.32%24.60%
26.67%

Color #BB958D in popluar number systems.

HEXBB958D
Decimal187149141
Binary101110111001010110001101
Octal273225215

Shades and tints

Shades of #BB958D

#BB958D
(187,149,141)
#AA8881
(170,136,129)
#997B75
(153,123,117)
#886E69
(136,110,105)
#77615D
(119,97,93)
#665451
(102,84,81)
#554745
(85,71,69)
#443A39
(68,58,57)
#332D2D
(51,45,45)
#222021
(34,32,33)
#111315
(17,19,21)
#000000
(0,0,0)

Tints of #BB958D

#BB958D
(187,149,141)
#C19E97
(193,158,151)
#C7A7A1
(199,167,161)
#CDB0AB
(205,176,171)
#D3B9B5
(211,185,181)
#D9C2BF
(217,194,191)
#DFCBC9
(223,203,201)
#E5D4D3
(229,212,211)
#EBDDDD
(235,221,221)
#F1E6E7
(241,230,231)
#F7EFF1
(247,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB958D; }

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

This text font color is #BB958D.


Background Color

.myBgColor { background-color: #BB958D; }

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

This div background color is #BB958D.


Border color

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

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

This div border color is #BB958D.


Opacity

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

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

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

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

This text has shadow with #BB958D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB958D on black background.


Color preview on white background

This text has color #BB958D on white background.



Black color preview on #BB958D background

This text has black color on #BB958D background.


White color preview on #BB958D background

This text has white color on #BB958D background.