COLOR #BB828D

HEX: #BB828D RGB: (187,130,141)

Color info

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

RGB color model

#BB828D color RGB value is (187,130,141).

RGB: (187,130,141) (73%, 51%, 55%)

RGB channels and saturation

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

187
130
141

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

Portions of RGB colors in percentages

R + G + B = 187 + 130 + 141 = 458 (100%)
R 187 of 458 ~ 40.83%
G 130 of 458 ~ 28.38%
B 141 of 458 ~ 30.79'%

%40.83
%28.38
%30.79

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 30.48%
  • yellow value is 24.60%
  • key color value is 26.67%

CMYK: (0,30,25,27)
C0M30Y25K27 (0%, 30%, 25%, 27%)
(0.00 / 0.30 / 0.25 / 0.27)

CMYK percentages

%0
%30.48
%24.6
%26.67

Codes

Color #BB828D in popluar color models

BB 82 8D
RGB 187 130 141
HSL 348° 29.53% 62.16%
HSB/HSV 348° 30.48% 73.33%
CMYK 0.00% 30.48% 24.60%
26.67%

Color #BB828D in popluar number systems.

HEX BB 82 8D
Decimal 187 130 141
Binary 10111011 10000010 10001101
Octal 273 202 215

Shades and tints

Shades of #BB828D

#BB828D
(187,130,141)
#AA7781
(170,119,129)
#996C75
(153,108,117)
#886169
(136,97,105)
#77565D
(119,86,93)
#664B51
(102,75,81)
#554045
(85,64,69)
#443539
(68,53,57)
#332A2D
(51,42,45)
#221F21
(34,31,33)
#111415
(17,20,21)
#000000
(0,0,0)

Tints of #BB828D

#BB828D
(187,130,141)
#C18D97
(193,141,151)
#C798A1
(199,152,161)
#CDA3AB
(205,163,171)
#D3AEB5
(211,174,181)
#D9B9BF
(217,185,191)
#DFC4C9
(223,196,201)
#E5CFD3
(229,207,211)
#EBDADD
(235,218,221)
#F1E5E7
(241,229,231)
#F7F0F1
(247,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB828D; }

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

This text font color is #BB828D.

Background Color

.myBgColor { background-color: #BB828D; }

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

This div background color is #BB828D.

Border color

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

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

This div border color is #BB828D.

Opacity

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

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

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

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

This text has shadow with #BB828D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB828D.

Preview

Color preview on black background

This text has color #BB828D on black background.


Color preview on white background

This text has color #BB828D on white background.


Black color preview on #BB828D background

This text has black color on #BB828D background.


White color preview on #BB828D background

This text has white color on #BB828D background.


Related colors

Complementary color

Complementary color for #hex is #447D72.


I love getcolorcode.com

Triadic colors

1 #8DBB82 and #828DBB with #BB828D are triadic colors.

2 #8D82BB and #82BB8D with #BB828D are triadic colors.