Shades of Rosy Brown #B58A88
Tints of Rosy Brown #B58A88
RGB
CMYK
RGB Variations
Color information
#B58A88 (or 0xB58A88) is known color: Rosy Brown. HEX triplet: B5, 8A and 88. RGB value is (181,138,136). Sum of RGB (Red+Green+Blue) = 181+138+136=455 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.78% from 455); Green value is 138 (54.30% from 255 or 30.33% from 455); Blue value is 136 (53.52% from 255 or 29.89% from 455); Max value from RGB is 181 - color contains mainly: red. Hex color #B58A88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58A88 is #4A7577. Grayscale: #969696. Windows color (decimal): -4879736 or 8948405. OLE color: 8948405.
HSL color Cylindrical-coordinate representation of color #B58A88: hue angle of 2.67º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B58A88 is Cyan = 0, Magento = 0.24, Yellow = 0.25 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 138 | 136 | - |
| CMYK | 0 | 0.24 | 0.25 | 0.29 |
| HSL | 2.67º | 0.23% | 0.62% | - |
| HSV(B) | 2.67º | 0.25% | 0.71% | - |
| XYZ | 32.59 | 29.78 | 27.32 | - |
| YUV | 150.63 | 119.75 | 149.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 138 | 136 | 0 | 0.24 | 0.25 | 0.29 | 2.67 | 0.23 | 0.62 |
| Hex | B5 | 8A | 88 | 0 | 18 | 19 | 1D | 3 | 17 | 3E |
| Octal | 265 | 212 | 210 | 0 | 30 | 31 | 35 | 3 | 27 | 76 |
| Binary | 10110101 | 10001010 | 10001000 | 0 | 11000 | 11001 | 11101 | 11 | 10111 | 111110 |
Color Harmonies of #B58A88
Complementary color
Monochromatic Colors of #B58A88
Black with #B58A88
Text Example
Text Example
White with #B58A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58A88; }
p { color: rgb(181,138,136); }
H1.HeaderClassName
{
color: #B58A88;
}
.AnyTagClassName
{
color: #B58A88;
}
</style>
background-color css
<style>
a { background-color: #B58A88; }
a { background-color: rgb(181,138,136); }
div.DivClassName
{
background-color: #B58A88;
}
.BgClassName
{
background-color: #B58A88;
}
</style>
border-color css
<style>
span { border-color: #B58A88; }
span { border-color: rgb(181,138,136); }
td.TdClassName
{
border-color: #B58A88;
}
.TagClassName
{
border-color: #B58A88;
}
</style>