Shades of Oriental Pink #B88C88
Tints of Oriental Pink #B88C88
RGB
CMYK
RGB Variations
Color information
#B88C88 (or 0xB88C88) is known color: Oriental Pink. HEX triplet: B8, 8C and 88. RGB value is (184,140,136). Sum of RGB (Red+Green+Blue) = 184+140+136=460 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40% from 460); Green value is 140 (55.08% from 255 or 30.43% from 460); Blue value is 136 (53.52% from 255 or 29.57% from 460); Max value from RGB is 184 - color contains mainly: red. Hex color #B88C88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B88C88 is #477377. Grayscale: #989898. Windows color (decimal): -4682616 or 8948920. OLE color: 8948920.
HSL color Cylindrical-coordinate representation of color #B88C88: hue angle of 5º 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 #B88C88 is Cyan = 0, Magento = 0.24, Yellow = 0.26 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 140 | 136 | - |
| CMYK | 0 | 0.24 | 0.26 | 0.28 |
| HSL | 5º | 0.25% | 0.63% | - |
| HSV(B) | 5º | 0.26% | 0.72% | - |
| XYZ | 33.59 | 30.72 | 27.45 | - |
| YUV | 152.7 | 118.58 | 150.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 140 | 136 | 0 | 0.24 | 0.26 | 0.28 | 5 | 0.25 | 0.63 |
| Hex | B8 | 8C | 88 | 0 | 18 | 1A | 1C | 5 | 19 | 3F |
| Octal | 270 | 214 | 210 | 0 | 30 | 32 | 34 | 5 | 31 | 77 |
| Binary | 10111000 | 10001100 | 10001000 | 0 | 11000 | 11010 | 11100 | 101 | 11001 | 111111 |
Color Harmonies of #B88C88
Complementary color
Monochromatic Colors of #B88C88
Black with #B88C88
Text Example
Text Example
White with #B88C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88C88; }
p { color: rgb(184,140,136); }
H1.HeaderClassName
{
color: #B88C88;
}
.AnyTagClassName
{
color: #B88C88;
}
</style>
background-color css
<style>
a { background-color: #B88C88; }
a { background-color: rgb(184,140,136); }
div.DivClassName
{
background-color: #B88C88;
}
.BgClassName
{
background-color: #B88C88;
}
</style>
border-color css
<style>
span { border-color: #B88C88; }
span { border-color: rgb(184,140,136); }
td.TdClassName
{
border-color: #B88C88;
}
.TagClassName
{
border-color: #B88C88;
}
</style>