Shades of Oriental Pink #B88F88
Tints of Oriental Pink #B88F88
RGB
CMYK
RGB Variations
Color information
#B88F88 (or 0xB88F88) is known color: Oriental Pink. HEX triplet: B8, 8F and 88. RGB value is (184,143,136). Sum of RGB (Red+Green+Blue) = 184+143+136=463 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.74% from 463); Green value is 143 (56.25% from 255 or 30.89% from 463); Blue value is 136 (53.52% from 255 or 29.37% from 463); Max value from RGB is 184 - color contains mainly: red. Hex color #B88F88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B88F88 is #477077. Grayscale: #9A9A9A. Windows color (decimal): -4681848 or 8949688. OLE color: 8949688.
HSL color Cylindrical-coordinate representation of color #B88F88: hue angle of 8.75º 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 #B88F88 is Cyan = 0, Magento = 0.22, Yellow = 0.26 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 143 | 136 | - |
| CMYK | 0 | 0.22 | 0.26 | 0.28 |
| HSL | 8.75º | 0.25% | 0.63% | - |
| HSV(B) | 8.75º | 0.26% | 0.72% | - |
| XYZ | 34.03 | 31.61 | 27.6 | - |
| YUV | 154.46 | 117.58 | 149.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 143 | 136 | 0 | 0.22 | 0.26 | 0.28 | 8.75 | 0.25 | 0.63 |
| Hex | B8 | 8F | 88 | 0 | 16 | 1A | 1C | 9 | 19 | 3F |
| Octal | 270 | 217 | 210 | 0 | 26 | 32 | 34 | 11 | 31 | 77 |
| Binary | 10111000 | 10001111 | 10001000 | 0 | 10110 | 11010 | 11100 | 1001 | 11001 | 111111 |
Color Harmonies of #B88F88
Complementary color
Monochromatic Colors of #B88F88
Black with #B88F88
Text Example
Text Example
White with #B88F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88F88; }
p { color: rgb(184,143,136); }
H1.HeaderClassName
{
color: #B88F88;
}
.AnyTagClassName
{
color: #B88F88;
}
</style>
background-color css
<style>
a { background-color: #B88F88; }
a { background-color: rgb(184,143,136); }
div.DivClassName
{
background-color: #B88F88;
}
.BgClassName
{
background-color: #B88F88;
}
</style>
border-color css
<style>
span { border-color: #B88F88; }
span { border-color: rgb(184,143,136); }
td.TdClassName
{
border-color: #B88F88;
}
.TagClassName
{
border-color: #B88F88;
}
</style>