Shades of Rosy Brown #B79595
Tints of Rosy Brown #B79595
RGB
CMYK
RGB Variations
Color information
#B79595 (or 0xB79595) is known color: Rosy Brown. HEX triplet: B7, 95 and 95. RGB value is (183,149,149). Sum of RGB (Red+Green+Blue) = 183+149+149=481 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.05% from 481); Green value is 149 (58.59% from 255 or 30.98% from 481); Blue value is 149 (58.59% from 255 or 30.98% from 481); Max value from RGB is 183 - color contains mainly: red. Hex color #B79595 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B79595 is #486A6A. Grayscale: #9F9F9F. Windows color (decimal): -4745835 or 9803191. OLE color: 9803191.
HSL color Cylindrical-coordinate representation of color #B79595: 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.19%. Process color model (Four color, CMYK) of #B79595 is Cyan = 0, Magento = 0.19, Yellow = 0.19 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 149 | 149 | - |
| CMYK | 0 | 0.19 | 0.19 | 0.28 |
| HSL | 0º | 0.19% | 0.65% | - |
| HSV(B) | 0º | 0.19% | 0.72% | - |
| XYZ | 35.7 | 33.73 | 33.06 | - |
| YUV | 159.17 | 122.26 | 145 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 149 | 149 | 0 | 0.19 | 0.19 | 0.28 | 0 | 0.19 | 0.65 |
| Hex | B7 | 95 | 95 | 0 | 13 | 13 | 1C | 0 | 13 | 41 |
| Octal | 267 | 225 | 225 | 0 | 23 | 23 | 34 | 0 | 23 | 101 |
| Binary | 10110111 | 10010101 | 10010101 | 0 | 10011 | 10011 | 11100 | 0 | 10011 | 1000001 |
Color Harmonies of #B79595
Complementary color
Monochromatic Colors of #B79595
Black with #B79595
Text Example
Text Example
White with #B79595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B79595; }
p { color: rgb(183,149,149); }
H1.HeaderClassName
{
color: #B79595;
}
.AnyTagClassName
{
color: #B79595;
}
</style>
background-color css
<style>
a { background-color: #B79595; }
a { background-color: rgb(183,149,149); }
div.DivClassName
{
background-color: #B79595;
}
.BgClassName
{
background-color: #B79595;
}
</style>
border-color css
<style>
span { border-color: #B79595; }
span { border-color: rgb(183,149,149); }
td.TdClassName
{
border-color: #B79595;
}
.TagClassName
{
border-color: #B79595;
}
</style>