Shades of Oriental Pink #BB8E82
Tints of Oriental Pink #BB8E82
RGB
CMYK
RGB Variations
Color information
#BB8E82 (or 0xBB8E82) is known color: Oriental Pink. HEX triplet: BB, 8E and 82. RGB value is (187,142,130). Sum of RGB (Red+Green+Blue) = 187+142+130=459 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.74% from 459); Green value is 142 (55.86% from 255 or 30.94% from 459); Blue value is 130 (51.17% from 255 or 28.32% from 459); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8E82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB8E82 is #44717D. Grayscale: #9A9A9A. Windows color (decimal): -4485502 or 8556219. OLE color: 8556219.
HSL color Cylindrical-coordinate representation of color #BB8E82: hue angle of 12.63º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BB8E82 is Cyan = 0, Magento = 0.24, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 142 | 130 | - |
| CMYK | 0 | 0.24 | 0.30 | 0.27 |
| HSL | 12.63º | 0.3% | 0.62% | - |
| HSV(B) | 12.63º | 0.3% | 0.73% | - |
| XYZ | 34.2 | 31.52 | 25.4 | - |
| YUV | 154.09 | 114.41 | 151.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 142 | 130 | 0 | 0.24 | 0.30 | 0.27 | 12.63 | 0.3 | 0.62 |
| Hex | BB | 8E | 82 | 0 | 18 | 1E | 1B | D | 1E | 3E |
| Octal | 273 | 216 | 202 | 0 | 30 | 36 | 33 | 15 | 36 | 76 |
| Binary | 10111011 | 10001110 | 10000010 | 0 | 11000 | 11110 | 11011 | 1101 | 11110 | 111110 |
Color Harmonies of #BB8E82
Complementary color
Monochromatic Colors of #BB8E82
Black with #BB8E82
Text Example
Text Example
White with #BB8E82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8E82; }
p { color: rgb(187,142,130); }
H1.HeaderClassName
{
color: #BB8E82;
}
.AnyTagClassName
{
color: #BB8E82;
}
</style>
background-color css
<style>
a { background-color: #BB8E82; }
a { background-color: rgb(187,142,130); }
div.DivClassName
{
background-color: #BB8E82;
}
.BgClassName
{
background-color: #BB8E82;
}
</style>
border-color css
<style>
span { border-color: #BB8E82; }
span { border-color: rgb(187,142,130); }
td.TdClassName
{
border-color: #BB8E82;
}
.TagClassName
{
border-color: #BB8E82;
}
</style>