Shades of Rosy Brown #B89696
Tints of Rosy Brown #B89696
RGB
CMYK
RGB Variations
Color information
#B89696 (or 0xB89696) is known color: Rosy Brown. HEX triplet: B8, 96 and 96. RGB value is (184,150,150). Sum of RGB (Red+Green+Blue) = 184+150+150=484 (64% of max value = 765). Red value is 184 (72.27% from 255 or 38.02% from 484); Green value is 150 (58.98% from 255 or 30.99% from 484); Blue value is 150 (58.98% from 255 or 30.99% from 484); Max value from RGB is 184 - color contains mainly: red. Hex color #B89696 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B89696 is #476969. Grayscale: #A0A0A0. Windows color (decimal): -4680042 or 9868984. OLE color: 9868984.
HSL color Cylindrical-coordinate representation of color #B89696: hue angle of 0º degrees, saturation: 0.19, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B89696 is Cyan = 0, Magento = 0.18, Yellow = 0.18 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 150 | 150 | - |
| CMYK | 0 | 0.18 | 0.18 | 0.28 |
| HSL | 0º | 0.19% | 0.65% | - |
| HSV(B) | 0º | 0.18% | 0.72% | - |
| XYZ | 36.18 | 34.21 | 33.55 | - |
| YUV | 160.17 | 122.26 | 145 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 150 | 150 | 0 | 0.18 | 0.18 | 0.28 | 0 | 0.19 | 0.65 |
| Hex | B8 | 96 | 96 | 0 | 12 | 12 | 1C | 0 | 13 | 41 |
| Octal | 270 | 226 | 226 | 0 | 22 | 22 | 34 | 0 | 23 | 101 |
| Binary | 10111000 | 10010110 | 10010110 | 0 | 10010 | 10010 | 11100 | 0 | 10011 | 1000001 |
Color Harmonies of #B89696
Complementary color
Monochromatic Colors of #B89696
Black with #B89696
Text Example
Text Example
White with #B89696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89696; }
p { color: rgb(184,150,150); }
H1.HeaderClassName
{
color: #B89696;
}
.AnyTagClassName
{
color: #B89696;
}
</style>
background-color css
<style>
a { background-color: #B89696; }
a { background-color: rgb(184,150,150); }
div.DivClassName
{
background-color: #B89696;
}
.BgClassName
{
background-color: #B89696;
}
</style>
border-color css
<style>
span { border-color: #B89696; }
span { border-color: rgb(184,150,150); }
td.TdClassName
{
border-color: #B89696;
}
.TagClassName
{
border-color: #B89696;
}
</style>