COLOR #BB8282

HEX: #BB8282
RGB: (187,130,130)

Color info

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

RGB color model

#BB8282 color RGB value is (187,130,130).

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

RGB channels and saturation

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

187
130
130

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

Portions of RGB colors in percentages

R + G + B =
187 + 130 + 130 = 447 (100%)
R 187 of 447 ~ 41.83%
G 130 of 447 ~ 29.08%
B 130 of 447 ~ 29.08%

%41.83
%29.08
%29.08

CMYK color model

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

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

CMYK percentages

%0
%30.48
%30.48
%26.67

Codes

Color #BB8282 in popluar color models

BB8282
RGB187130130
HSL29.53%62.16%
HSB/HSV30.48%73.33%
CMYK0.00%30.48%30.48%
26.67%

Color #BB8282 in popluar number systems.

HEXBB8282
Decimal187130130
Binary101110111000001010000010
Octal273202202

Shades and tints

Shades of #BB8282

#BB8282
(187,130,130)
#AA7777
(170,119,119)
#996C6C
(153,108,108)
#886161
(136,97,97)
#775656
(119,86,86)
#664B4B
(102,75,75)
#554040
(85,64,64)
#443535
(68,53,53)
#332A2A
(51,42,42)
#221F1F
(34,31,31)
#111414
(17,20,20)
#000000
(0,0,0)

Tints of #BB8282

#BB8282
(187,130,130)
#C18D8D
(193,141,141)
#C79898
(199,152,152)
#CDA3A3
(205,163,163)
#D3AEAE
(211,174,174)
#D9B9B9
(217,185,185)
#DFC4C4
(223,196,196)
#E5CFCF
(229,207,207)
#EBDADA
(235,218,218)
#F1E5E5
(241,229,229)
#F7F0F0
(247,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB8282; }

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

This text font color is #BB8282.


Background Color

.myBgColor { background-color: #BB8282; }

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

This div background color is #BB8282.


Border color

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

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

This div border color is #BB8282.


Opacity

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

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

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

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

This text has shadow with #BB8282 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB8282 on black background.


Color preview on white background

This text has color #BB8282 on white background.



Black color preview on #BB8282 background

This text has black color on #BB8282 background.


White color preview on #BB8282 background

This text has white color on #BB8282 background.