Shades of Rosy Brown #B49292
Tints of Rosy Brown #B49292
RGB
CMYK
RGB Variations
Color information
#B49292 (or 0xB49292) is known color: Rosy Brown. HEX triplet: B4, 92 and 92. RGB value is (180,146,146). Sum of RGB (Red+Green+Blue) = 180+146+146=472 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.14% from 472); Green value is 146 (57.42% from 255 or 30.93% from 472); Blue value is 146 (57.42% from 255 or 30.93% from 472); Max value from RGB is 180 - color contains mainly: red. Hex color #B49292 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49292 is #4B6D6D. Grayscale: #9C9C9C. Windows color (decimal): -4943214 or 9605812. OLE color: 9605812.
HSL color Cylindrical-coordinate representation of color #B49292: hue angle of 0º degrees, saturation: 0.18, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B49292 is Cyan = 0, Magento = 0.19, Yellow = 0.19 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 146 | 146 | - |
| CMYK | 0 | 0.19 | 0.19 | 0.29 |
| HSL | 0º | 0.18% | 0.64% | - |
| HSV(B) | 0º | 0.19% | 0.71% | - |
| XYZ | 34.29 | 32.34 | 31.63 | - |
| YUV | 156.17 | 122.26 | 145 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 146 | 146 | 0 | 0.19 | 0.19 | 0.29 | 0 | 0.18 | 0.64 |
| Hex | B4 | 92 | 92 | 0 | 13 | 13 | 1D | 0 | 12 | 40 |
| Octal | 264 | 222 | 222 | 0 | 23 | 23 | 35 | 0 | 22 | 100 |
| Binary | 10110100 | 10010010 | 10010010 | 0 | 10011 | 10011 | 11101 | 0 | 10010 | 1000000 |
Color Harmonies of #B49292
Complementary color
Monochromatic Colors of #B49292
Black with #B49292
Text Example
Text Example
White with #B49292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49292; }
p { color: rgb(180,146,146); }
H1.HeaderClassName
{
color: #B49292;
}
.AnyTagClassName
{
color: #B49292;
}
</style>
background-color css
<style>
a { background-color: #B49292; }
a { background-color: rgb(180,146,146); }
div.DivClassName
{
background-color: #B49292;
}
.BgClassName
{
background-color: #B49292;
}
</style>
border-color css
<style>
span { border-color: #B49292; }
span { border-color: rgb(180,146,146); }
td.TdClassName
{
border-color: #B49292;
}
.TagClassName
{
border-color: #B49292;
}
</style>