Shades of Rosy Brown #BA9A98
Tints of Rosy Brown #BA9A98
RGB
CMYK
RGB Variations
Color information
#BA9A98 (or 0xBA9A98) is known color: Rosy Brown. HEX triplet: BA, 9A and 98. RGB value is (186,154,152). Sum of RGB (Red+Green+Blue) = 186+154+152=492 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.80% from 492); Green value is 154 (60.55% from 255 or 31.30% from 492); Blue value is 152 (59.77% from 255 or 30.89% from 492); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9A98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9A98 is #456567. Grayscale: #A3A3A3. Windows color (decimal): -4547944 or 10001082. OLE color: 10001082.
HSL color Cylindrical-coordinate representation of color #BA9A98: hue angle of 3.53º 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 #BA9A98 is Cyan = 0, Magento = 0.17, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 154 | 152 | - |
| CMYK | 0 | 0.17 | 0.18 | 0.27 |
| HSL | 3.53º | 0.2% | 0.66% | - |
| HSV(B) | 3.53º | 0.18% | 0.73% | - |
| XYZ | 37.47 | 35.82 | 34.64 | - |
| YUV | 163.34 | 121.6 | 144.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 154 | 152 | 0 | 0.17 | 0.18 | 0.27 | 3.53 | 0.2 | 0.66 |
| Hex | BA | 9A | 98 | 0 | 11 | 12 | 1B | 4 | 14 | 42 |
| Octal | 272 | 232 | 230 | 0 | 21 | 22 | 33 | 4 | 24 | 102 |
| Binary | 10111010 | 10011010 | 10011000 | 0 | 10001 | 10010 | 11011 | 100 | 10100 | 1000010 |
Color Harmonies of #BA9A98
Complementary color
Monochromatic Colors of #BA9A98
Black with #BA9A98
Text Example
Text Example
White with #BA9A98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9A98; }
p { color: rgb(186,154,152); }
H1.HeaderClassName
{
color: #BA9A98;
}
.AnyTagClassName
{
color: #BA9A98;
}
</style>
background-color css
<style>
a { background-color: #BA9A98; }
a { background-color: rgb(186,154,152); }
div.DivClassName
{
background-color: #BA9A98;
}
.BgClassName
{
background-color: #BA9A98;
}
</style>
border-color css
<style>
span { border-color: #BA9A98; }
span { border-color: rgb(186,154,152); }
td.TdClassName
{
border-color: #BA9A98;
}
.TagClassName
{
border-color: #BA9A98;
}
</style>