Shades of Oriental Pink #B58885
Tints of Oriental Pink #B58885
RGB
CMYK
RGB Variations
Color information
#B58885 (or 0xB58885) is known color: Oriental Pink. HEX triplet: B5, 88 and 85. RGB value is (181,136,133). Sum of RGB (Red+Green+Blue) = 181+136+133=450 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.22% from 450); Green value is 136 (53.52% from 255 or 30.22% from 450); Blue value is 133 (52.34% from 255 or 29.56% from 450); Max value from RGB is 181 - color contains mainly: red. Hex color #B58885 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58885 is #4A777A. Grayscale: #959595. Windows color (decimal): -4880251 or 8751285. OLE color: 8751285.
HSL color Cylindrical-coordinate representation of color #B58885: hue angle of 3.75º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B58885 is Cyan = 0, Magento = 0.25, Yellow = 0.27 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 136 | 133 | - |
| CMYK | 0 | 0.25 | 0.27 | 0.29 |
| HSL | 3.75º | 0.24% | 0.62% | - |
| HSV(B) | 3.75º | 0.27% | 0.71% | - |
| XYZ | 32.09 | 29.13 | 26.12 | - |
| YUV | 149.11 | 118.91 | 150.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 136 | 133 | 0 | 0.25 | 0.27 | 0.29 | 3.75 | 0.24 | 0.62 |
| Hex | B5 | 88 | 85 | 0 | 19 | 1B | 1D | 4 | 18 | 3E |
| Octal | 265 | 210 | 205 | 0 | 31 | 33 | 35 | 4 | 30 | 76 |
| Binary | 10110101 | 10001000 | 10000101 | 0 | 11001 | 11011 | 11101 | 100 | 11000 | 111110 |
Color Harmonies of #B58885
Complementary color
Monochromatic Colors of #B58885
Black with #B58885
Text Example
Text Example
White with #B58885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58885; }
p { color: rgb(181,136,133); }
H1.HeaderClassName
{
color: #B58885;
}
.AnyTagClassName
{
color: #B58885;
}
</style>
background-color css
<style>
a { background-color: #B58885; }
a { background-color: rgb(181,136,133); }
div.DivClassName
{
background-color: #B58885;
}
.BgClassName
{
background-color: #B58885;
}
</style>
border-color css
<style>
span { border-color: #B58885; }
span { border-color: rgb(181,136,133); }
td.TdClassName
{
border-color: #B58885;
}
.TagClassName
{
border-color: #B58885;
}
</style>