Shades of Rosy Brown #B28989
Tints of Rosy Brown #B28989
RGB
CMYK
RGB Variations
Color information
#B28989 (or 0xB28989) is known color: Rosy Brown. HEX triplet: B2, 89 and 89. RGB value is (178,137,137). Sum of RGB (Red+Green+Blue) = 178+137+137=452 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.38% from 452); Green value is 137 (53.91% from 255 or 30.31% from 452); Blue value is 137 (53.91% from 255 or 30.31% from 452); Max value from RGB is 178 - color contains mainly: red. Hex color #B28989 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28989 is #4D7676. Grayscale: #959595. Windows color (decimal): -5076599 or 9013682. OLE color: 9013682.
HSL color Cylindrical-coordinate representation of color #B28989: hue angle of 0º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B28989 is Cyan = 0, Magento = 0.23, Yellow = 0.23 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 137 | 137 | - |
| CMYK | 0 | 0.23 | 0.23 | 0.30 |
| HSL | 0º | 0.21% | 0.62% | - |
| HSV(B) | 0º | 0.23% | 0.7% | - |
| XYZ | 31.82 | 29.16 | 27.62 | - |
| YUV | 149.26 | 121.08 | 148.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 137 | 137 | 0 | 0.23 | 0.23 | 0.30 | 0 | 0.21 | 0.62 |
| Hex | B2 | 89 | 89 | 0 | 17 | 17 | 1E | 0 | 15 | 3E |
| Octal | 262 | 211 | 211 | 0 | 27 | 27 | 36 | 0 | 25 | 76 |
| Binary | 10110010 | 10001001 | 10001001 | 0 | 10111 | 10111 | 11110 | 0 | 10101 | 111110 |
Color Harmonies of #B28989
Complementary color
Monochromatic Colors of #B28989
Black with #B28989
Text Example
Text Example
White with #B28989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28989; }
p { color: rgb(178,137,137); }
H1.HeaderClassName
{
color: #B28989;
}
.AnyTagClassName
{
color: #B28989;
}
</style>
background-color css
<style>
a { background-color: #B28989; }
a { background-color: rgb(178,137,137); }
div.DivClassName
{
background-color: #B28989;
}
.BgClassName
{
background-color: #B28989;
}
</style>
border-color css
<style>
span { border-color: #B28989; }
span { border-color: rgb(178,137,137); }
td.TdClassName
{
border-color: #B28989;
}
.TagClassName
{
border-color: #B28989;
}
</style>