Shades of Rose Of Sharon #BA4926
Tints of Rose Of Sharon #BA4926
RGB
CMYK
RGB Variations
Color information
#BA4926 (or 0xBA4926) is known color: Rose Of Sharon. HEX triplet: BA, 49 and 26. RGB value is (186,73,38). Sum of RGB (Red+Green+Blue) = 186+73+38=297 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.63% from 297); Green value is 73 (28.91% from 255 or 24.58% from 297); Blue value is 38 (15.23% from 255 or 12.79% from 297); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4926 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4926 is #45B6D9. Grayscale: #676767. Windows color (decimal): -4568794 or 2509242. OLE color: 2509242.
HSL color Cylindrical-coordinate representation of color #BA4926: hue angle of 14.19º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA4926 is Cyan = 0, Magento = 0.61, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 73 | 38 | - |
| CMYK | 0 | 0.61 | 0.80 | 0.27 |
| HSL | 14.19º | 0.66% | 0.44% | - |
| HSV(B) | 14.19º | 0.8% | 0.73% | - |
| XYZ | 22.98 | 15.34 | 3.58 | - |
| YUV | 102.8 | 91.44 | 187.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 73 | 38 | 0 | 0.61 | 0.80 | 0.27 | 14.19 | 0.66 | 0.44 |
| Hex | BA | 49 | 26 | 0 | 3D | 50 | 1B | E | 42 | 2C |
| Octal | 272 | 111 | 46 | 0 | 75 | 120 | 33 | 16 | 102 | 54 |
| Binary | 10111010 | 1001001 | 100110 | 0 | 111101 | 1010000 | 11011 | 1110 | 1000010 | 101100 |
Color Harmonies of #BA4926
Complementary color
Monochromatic Colors of #BA4926
Black with #BA4926
Text Example
Text Example
White with #BA4926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4926; }
p { color: rgb(186,73,38); }
H1.HeaderClassName
{
color: #BA4926;
}
.AnyTagClassName
{
color: #BA4926;
}
</style>
background-color css
<style>
a { background-color: #BA4926; }
a { background-color: rgb(186,73,38); }
div.DivClassName
{
background-color: #BA4926;
}
.BgClassName
{
background-color: #BA4926;
}
</style>
border-color css
<style>
span { border-color: #BA4926; }
span { border-color: rgb(186,73,38); }
td.TdClassName
{
border-color: #BA4926;
}
.TagClassName
{
border-color: #BA4926;
}
</style>