Shades of Rosy Brown #BA9693
Tints of Rosy Brown #BA9693
RGB
CMYK
RGB Variations
Color information
#BA9693 (or 0xBA9693) is known color: Rosy Brown. HEX triplet: BA, 96 and 93. RGB value is (186,150,147). Sum of RGB (Red+Green+Blue) = 186+150+147=483 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.51% from 483); Green value is 150 (58.98% from 255 or 31.06% from 483); Blue value is 147 (57.81% from 255 or 30.43% from 483); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9693 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9693 is #45696C. Grayscale: #A0A0A0. Windows color (decimal): -4548973 or 9672378. OLE color: 9672378.
HSL color Cylindrical-coordinate representation of color #BA9693: hue angle of 4.62º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BA9693 is Cyan = 0, Magento = 0.19, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 150 | 147 | - |
| CMYK | 0 | 0.19 | 0.21 | 0.27 |
| HSL | 4.62º | 0.22% | 0.65% | - |
| HSV(B) | 4.62º | 0.21% | 0.73% | - |
| XYZ | 36.42 | 34.36 | 32.32 | - |
| YUV | 160.42 | 120.43 | 146.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 150 | 147 | 0 | 0.19 | 0.21 | 0.27 | 4.62 | 0.22 | 0.65 |
| Hex | BA | 96 | 93 | 0 | 13 | 15 | 1B | 5 | 16 | 41 |
| Octal | 272 | 226 | 223 | 0 | 23 | 25 | 33 | 5 | 26 | 101 |
| Binary | 10111010 | 10010110 | 10010011 | 0 | 10011 | 10101 | 11011 | 101 | 10110 | 1000001 |
Color Harmonies of #BA9693
Complementary color
Monochromatic Colors of #BA9693
Black with #BA9693
Text Example
Text Example
White with #BA9693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9693; }
p { color: rgb(186,150,147); }
H1.HeaderClassName
{
color: #BA9693;
}
.AnyTagClassName
{
color: #BA9693;
}
</style>
background-color css
<style>
a { background-color: #BA9693; }
a { background-color: rgb(186,150,147); }
div.DivClassName
{
background-color: #BA9693;
}
.BgClassName
{
background-color: #BA9693;
}
</style>
border-color css
<style>
span { border-color: #BA9693; }
span { border-color: rgb(186,150,147); }
td.TdClassName
{
border-color: #BA9693;
}
.TagClassName
{
border-color: #BA9693;
}
</style>