Shades of Rosy Brown #B28A88
Tints of Rosy Brown #B28A88
RGB
CMYK
RGB Variations
Color information
#B28A88 (or 0xB28A88) is known color: Rosy Brown. HEX triplet: B2, 8A and 88. RGB value is (178,138,136). Sum of RGB (Red+Green+Blue) = 178+138+136=452 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.38% from 452); Green value is 138 (54.30% from 255 or 30.53% from 452); Blue value is 136 (53.52% from 255 or 30.09% from 452); Max value from RGB is 178 - color contains mainly: red. Hex color #B28A88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28A88 is #4D7577. Grayscale: #959595. Windows color (decimal): -5076344 or 8948402. OLE color: 8948402.
HSL color Cylindrical-coordinate representation of color #B28A88: hue angle of 2.86º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B28A88 is Cyan = 0, Magento = 0.22, Yellow = 0.24 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 138 | 136 | - |
| CMYK | 0 | 0.22 | 0.24 | 0.30 |
| HSL | 2.86º | 0.21% | 0.62% | - |
| HSV(B) | 2.86º | 0.24% | 0.7% | - |
| XYZ | 31.89 | 29.42 | 27.29 | - |
| YUV | 149.73 | 120.25 | 148.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 138 | 136 | 0 | 0.22 | 0.24 | 0.30 | 2.86 | 0.21 | 0.62 |
| Hex | B2 | 8A | 88 | 0 | 16 | 18 | 1E | 3 | 15 | 3E |
| Octal | 262 | 212 | 210 | 0 | 26 | 30 | 36 | 3 | 25 | 76 |
| Binary | 10110010 | 10001010 | 10001000 | 0 | 10110 | 11000 | 11110 | 11 | 10101 | 111110 |
Color Harmonies of #B28A88
Complementary color
Monochromatic Colors of #B28A88
Black with #B28A88
Text Example
Text Example
White with #B28A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28A88; }
p { color: rgb(178,138,136); }
H1.HeaderClassName
{
color: #B28A88;
}
.AnyTagClassName
{
color: #B28A88;
}
</style>
background-color css
<style>
a { background-color: #B28A88; }
a { background-color: rgb(178,138,136); }
div.DivClassName
{
background-color: #B28A88;
}
.BgClassName
{
background-color: #B28A88;
}
</style>
border-color css
<style>
span { border-color: #B28A88; }
span { border-color: rgb(178,138,136); }
td.TdClassName
{
border-color: #B28A88;
}
.TagClassName
{
border-color: #B28A88;
}
</style>