Shades of Oriental Pink #BB8F84
Tints of Oriental Pink #BB8F84
RGB
CMYK
RGB Variations
Color information
#BB8F84 (or 0xBB8F84) is known color: Oriental Pink. HEX triplet: BB, 8F and 84. RGB value is (187,143,132). Sum of RGB (Red+Green+Blue) = 187+143+132=462 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.48% from 462); Green value is 143 (56.25% from 255 or 30.95% from 462); Blue value is 132 (51.95% from 255 or 28.57% from 462); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8F84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB8F84 is #44707B. Grayscale: #9A9A9A. Windows color (decimal): -4485244 or 8687547. OLE color: 8687547.
HSL color Cylindrical-coordinate representation of color #BB8F84: hue angle of 12º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BB8F84 is Cyan = 0, Magento = 0.24, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 143 | 132 | - |
| CMYK | 0 | 0.24 | 0.29 | 0.27 |
| HSL | 12º | 0.29% | 0.63% | - |
| HSV(B) | 12º | 0.29% | 0.73% | - |
| XYZ | 34.48 | 31.88 | 26.17 | - |
| YUV | 154.9 | 115.08 | 150.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 143 | 132 | 0 | 0.24 | 0.29 | 0.27 | 12 | 0.29 | 0.63 |
| Hex | BB | 8F | 84 | 0 | 18 | 1D | 1B | C | 1D | 3F |
| Octal | 273 | 217 | 204 | 0 | 30 | 35 | 33 | 14 | 35 | 77 |
| Binary | 10111011 | 10001111 | 10000100 | 0 | 11000 | 11101 | 11011 | 1100 | 11101 | 111111 |
Color Harmonies of #BB8F84
Complementary color
Monochromatic Colors of #BB8F84
Black with #BB8F84
Text Example
Text Example
White with #BB8F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8F84; }
p { color: rgb(187,143,132); }
H1.HeaderClassName
{
color: #BB8F84;
}
.AnyTagClassName
{
color: #BB8F84;
}
</style>
background-color css
<style>
a { background-color: #BB8F84; }
a { background-color: rgb(187,143,132); }
div.DivClassName
{
background-color: #BB8F84;
}
.BgClassName
{
background-color: #BB8F84;
}
</style>
border-color css
<style>
span { border-color: #BB8F84; }
span { border-color: rgb(187,143,132); }
td.TdClassName
{
border-color: #BB8F84;
}
.TagClassName
{
border-color: #BB8F84;
}
</style>