Shades of Oriental Pink #BB8E89
Tints of Oriental Pink #BB8E89
RGB
CMYK
RGB Variations
Color information
#BB8E89 (or 0xBB8E89) is known color: Oriental Pink. HEX triplet: BB, 8E and 89. RGB value is (187,142,137). Sum of RGB (Red+Green+Blue) = 187+142+137=466 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.13% from 466); Green value is 142 (55.86% from 255 or 30.47% from 466); Blue value is 137 (53.91% from 255 or 29.40% from 466); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8E89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB8E89 is #447176. Grayscale: #9A9A9A. Windows color (decimal): -4485495 or 9014971. OLE color: 9014971.
HSL color Cylindrical-coordinate representation of color #BB8E89: hue angle of 6º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BB8E89 is Cyan = 0, Magento = 0.24, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 142 | 137 | - |
| CMYK | 0 | 0.24 | 0.27 | 0.27 |
| HSL | 6º | 0.27% | 0.64% | - |
| HSV(B) | 6º | 0.27% | 0.73% | - |
| XYZ | 34.68 | 31.72 | 27.96 | - |
| YUV | 154.89 | 117.91 | 150.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 142 | 137 | 0 | 0.24 | 0.27 | 0.27 | 6 | 0.27 | 0.64 |
| Hex | BB | 8E | 89 | 0 | 18 | 1B | 1B | 6 | 1B | 40 |
| Octal | 273 | 216 | 211 | 0 | 30 | 33 | 33 | 6 | 33 | 100 |
| Binary | 10111011 | 10001110 | 10001001 | 0 | 11000 | 11011 | 11011 | 110 | 11011 | 1000000 |
Color Harmonies of #BB8E89
Complementary color
Monochromatic Colors of #BB8E89
Black with #BB8E89
Text Example
Text Example
White with #BB8E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8E89; }
p { color: rgb(187,142,137); }
H1.HeaderClassName
{
color: #BB8E89;
}
.AnyTagClassName
{
color: #BB8E89;
}
</style>
background-color css
<style>
a { background-color: #BB8E89; }
a { background-color: rgb(187,142,137); }
div.DivClassName
{
background-color: #BB8E89;
}
.BgClassName
{
background-color: #BB8E89;
}
</style>
border-color css
<style>
span { border-color: #BB8E89; }
span { border-color: rgb(187,142,137); }
td.TdClassName
{
border-color: #BB8E89;
}
.TagClassName
{
border-color: #BB8E89;
}
</style>