Shades of Rosy Brown #BA9898
Tints of Rosy Brown #BA9898
RGB
CMYK
RGB Variations
Color information
#BA9898 (or 0xBA9898) is known color: Rosy Brown. HEX triplet: BA, 98 and 98. RGB value is (186,152,152). Sum of RGB (Red+Green+Blue) = 186+152+152=490 (64% of max value = 765). Red value is 186 (73.05% from 255 or 37.96% from 490); Green value is 152 (59.77% from 255 or 31.02% from 490); Blue value is 152 (59.77% from 255 or 31.02% from 490); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9898 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9898 is #456767. Grayscale: #A2A2A2. Windows color (decimal): -4548456 or 10000570. OLE color: 10000570.
HSL color Cylindrical-coordinate representation of color #BA9898: hue angle of 0º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BA9898 is Cyan = 0, Magento = 0.18, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 152 | 152 | - |
| CMYK | 0 | 0.18 | 0.18 | 0.27 |
| HSL | 0º | 0.2% | 0.66% | - |
| HSV(B) | 0º | 0.18% | 0.73% | - |
| XYZ | 37.15 | 35.16 | 34.54 | - |
| YUV | 162.17 | 122.26 | 145 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 152 | 152 | 0 | 0.18 | 0.18 | 0.27 | 0 | 0.2 | 0.66 |
| Hex | BA | 98 | 98 | 0 | 12 | 12 | 1B | 0 | 14 | 42 |
| Octal | 272 | 230 | 230 | 0 | 22 | 22 | 33 | 0 | 24 | 102 |
| Binary | 10111010 | 10011000 | 10011000 | 0 | 10010 | 10010 | 11011 | 0 | 10100 | 1000010 |
Color Harmonies of #BA9898
Complementary color
Monochromatic Colors of #BA9898
Black with #BA9898
Text Example
Text Example
White with #BA9898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9898; }
p { color: rgb(186,152,152); }
H1.HeaderClassName
{
color: #BA9898;
}
.AnyTagClassName
{
color: #BA9898;
}
</style>
background-color css
<style>
a { background-color: #BA9898; }
a { background-color: rgb(186,152,152); }
div.DivClassName
{
background-color: #BA9898;
}
.BgClassName
{
background-color: #BA9898;
}
</style>
border-color css
<style>
span { border-color: #BA9898; }
span { border-color: rgb(186,152,152); }
td.TdClassName
{
border-color: #BA9898;
}
.TagClassName
{
border-color: #BA9898;
}
</style>