Shades of Rose Of Sharon #BA4921
Tints of Rose Of Sharon #BA4921
RGB
CMYK
RGB Variations
Color information
#BA4921 (or 0xBA4921) is known color: Rose Of Sharon. HEX triplet: BA, 49 and 21. RGB value is (186,73,33). Sum of RGB (Red+Green+Blue) = 186+73+33=292 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.70% from 292); Green value is 73 (28.91% from 255 or 25% from 292); Blue value is 33 (13.28% from 255 or 11.30% from 292); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4921 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4921 is #45B6DE. Grayscale: #666666. Windows color (decimal): -4568799 or 2181562. OLE color: 2181562.
HSL color Cylindrical-coordinate representation of color #BA4921: hue angle of 15.69º 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 #BA4921 is Cyan = 0, Magento = 0.61, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 73 | 33 | - |
| CMYK | 0 | 0.61 | 0.82 | 0.27 |
| HSL | 15.69º | 0.7% | 0.43% | - |
| HSV(B) | 15.69º | 0.82% | 0.73% | - |
| XYZ | 22.91 | 15.31 | 3.19 | - |
| YUV | 102.23 | 88.94 | 187.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 73 | 33 | 0 | 0.61 | 0.82 | 0.27 | 15.69 | 0.7 | 0.43 |
| Hex | BA | 49 | 21 | 0 | 3D | 52 | 1B | 10 | 46 | 2B |
| Octal | 272 | 111 | 41 | 0 | 75 | 122 | 33 | 20 | 106 | 53 |
| Binary | 10111010 | 1001001 | 100001 | 0 | 111101 | 1010010 | 11011 | 10000 | 1000110 | 101011 |
Color Harmonies of #BA4921
Complementary color
Monochromatic Colors of #BA4921
Black with #BA4921
Text Example
Text Example
White with #BA4921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4921; }
p { color: rgb(186,73,33); }
H1.HeaderClassName
{
color: #BA4921;
}
.AnyTagClassName
{
color: #BA4921;
}
</style>
background-color css
<style>
a { background-color: #BA4921; }
a { background-color: rgb(186,73,33); }
div.DivClassName
{
background-color: #BA4921;
}
.BgClassName
{
background-color: #BA4921;
}
</style>
border-color css
<style>
span { border-color: #BA4921; }
span { border-color: rgb(186,73,33); }
td.TdClassName
{
border-color: #BA4921;
}
.TagClassName
{
border-color: #BA4921;
}
</style>