Shades of Oriental Pink #B58B86
Tints of Oriental Pink #B58B86
RGB
CMYK
RGB Variations
Color information
#B58B86 (or 0xB58B86) is known color: Oriental Pink. HEX triplet: B5, 8B and 86. RGB value is (181,139,134). Sum of RGB (Red+Green+Blue) = 181+139+134=454 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.87% from 454); Green value is 139 (54.69% from 255 or 30.62% from 454); Blue value is 134 (52.73% from 255 or 29.52% from 454); Max value from RGB is 181 - color contains mainly: red. Hex color #B58B86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58B86 is #4A7479. Grayscale: #979797. Windows color (decimal): -4879482 or 8817589. OLE color: 8817589.
HSL color Cylindrical-coordinate representation of color #B58B86: hue angle of 6.38º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B58B86 is Cyan = 0, Magento = 0.23, Yellow = 0.26 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 139 | 134 | - |
| CMYK | 0 | 0.23 | 0.26 | 0.29 |
| HSL | 6.38º | 0.24% | 0.62% | - |
| HSV(B) | 6.38º | 0.26% | 0.71% | - |
| XYZ | 32.59 | 30.01 | 26.63 | - |
| YUV | 150.99 | 118.41 | 149.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 139 | 134 | 0 | 0.23 | 0.26 | 0.29 | 6.38 | 0.24 | 0.62 |
| Hex | B5 | 8B | 86 | 0 | 17 | 1A | 1D | 6 | 18 | 3E |
| Octal | 265 | 213 | 206 | 0 | 27 | 32 | 35 | 6 | 30 | 76 |
| Binary | 10110101 | 10001011 | 10000110 | 0 | 10111 | 11010 | 11101 | 110 | 11000 | 111110 |
Color Harmonies of #B58B86
Complementary color
Monochromatic Colors of #B58B86
Black with #B58B86
Text Example
Text Example
White with #B58B86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58B86; }
p { color: rgb(181,139,134); }
H1.HeaderClassName
{
color: #B58B86;
}
.AnyTagClassName
{
color: #B58B86;
}
</style>
background-color css
<style>
a { background-color: #B58B86; }
a { background-color: rgb(181,139,134); }
div.DivClassName
{
background-color: #B58B86;
}
.BgClassName
{
background-color: #B58B86;
}
</style>
border-color css
<style>
span { border-color: #B58B86; }
span { border-color: rgb(181,139,134); }
td.TdClassName
{
border-color: #B58B86;
}
.TagClassName
{
border-color: #B58B86;
}
</style>