Shades of Rosy Brown #BA9897
Tints of Rosy Brown #BA9897
RGB
CMYK
RGB Variations
Color information
#BA9897 (or 0xBA9897) is known color: Rosy Brown. HEX triplet: BA, 98 and 97. RGB value is (186,152,151). Sum of RGB (Red+Green+Blue) = 186+152+151=489 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.04% from 489); Green value is 152 (59.77% from 255 or 31.08% from 489); Blue value is 151 (59.38% from 255 or 30.88% from 489); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9897 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9897 is #456768. Grayscale: #A2A2A2. Windows color (decimal): -4548457 or 9935034. OLE color: 9935034.
HSL color Cylindrical-coordinate representation of color #BA9897: hue angle of 1.71º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BA9897 is Cyan = 0, Magento = 0.18, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 152 | 151 | - |
| CMYK | 0 | 0.18 | 0.19 | 0.27 |
| HSL | 1.71º | 0.2% | 0.66% | - |
| HSV(B) | 1.71º | 0.19% | 0.73% | - |
| XYZ | 37.06 | 35.13 | 34.11 | - |
| YUV | 162.05 | 121.76 | 145.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 152 | 151 | 0 | 0.18 | 0.19 | 0.27 | 1.71 | 0.2 | 0.66 |
| Hex | BA | 98 | 97 | 0 | 12 | 13 | 1B | 2 | 14 | 42 |
| Octal | 272 | 230 | 227 | 0 | 22 | 23 | 33 | 2 | 24 | 102 |
| Binary | 10111010 | 10011000 | 10010111 | 0 | 10010 | 10011 | 11011 | 10 | 10100 | 1000010 |
Color Harmonies of #BA9897
Complementary color
Monochromatic Colors of #BA9897
Black with #BA9897
Text Example
Text Example
White with #BA9897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9897; }
p { color: rgb(186,152,151); }
H1.HeaderClassName
{
color: #BA9897;
}
.AnyTagClassName
{
color: #BA9897;
}
</style>
background-color css
<style>
a { background-color: #BA9897; }
a { background-color: rgb(186,152,151); }
div.DivClassName
{
background-color: #BA9897;
}
.BgClassName
{
background-color: #BA9897;
}
</style>
border-color css
<style>
span { border-color: #BA9897; }
span { border-color: rgb(186,152,151); }
td.TdClassName
{
border-color: #BA9897;
}
.TagClassName
{
border-color: #BA9897;
}
</style>