Shades of Oriental Pink #B88A86
Tints of Oriental Pink #B88A86
RGB
CMYK
RGB Variations
Color information
#B88A86 (or 0xB88A86) is known color: Oriental Pink. HEX triplet: B8, 8A and 86. RGB value is (184,138,134). Sum of RGB (Red+Green+Blue) = 184+138+134=456 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.35% from 456); Green value is 138 (54.30% from 255 or 30.26% from 456); Blue value is 134 (52.73% from 255 or 29.39% from 456); Max value from RGB is 184 - color contains mainly: red. Hex color #B88A86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B88A86 is #477579. Grayscale: #979797. Windows color (decimal): -4683130 or 8817336. OLE color: 8817336.
HSL color Cylindrical-coordinate representation of color #B88A86: hue angle of 4.8º 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 #B88A86 is Cyan = 0, Magento = 0.25, Yellow = 0.27 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 138 | 134 | - |
| CMYK | 0 | 0.25 | 0.27 | 0.28 |
| HSL | 4.8º | 0.26% | 0.62% | - |
| HSV(B) | 4.8º | 0.27% | 0.72% | - |
| XYZ | 33.16 | 30.09 | 26.61 | - |
| YUV | 151.3 | 118.24 | 151.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 138 | 134 | 0 | 0.25 | 0.27 | 0.28 | 4.8 | 0.26 | 0.62 |
| Hex | B8 | 8A | 86 | 0 | 19 | 1B | 1C | 5 | 1A | 3E |
| Octal | 270 | 212 | 206 | 0 | 31 | 33 | 34 | 5 | 32 | 76 |
| Binary | 10111000 | 10001010 | 10000110 | 0 | 11001 | 11011 | 11100 | 101 | 11010 | 111110 |
Color Harmonies of #B88A86
Complementary color
Monochromatic Colors of #B88A86
Black with #B88A86
Text Example
Text Example
White with #B88A86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88A86; }
p { color: rgb(184,138,134); }
H1.HeaderClassName
{
color: #B88A86;
}
.AnyTagClassName
{
color: #B88A86;
}
</style>
background-color css
<style>
a { background-color: #B88A86; }
a { background-color: rgb(184,138,134); }
div.DivClassName
{
background-color: #B88A86;
}
.BgClassName
{
background-color: #B88A86;
}
</style>
border-color css
<style>
span { border-color: #B88A86; }
span { border-color: rgb(184,138,134); }
td.TdClassName
{
border-color: #B88A86;
}
.TagClassName
{
border-color: #B88A86;
}
</style>