Shades of Oriental Pink #B88B86
Tints of Oriental Pink #B88B86
RGB
CMYK
RGB Variations
Color information
#B88B86 (or 0xB88B86) is known color: Oriental Pink. HEX triplet: B8, 8B and 86. RGB value is (184,139,134). Sum of RGB (Red+Green+Blue) = 184+139+134=457 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.26% from 457); Green value is 139 (54.69% from 255 or 30.42% from 457); Blue value is 134 (52.73% from 255 or 29.32% from 457); Max value from RGB is 184 - color contains mainly: red. Hex color #B88B86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B88B86 is #477479. Grayscale: #979797. Windows color (decimal): -4682874 or 8817592. OLE color: 8817592.
HSL color Cylindrical-coordinate representation of color #B88B86: hue angle of 6º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B88B86 is Cyan = 0, Magento = 0.24, Yellow = 0.27 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 139 | 134 | - |
| CMYK | 0 | 0.24 | 0.27 | 0.28 |
| HSL | 6º | 0.26% | 0.62% | - |
| HSV(B) | 6º | 0.27% | 0.72% | - |
| XYZ | 33.3 | 30.38 | 26.66 | - |
| YUV | 151.89 | 117.91 | 150.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 139 | 134 | 0 | 0.24 | 0.27 | 0.28 | 6 | 0.26 | 0.62 |
| Hex | B8 | 8B | 86 | 0 | 18 | 1B | 1C | 6 | 1A | 3E |
| Octal | 270 | 213 | 206 | 0 | 30 | 33 | 34 | 6 | 32 | 76 |
| Binary | 10111000 | 10001011 | 10000110 | 0 | 11000 | 11011 | 11100 | 110 | 11010 | 111110 |
Color Harmonies of #B88B86
Complementary color
Monochromatic Colors of #B88B86
Black with #B88B86
Text Example
Text Example
White with #B88B86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88B86; }
p { color: rgb(184,139,134); }
H1.HeaderClassName
{
color: #B88B86;
}
.AnyTagClassName
{
color: #B88B86;
}
</style>
background-color css
<style>
a { background-color: #B88B86; }
a { background-color: rgb(184,139,134); }
div.DivClassName
{
background-color: #B88B86;
}
.BgClassName
{
background-color: #B88B86;
}
</style>
border-color css
<style>
span { border-color: #B88B86; }
span { border-color: rgb(184,139,134); }
td.TdClassName
{
border-color: #B88B86;
}
.TagClassName
{
border-color: #B88B86;
}
</style>