Shades of Oriental Pink #BB8E83
Tints of Oriental Pink #BB8E83
RGB
CMYK
RGB Variations
Color information
#BB8E83 (or 0xBB8E83) is known color: Oriental Pink. HEX triplet: BB, 8E and 83. RGB value is (187,142,131). Sum of RGB (Red+Green+Blue) = 187+142+131=460 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.65% from 460); Green value is 142 (55.86% from 255 or 30.87% from 460); Blue value is 131 (51.56% from 255 or 28.48% from 460); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8E83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB8E83 is #44717C. Grayscale: #9A9A9A. Windows color (decimal): -4485501 or 8621755. OLE color: 8621755.
HSL color Cylindrical-coordinate representation of color #BB8E83: hue angle of 11.79º degrees, saturation: 0.29, 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 #BB8E83 is Cyan = 0, Magento = 0.24, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 142 | 131 | - |
| CMYK | 0 | 0.24 | 0.30 | 0.27 |
| HSL | 11.79º | 0.29% | 0.62% | - |
| HSV(B) | 11.79º | 0.3% | 0.73% | - |
| XYZ | 34.26 | 31.55 | 25.76 | - |
| YUV | 154.2 | 114.91 | 151.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 142 | 131 | 0 | 0.24 | 0.30 | 0.27 | 11.79 | 0.29 | 0.62 |
| Hex | BB | 8E | 83 | 0 | 18 | 1E | 1B | C | 1D | 3E |
| Octal | 273 | 216 | 203 | 0 | 30 | 36 | 33 | 14 | 35 | 76 |
| Binary | 10111011 | 10001110 | 10000011 | 0 | 11000 | 11110 | 11011 | 1100 | 11101 | 111110 |
Color Harmonies of #BB8E83
Complementary color
Monochromatic Colors of #BB8E83
Black with #BB8E83
Text Example
Text Example
White with #BB8E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8E83; }
p { color: rgb(187,142,131); }
H1.HeaderClassName
{
color: #BB8E83;
}
.AnyTagClassName
{
color: #BB8E83;
}
</style>
background-color css
<style>
a { background-color: #BB8E83; }
a { background-color: rgb(187,142,131); }
div.DivClassName
{
background-color: #BB8E83;
}
.BgClassName
{
background-color: #BB8E83;
}
</style>
border-color css
<style>
span { border-color: #BB8E83; }
span { border-color: rgb(187,142,131); }
td.TdClassName
{
border-color: #BB8E83;
}
.TagClassName
{
border-color: #BB8E83;
}
</style>