Shades of Rose Of Sharon #BA4924
Tints of Rose Of Sharon #BA4924
RGB
CMYK
RGB Variations
Color information
#BA4924 (or 0xBA4924) is known color: Rose Of Sharon. HEX triplet: BA, 49 and 24. RGB value is (186,73,36). Sum of RGB (Red+Green+Blue) = 186+73+36=295 (39% of max value = 765). Red value is 186 (73.05% from 255 or 63.05% from 295); Green value is 73 (28.91% from 255 or 24.75% from 295); Blue value is 36 (14.45% from 255 or 12.20% from 295); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4924 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4924 is #45B6DB. Grayscale: #666666. Windows color (decimal): -4568796 or 2378170. OLE color: 2378170.
HSL color Cylindrical-coordinate representation of color #BA4924: hue angle of 14.8º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BA4924 is Cyan = 0, Magento = 0.61, Yellow = 0.81 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 73 | 36 | - |
| CMYK | 0 | 0.61 | 0.81 | 0.27 |
| HSL | 14.8º | 0.68% | 0.44% | - |
| HSV(B) | 14.8º | 0.81% | 0.73% | - |
| XYZ | 22.95 | 15.33 | 3.42 | - |
| YUV | 102.57 | 90.44 | 187.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 73 | 36 | 0 | 0.61 | 0.81 | 0.27 | 14.8 | 0.68 | 0.44 |
| Hex | BA | 49 | 24 | 0 | 3D | 51 | 1B | F | 44 | 2C |
| Octal | 272 | 111 | 44 | 0 | 75 | 121 | 33 | 17 | 104 | 54 |
| Binary | 10111010 | 1001001 | 100100 | 0 | 111101 | 1010001 | 11011 | 1111 | 1000100 | 101100 |
Color Harmonies of #BA4924
Complementary color
Monochromatic Colors of #BA4924
Black with #BA4924
Text Example
Text Example
White with #BA4924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4924; }
p { color: rgb(186,73,36); }
H1.HeaderClassName
{
color: #BA4924;
}
.AnyTagClassName
{
color: #BA4924;
}
</style>
background-color css
<style>
a { background-color: #BA4924; }
a { background-color: rgb(186,73,36); }
div.DivClassName
{
background-color: #BA4924;
}
.BgClassName
{
background-color: #BA4924;
}
</style>
border-color css
<style>
span { border-color: #BA4924; }
span { border-color: rgb(186,73,36); }
td.TdClassName
{
border-color: #BA4924;
}
.TagClassName
{
border-color: #BA4924;
}
</style>