Shades of Rosy Brown #BA8484
Tints of Rosy Brown #BA8484
RGB
CMYK
RGB Variations
Color information
#BA8484 (or 0xBA8484) is known color: Rosy Brown. HEX triplet: BA, 84 and 84. RGB value is (186,132,132). Sum of RGB (Red+Green+Blue) = 186+132+132=450 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.33% from 450); Green value is 132 (51.95% from 255 or 29.33% from 450); Blue value is 132 (51.95% from 255 or 29.33% from 450); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8484 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8484 is #457B7B. Grayscale: #949494. Windows color (decimal): -4553596 or 8684730. OLE color: 8684730.
HSL color Cylindrical-coordinate representation of color #BA8484: hue angle of 0º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BA8484 is Cyan = 0, Magento = 0.29, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 132 | 132 | - |
| CMYK | 0 | 0.29 | 0.29 | 0.27 |
| HSL | 0º | 0.28% | 0.62% | - |
| HSV(B) | 0º | 0.29% | 0.73% | - |
| XYZ | 32.67 | 28.61 | 25.63 | - |
| YUV | 148.15 | 118.89 | 155 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 132 | 132 | 0 | 0.29 | 0.29 | 0.27 | 0 | 0.28 | 0.62 |
| Hex | BA | 84 | 84 | 0 | 1D | 1D | 1B | 0 | 1C | 3E |
| Octal | 272 | 204 | 204 | 0 | 35 | 35 | 33 | 0 | 34 | 76 |
| Binary | 10111010 | 10000100 | 10000100 | 0 | 11101 | 11101 | 11011 | 0 | 11100 | 111110 |
Color Harmonies of #BA8484
Complementary color
Monochromatic Colors of #BA8484
Black with #BA8484
Text Example
Text Example
White with #BA8484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8484; }
p { color: rgb(186,132,132); }
H1.HeaderClassName
{
color: #BA8484;
}
.AnyTagClassName
{
color: #BA8484;
}
</style>
background-color css
<style>
a { background-color: #BA8484; }
a { background-color: rgb(186,132,132); }
div.DivClassName
{
background-color: #BA8484;
}
.BgClassName
{
background-color: #BA8484;
}
</style>
border-color css
<style>
span { border-color: #BA8484; }
span { border-color: rgb(186,132,132); }
td.TdClassName
{
border-color: #BA8484;
}
.TagClassName
{
border-color: #BA8484;
}
</style>