Shades of Oriental Pink #B88E89
Tints of Oriental Pink #B88E89
RGB
CMYK
RGB Variations
Color information
#B88E89 (or 0xB88E89) is known color: Oriental Pink. HEX triplet: B8, 8E and 89. RGB value is (184,142,137). Sum of RGB (Red+Green+Blue) = 184+142+137=463 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.74% from 463); Green value is 142 (55.86% from 255 or 30.67% from 463); Blue value is 137 (53.91% from 255 or 29.59% from 463); Max value from RGB is 184 - color contains mainly: red. Hex color #B88E89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B88E89 is #477176. Grayscale: #9A9A9A. Windows color (decimal): -4682103 or 9014968. OLE color: 9014968.
HSL color Cylindrical-coordinate representation of color #B88E89: hue angle of 6.38º degrees, saturation: 0.25, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B88E89 is Cyan = 0, Magento = 0.23, Yellow = 0.26 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 142 | 137 | - |
| CMYK | 0 | 0.23 | 0.26 | 0.28 |
| HSL | 6.38º | 0.25% | 0.63% | - |
| HSV(B) | 6.38º | 0.26% | 0.72% | - |
| XYZ | 33.96 | 31.34 | 27.93 | - |
| YUV | 153.99 | 118.41 | 149.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 142 | 137 | 0 | 0.23 | 0.26 | 0.28 | 6.38 | 0.25 | 0.63 |
| Hex | B8 | 8E | 89 | 0 | 17 | 1A | 1C | 6 | 19 | 3F |
| Octal | 270 | 216 | 211 | 0 | 27 | 32 | 34 | 6 | 31 | 77 |
| Binary | 10111000 | 10001110 | 10001001 | 0 | 10111 | 11010 | 11100 | 110 | 11001 | 111111 |
Color Harmonies of #B88E89
Complementary color
Monochromatic Colors of #B88E89
Black with #B88E89
Text Example
Text Example
White with #B88E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88E89; }
p { color: rgb(184,142,137); }
H1.HeaderClassName
{
color: #B88E89;
}
.AnyTagClassName
{
color: #B88E89;
}
</style>
background-color css
<style>
a { background-color: #B88E89; }
a { background-color: rgb(184,142,137); }
div.DivClassName
{
background-color: #B88E89;
}
.BgClassName
{
background-color: #B88E89;
}
</style>
border-color css
<style>
span { border-color: #B88E89; }
span { border-color: rgb(184,142,137); }
td.TdClassName
{
border-color: #B88E89;
}
.TagClassName
{
border-color: #B88E89;
}
</style>