Shades of Rose Of Sharon #BA4F21
Tints of Rose Of Sharon #BA4F21
RGB
CMYK
RGB Variations
Color information
#BA4F21 (or 0xBA4F21) is known color: Rose Of Sharon. HEX triplet: BA, 4F and 21. RGB value is (186,79,33). Sum of RGB (Red+Green+Blue) = 186+79+33=298 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.42% from 298); Green value is 79 (31.25% from 255 or 26.51% from 298); Blue value is 33 (13.28% from 255 or 11.07% from 298); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4F21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA4F21 is #45B0DE. Grayscale: #6A6A6A. Windows color (decimal): -4567263 or 2183098. OLE color: 2183098.
HSL color Cylindrical-coordinate representation of color #BA4F21: hue angle of 18.04º 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 #BA4F21 is Cyan = 0, Magento = 0.58, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 79 | 33 | - |
| CMYK | 0 | 0.58 | 0.82 | 0.27 |
| HSL | 18.04º | 0.7% | 0.43% | - |
| HSV(B) | 18.04º | 0.82% | 0.73% | - |
| XYZ | 23.32 | 16.14 | 3.33 | - |
| YUV | 105.75 | 86.95 | 185.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 79 | 33 | 0 | 0.58 | 0.82 | 0.27 | 18.04 | 0.7 | 0.43 |
| Hex | BA | 4F | 21 | 0 | 3A | 52 | 1B | 12 | 46 | 2B |
| Octal | 272 | 117 | 41 | 0 | 72 | 122 | 33 | 22 | 106 | 53 |
| Binary | 10111010 | 1001111 | 100001 | 0 | 111010 | 1010010 | 11011 | 10010 | 1000110 | 101011 |
Color Harmonies of #BA4F21
Complementary color
Monochromatic Colors of #BA4F21
Black with #BA4F21
Text Example
Text Example
White with #BA4F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4F21; }
p { color: rgb(186,79,33); }
H1.HeaderClassName
{
color: #BA4F21;
}
.AnyTagClassName
{
color: #BA4F21;
}
</style>
background-color css
<style>
a { background-color: #BA4F21; }
a { background-color: rgb(186,79,33); }
div.DivClassName
{
background-color: #BA4F21;
}
.BgClassName
{
background-color: #BA4F21;
}
</style>
border-color css
<style>
span { border-color: #BA4F21; }
span { border-color: rgb(186,79,33); }
td.TdClassName
{
border-color: #BA4F21;
}
.TagClassName
{
border-color: #BA4F21;
}
</style>