Shades of Rosy Brown #BA928E
Tints of Rosy Brown #BA928E
RGB
CMYK
RGB Variations
Color information
#BA928E (or 0xBA928E) is known color: Rosy Brown. HEX triplet: BA, 92 and 8E. RGB value is (186,146,142). Sum of RGB (Red+Green+Blue) = 186+146+142=474 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.24% from 474); Green value is 146 (57.42% from 255 or 30.80% from 474); Blue value is 142 (55.86% from 255 or 29.96% from 474); Max value from RGB is 186 - color contains mainly: red. Hex color #BA928E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA928E is #456D71. Grayscale: #9D9D9D. Windows color (decimal): -4550002 or 9343674. OLE color: 9343674.
HSL color Cylindrical-coordinate representation of color #BA928E: hue angle of 5.45º degrees, saturation: 0.24, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BA928E is Cyan = 0, Magento = 0.22, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 146 | 142 | - |
| CMYK | 0 | 0.22 | 0.24 | 0.27 |
| HSL | 5.45º | 0.24% | 0.64% | - |
| HSV(B) | 5.45º | 0.24% | 0.73% | - |
| XYZ | 35.41 | 32.95 | 30.08 | - |
| YUV | 157.5 | 119.25 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 146 | 142 | 0 | 0.22 | 0.24 | 0.27 | 5.45 | 0.24 | 0.64 |
| Hex | BA | 92 | 8E | 0 | 16 | 18 | 1B | 5 | 18 | 40 |
| Octal | 272 | 222 | 216 | 0 | 26 | 30 | 33 | 5 | 30 | 100 |
| Binary | 10111010 | 10010010 | 10001110 | 0 | 10110 | 11000 | 11011 | 101 | 11000 | 1000000 |
Color Harmonies of #BA928E
Complementary color
Monochromatic Colors of #BA928E
Black with #BA928E
Text Example
Text Example
White with #BA928E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA928E; }
p { color: rgb(186,146,142); }
H1.HeaderClassName
{
color: #BA928E;
}
.AnyTagClassName
{
color: #BA928E;
}
</style>
background-color css
<style>
a { background-color: #BA928E; }
a { background-color: rgb(186,146,142); }
div.DivClassName
{
background-color: #BA928E;
}
.BgClassName
{
background-color: #BA928E;
}
</style>
border-color css
<style>
span { border-color: #BA928E; }
span { border-color: rgb(186,146,142); }
td.TdClassName
{
border-color: #BA928E;
}
.TagClassName
{
border-color: #BA928E;
}
</style>