Shades of Rosy Brown #BA9490
Tints of Rosy Brown #BA9490
RGB
CMYK
RGB Variations
Color information
#BA9490 (or 0xBA9490) is known color: Rosy Brown. HEX triplet: BA, 94 and 90. RGB value is (186,148,144). Sum of RGB (Red+Green+Blue) = 186+148+144=478 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.91% from 478); Green value is 148 (58.20% from 255 or 30.96% from 478); Blue value is 144 (56.64% from 255 or 30.13% from 478); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9490 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9490 is #456B6F. Grayscale: #9E9E9E. Windows color (decimal): -4549488 or 9475258. OLE color: 9475258.
HSL color Cylindrical-coordinate representation of color #BA9490: hue angle of 5.71º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BA9490 is Cyan = 0, Magento = 0.20, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 148 | 144 | - |
| CMYK | 0 | 0.20 | 0.23 | 0.27 |
| HSL | 5.71º | 0.23% | 0.65% | - |
| HSV(B) | 5.71º | 0.23% | 0.73% | - |
| XYZ | 35.87 | 33.63 | 30.99 | - |
| YUV | 158.91 | 119.59 | 147.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 148 | 144 | 0 | 0.20 | 0.23 | 0.27 | 5.71 | 0.23 | 0.65 |
| Hex | BA | 94 | 90 | 0 | 14 | 17 | 1B | 6 | 17 | 41 |
| Octal | 272 | 224 | 220 | 0 | 24 | 27 | 33 | 6 | 27 | 101 |
| Binary | 10111010 | 10010100 | 10010000 | 0 | 10100 | 10111 | 11011 | 110 | 10111 | 1000001 |
Color Harmonies of #BA9490
Complementary color
Monochromatic Colors of #BA9490
Black with #BA9490
Text Example
Text Example
White with #BA9490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9490; }
p { color: rgb(186,148,144); }
H1.HeaderClassName
{
color: #BA9490;
}
.AnyTagClassName
{
color: #BA9490;
}
</style>
background-color css
<style>
a { background-color: #BA9490; }
a { background-color: rgb(186,148,144); }
div.DivClassName
{
background-color: #BA9490;
}
.BgClassName
{
background-color: #BA9490;
}
</style>
border-color css
<style>
span { border-color: #BA9490; }
span { border-color: rgb(186,148,144); }
td.TdClassName
{
border-color: #BA9490;
}
.TagClassName
{
border-color: #BA9490;
}
</style>