COLOR #BB958E

HEX: #BB958E RGB: (187,149,142)

Color info

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

RGB color model

#BB958E color RGB value is (187,149,142).

RGB: (187,149,142) (73%, 58%, 56%)

RGB channels and saturation

R 187 of 255 = 73%
G 149 of 255 = 58%
B 142 of 255 = 56%

187
149
142

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

Portions of RGB colors in percentages

R + G + B = 187 + 149 + 142 = 478 (100%)
R 187 of 478 ~ 39.12%
G 149 of 478 ~ 31.17%
B 142 of 478 ~ 29.71'%

%39.12
%31.17
%29.71

CMYK color model

#BB958E color CMYK value is (0,20,24,27).

  • cyan value is 0.00%
  • magenta value is 20.32%
  • yellow value is 24.06%
  • key color value is 26.67%

CMYK: (0,20,24,27)
C0M20Y24K27 (0%, 20%, 24%, 27%)
(0.00 / 0.20 / 0.24 / 0.27)

CMYK percentages

%0
%20.32
%24.06
%26.67

Codes

Color #BB958E in popluar color models

BB 95 8E
RGB 187 149 142
HSL 24.86% 64.51%
HSB/HSV 24.06% 73.33%
CMYK 0.00% 20.32% 24.06%
26.67%

Color #BB958E in popluar number systems.

HEX BB 95 8E
Decimal 187 149 142
Binary 10111011 10010101 10001110
Octal 273 225 216

Shades and tints

Shades of #BB958E

#BB958E
(187,149,142)
#AA8882
(170,136,130)
#997B76
(153,123,118)
#886E6A
(136,110,106)
#77615E
(119,97,94)
#665452
(102,84,82)
#554746
(85,71,70)
#443A3A
(68,58,58)
#332D2E
(51,45,46)
#222022
(34,32,34)
#111316
(17,19,22)
#000000
(0,0,0)

Tints of #BB958E

#BB958E
(187,149,142)
#C19E98
(193,158,152)
#C7A7A2
(199,167,162)
#CDB0AC
(205,176,172)
#D3B9B6
(211,185,182)
#D9C2C0
(217,194,192)
#DFCBCA
(223,203,202)
#E5D4D4
(229,212,212)
#EBDDDE
(235,221,222)
#F1E6E8
(241,230,232)
#F7EFF2
(247,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB958E; }

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

This text font color is #BB958E.

Background Color

.myBgColor { background-color: #BB958E; }

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

This div background color is #BB958E.

Border color

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

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

This div border color is #BB958E.

Opacity

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

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

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

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

This text has shadow with #BB958E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB958E.

Preview

Color preview on black background

This text has color #BB958E on black background.


Color preview on white background

This text has color #BB958E on white background.


Black color preview on #BB958E background

This text has black color on #BB958E background.


White color preview on #BB958E background

This text has white color on #BB958E background.


Related colors

Complementary color

Complementary color for #hex is #446A71.


I love getcolorcode.com

Triadic colors

1 #8EBB95 and #958EBB with #BB958E are triadic colors.

2 #8E95BB and #95BB8E with #BB958E are triadic colors.