COLOR #BB9182

HEX: #BB9182
RGB: (187,145,130)

Color info

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

RGB color model

#BB9182 color RGB value is (187,145,130).

  • red value is 187;
  • green value is 145;
  • blue value is 130.
RGB:
(187,145,130)
(73%,57%,51%)

RGB channels and saturation

R 187 of 255 = 73%
G 145 of 255 = 57%
B 130 of 255 = 51%

187
145
130

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

Portions of RGB colors in percentages

R + G + B =
187 + 145 + 130 = 462 (100%)
R 187 of 462 ~ 40.48%
G 145 of 462 ~ 31.39%
B 130 of 462 ~ 28.14%

%40.48
%31.39
%28.14

CMYK color model

#BB9182 color CMYK value is (0,22,30,27).

  • cyan value is 0.00%
  • magenta value is 22.46%
  • yellow value is 30.48%
  • key color value is 26.67%
CMYK:
(0,22,30,27)
C0M22Y30K27 
(0%,22%,30%,27%)
(0.00/0.22/0.30/0.27)	

CMYK percentages

%0
%22.46
%30.48
%26.67

Codes

Color #BB9182 in popluar color models

BB9182
RGB187145130
HSL16°29.53%62.16%
HSB/HSV16°30.48%73.33%
CMYK0.00%22.46%30.48%
26.67%

Color #BB9182 in popluar number systems.

HEXBB9182
Decimal187145130
Binary101110111001000110000010
Octal273221202

Shades and tints

Shades of #BB9182

#BB9182
(187,145,130)
#AA8477
(170,132,119)
#99776C
(153,119,108)
#886A61
(136,106,97)
#775D56
(119,93,86)
#66504B
(102,80,75)
#554340
(85,67,64)
#443635
(68,54,53)
#33292A
(51,41,42)
#221C1F
(34,28,31)
#110F14
(17,15,20)
#000000
(0,0,0)

Tints of #BB9182

#BB9182
(187,145,130)
#C19B8D
(193,155,141)
#C7A598
(199,165,152)
#CDAFA3
(205,175,163)
#D3B9AE
(211,185,174)
#D9C3B9
(217,195,185)
#DFCDC4
(223,205,196)
#E5D7CF
(229,215,207)
#EBE1DA
(235,225,218)
#F1EBE5
(241,235,229)
#F7F5F0
(247,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB9182 color. Also use rgb(187,145,130) instead hex code.

Text Font Color

.myTextColor { color: #BB9182; }

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

This text font color is #BB9182.


Background Color

.myBgColor { background-color: #BB9182; }

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

This div background color is #BB9182.


Border color

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

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

This div border color is #BB9182.


Opacity

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

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

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

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

This text has shadow with #BB9182 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB9182 on black background.


Color preview on white background

This text has color #BB9182 on white background.



Black color preview on #BB9182 background

This text has black color on #BB9182 background.


White color preview on #BB9182 background

This text has white color on #BB9182 background.