Shades of Oriental Pink #BB9087
Tints of Oriental Pink #BB9087
RGB
CMYK
RGB Variations
Color information
#BB9087 (or 0xBB9087) is known color: Oriental Pink. HEX triplet: BB, 90 and 87. RGB value is (187,144,135). Sum of RGB (Red+Green+Blue) = 187+144+135=466 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.13% from 466); Green value is 144 (56.64% from 255 or 30.90% from 466); Blue value is 135 (53.12% from 255 or 28.97% from 466); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9087 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9087 is #446F78. Grayscale: #9B9B9B. Windows color (decimal): -4484985 or 8884411. OLE color: 8884411.
HSL color Cylindrical-coordinate representation of color #BB9087: hue angle of 10.38º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BB9087 is Cyan = 0, Magento = 0.23, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 144 | 135 | - |
| CMYK | 0 | 0.23 | 0.28 | 0.27 |
| HSL | 10.38º | 0.28% | 0.63% | - |
| HSV(B) | 10.38º | 0.28% | 0.73% | - |
| XYZ | 34.84 | 32.26 | 27.31 | - |
| YUV | 155.83 | 116.25 | 150.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 144 | 135 | 0 | 0.23 | 0.28 | 0.27 | 10.38 | 0.28 | 0.63 |
| Hex | BB | 90 | 87 | 0 | 17 | 1C | 1B | A | 1C | 3F |
| Octal | 273 | 220 | 207 | 0 | 27 | 34 | 33 | 12 | 34 | 77 |
| Binary | 10111011 | 10010000 | 10000111 | 0 | 10111 | 11100 | 11011 | 1010 | 11100 | 111111 |
Color Harmonies of #BB9087
Complementary color
Monochromatic Colors of #BB9087
Black with #BB9087
Text Example
Text Example
White with #BB9087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9087; }
p { color: rgb(187,144,135); }
H1.HeaderClassName
{
color: #BB9087;
}
.AnyTagClassName
{
color: #BB9087;
}
</style>
background-color css
<style>
a { background-color: #BB9087; }
a { background-color: rgb(187,144,135); }
div.DivClassName
{
background-color: #BB9087;
}
.BgClassName
{
background-color: #BB9087;
}
</style>
border-color css
<style>
span { border-color: #BB9087; }
span { border-color: rgb(187,144,135); }
td.TdClassName
{
border-color: #BB9087;
}
.TagClassName
{
border-color: #BB9087;
}
</style>