Shades of Rosy Brown #BA9695
Tints of Rosy Brown #BA9695
RGB
CMYK
RGB Variations
Color information
#BA9695 (or 0xBA9695) is known color: Rosy Brown. HEX triplet: BA, 96 and 95. RGB value is (186,150,149). Sum of RGB (Red+Green+Blue) = 186+150+149=485 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.35% from 485); Green value is 150 (58.98% from 255 or 30.93% from 485); Blue value is 149 (58.59% from 255 or 30.72% from 485); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9695 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9695 is #45696A. Grayscale: #A0A0A0. Windows color (decimal): -4548971 or 9803450. OLE color: 9803450.
HSL color Cylindrical-coordinate representation of color #BA9695: hue angle of 1.62º 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 #BA9695 is Cyan = 0, Magento = 0.19, Yellow = 0.20 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 150 | 149 | - |
| CMYK | 0 | 0.19 | 0.20 | 0.27 |
| HSL | 1.62º | 0.21% | 0.66% | - |
| HSV(B) | 1.62º | 0.2% | 0.73% | - |
| XYZ | 36.58 | 34.42 | 33.15 | - |
| YUV | 160.65 | 121.43 | 146.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 150 | 149 | 0 | 0.19 | 0.20 | 0.27 | 1.62 | 0.21 | 0.66 |
| Hex | BA | 96 | 95 | 0 | 13 | 14 | 1B | 2 | 15 | 42 |
| Octal | 272 | 226 | 225 | 0 | 23 | 24 | 33 | 2 | 25 | 102 |
| Binary | 10111010 | 10010110 | 10010101 | 0 | 10011 | 10100 | 11011 | 10 | 10101 | 1000010 |
Color Harmonies of #BA9695
Complementary color
Monochromatic Colors of #BA9695
Black with #BA9695
Text Example
Text Example
White with #BA9695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9695; }
p { color: rgb(186,150,149); }
H1.HeaderClassName
{
color: #BA9695;
}
.AnyTagClassName
{
color: #BA9695;
}
</style>
background-color css
<style>
a { background-color: #BA9695; }
a { background-color: rgb(186,150,149); }
div.DivClassName
{
background-color: #BA9695;
}
.BgClassName
{
background-color: #BA9695;
}
</style>
border-color css
<style>
span { border-color: #BA9695; }
span { border-color: rgb(186,150,149); }
td.TdClassName
{
border-color: #BA9695;
}
.TagClassName
{
border-color: #BA9695;
}
</style>