Shades of Rosy Brown #BA9292
Tints of Rosy Brown #BA9292
RGB
CMYK
RGB Variations
Color information
#BA9292 (or 0xBA9292) is known color: Rosy Brown. HEX triplet: BA, 92 and 92. RGB value is (186,146,146). Sum of RGB (Red+Green+Blue) = 186+146+146=478 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.91% from 478); Green value is 146 (57.42% from 255 or 30.54% from 478); Blue value is 146 (57.42% from 255 or 30.54% from 478); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9292 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9292 is #456D6D. Grayscale: #9E9E9E. Windows color (decimal): -4549998 or 9605818. OLE color: 9605818.
HSL color Cylindrical-coordinate representation of color #BA9292: hue angle of 0º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BA9292 is Cyan = 0, Magento = 0.22, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 146 | 146 | - |
| CMYK | 0 | 0.22 | 0.22 | 0.27 |
| HSL | 0º | 0.22% | 0.65% | - |
| HSV(B) | 0º | 0.22% | 0.73% | - |
| XYZ | 35.72 | 33.07 | 31.7 | - |
| YUV | 157.96 | 121.25 | 148 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 146 | 146 | 0 | 0.22 | 0.22 | 0.27 | 0 | 0.22 | 0.65 |
| Hex | BA | 92 | 92 | 0 | 16 | 16 | 1B | 0 | 16 | 41 |
| Octal | 272 | 222 | 222 | 0 | 26 | 26 | 33 | 0 | 26 | 101 |
| Binary | 10111010 | 10010010 | 10010010 | 0 | 10110 | 10110 | 11011 | 0 | 10110 | 1000001 |
Color Harmonies of #BA9292
Complementary color
Monochromatic Colors of #BA9292
Black with #BA9292
Text Example
Text Example
White with #BA9292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9292; }
p { color: rgb(186,146,146); }
H1.HeaderClassName
{
color: #BA9292;
}
.AnyTagClassName
{
color: #BA9292;
}
</style>
background-color css
<style>
a { background-color: #BA9292; }
a { background-color: rgb(186,146,146); }
div.DivClassName
{
background-color: #BA9292;
}
.BgClassName
{
background-color: #BA9292;
}
</style>
border-color css
<style>
span { border-color: #BA9292; }
span { border-color: rgb(186,146,146); }
td.TdClassName
{
border-color: #BA9292;
}
.TagClassName
{
border-color: #BA9292;
}
</style>