Shades of Rosy Brown #BA9595
Tints of Rosy Brown #BA9595
RGB
CMYK
RGB Variations
Color information
#BA9595 (or 0xBA9595) is known color: Rosy Brown. HEX triplet: BA, 95 and 95. RGB value is (186,149,149). Sum of RGB (Red+Green+Blue) = 186+149+149=484 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.43% from 484); Green value is 149 (58.59% from 255 or 30.79% from 484); Blue value is 149 (58.59% from 255 or 30.79% from 484); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9595 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9595 is #456A6A. Grayscale: #A0A0A0. Windows color (decimal): -4549227 or 9803194. OLE color: 9803194.
HSL color Cylindrical-coordinate representation of color #BA9595: hue angle of 0º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BA9595 is Cyan = 0, Magento = 0.20, Yellow = 0.20 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 149 | 149 | - |
| CMYK | 0 | 0.20 | 0.20 | 0.27 |
| HSL | 0º | 0.21% | 0.66% | - |
| HSV(B) | 0º | 0.2% | 0.73% | - |
| XYZ | 36.42 | 34.1 | 33.1 | - |
| YUV | 160.06 | 121.76 | 146.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 149 | 149 | 0 | 0.20 | 0.20 | 0.27 | 0 | 0.21 | 0.66 |
| Hex | BA | 95 | 95 | 0 | 14 | 14 | 1B | 0 | 15 | 42 |
| Octal | 272 | 225 | 225 | 0 | 24 | 24 | 33 | 0 | 25 | 102 |
| Binary | 10111010 | 10010101 | 10010101 | 0 | 10100 | 10100 | 11011 | 0 | 10101 | 1000010 |
Color Harmonies of #BA9595
Complementary color
Monochromatic Colors of #BA9595
Black with #BA9595
Text Example
Text Example
White with #BA9595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9595; }
p { color: rgb(186,149,149); }
H1.HeaderClassName
{
color: #BA9595;
}
.AnyTagClassName
{
color: #BA9595;
}
</style>
background-color css
<style>
a { background-color: #BA9595; }
a { background-color: rgb(186,149,149); }
div.DivClassName
{
background-color: #BA9595;
}
.BgClassName
{
background-color: #BA9595;
}
</style>
border-color css
<style>
span { border-color: #BA9595; }
span { border-color: rgb(186,149,149); }
td.TdClassName
{
border-color: #BA9595;
}
.TagClassName
{
border-color: #BA9595;
}
</style>