Shades of Rose Of Sharon #BA4A21
Tints of Rose Of Sharon #BA4A21
RGB
CMYK
RGB Variations
Color information
#BA4A21 (or 0xBA4A21) is known color: Rose Of Sharon. HEX triplet: BA, 4A and 21. RGB value is (186,74,33). Sum of RGB (Red+Green+Blue) = 186+74+33=293 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.48% from 293); Green value is 74 (29.30% from 255 or 25.26% from 293); Blue value is 33 (13.28% from 255 or 11.26% from 293); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4A21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4A21 is #45B5DE. Grayscale: #676767. Windows color (decimal): -4568543 or 2181818. OLE color: 2181818.
HSL color Cylindrical-coordinate representation of color #BA4A21: hue angle of 16.08º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BA4A21 is Cyan = 0, Magento = 0.60, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 74 | 33 | - |
| CMYK | 0 | 0.60 | 0.82 | 0.27 |
| HSL | 16.08º | 0.7% | 0.43% | - |
| HSV(B) | 16.08º | 0.82% | 0.73% | - |
| XYZ | 22.97 | 15.45 | 3.21 | - |
| YUV | 102.81 | 88.61 | 187.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 74 | 33 | 0 | 0.60 | 0.82 | 0.27 | 16.08 | 0.7 | 0.43 |
| Hex | BA | 4A | 21 | 0 | 3C | 52 | 1B | 10 | 46 | 2B |
| Octal | 272 | 112 | 41 | 0 | 74 | 122 | 33 | 20 | 106 | 53 |
| Binary | 10111010 | 1001010 | 100001 | 0 | 111100 | 1010010 | 11011 | 10000 | 1000110 | 101011 |
Color Harmonies of #BA4A21
Complementary color
Monochromatic Colors of #BA4A21
Black with #BA4A21
Text Example
Text Example
White with #BA4A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4A21; }
p { color: rgb(186,74,33); }
H1.HeaderClassName
{
color: #BA4A21;
}
.AnyTagClassName
{
color: #BA4A21;
}
</style>
background-color css
<style>
a { background-color: #BA4A21; }
a { background-color: rgb(186,74,33); }
div.DivClassName
{
background-color: #BA4A21;
}
.BgClassName
{
background-color: #BA4A21;
}
</style>
border-color css
<style>
span { border-color: #BA4A21; }
span { border-color: rgb(186,74,33); }
td.TdClassName
{
border-color: #BA4A21;
}
.TagClassName
{
border-color: #BA4A21;
}
</style>