Shades of Rose Of Sharon #BA4821
Tints of Rose Of Sharon #BA4821
RGB
CMYK
RGB Variations
Color information
#BA4821 (or 0xBA4821) is known color: Rose Of Sharon. HEX triplet: BA, 48 and 21. RGB value is (186,72,33). Sum of RGB (Red+Green+Blue) = 186+72+33=291 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.92% from 291); Green value is 72 (28.52% from 255 or 24.74% from 291); Blue value is 33 (13.28% from 255 or 11.34% from 291); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4821 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4821 is #45B7DE. Grayscale: #656565. Windows color (decimal): -4569055 or 2181306. OLE color: 2181306.
HSL color Cylindrical-coordinate representation of color #BA4821: hue angle of 15.29º 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 #BA4821 is Cyan = 0, Magento = 0.61, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 72 | 33 | - |
| CMYK | 0 | 0.61 | 0.82 | 0.27 |
| HSL | 15.29º | 0.7% | 0.43% | - |
| HSV(B) | 15.29º | 0.82% | 0.73% | - |
| XYZ | 22.84 | 15.18 | 3.17 | - |
| YUV | 101.64 | 89.27 | 188.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 72 | 33 | 0 | 0.61 | 0.82 | 0.27 | 15.29 | 0.7 | 0.43 |
| Hex | BA | 48 | 21 | 0 | 3D | 52 | 1B | F | 46 | 2B |
| Octal | 272 | 110 | 41 | 0 | 75 | 122 | 33 | 17 | 106 | 53 |
| Binary | 10111010 | 1001000 | 100001 | 0 | 111101 | 1010010 | 11011 | 1111 | 1000110 | 101011 |
Color Harmonies of #BA4821
Complementary color
Monochromatic Colors of #BA4821
Black with #BA4821
Text Example
Text Example
White with #BA4821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4821; }
p { color: rgb(186,72,33); }
H1.HeaderClassName
{
color: #BA4821;
}
.AnyTagClassName
{
color: #BA4821;
}
</style>
background-color css
<style>
a { background-color: #BA4821; }
a { background-color: rgb(186,72,33); }
div.DivClassName
{
background-color: #BA4821;
}
.BgClassName
{
background-color: #BA4821;
}
</style>
border-color css
<style>
span { border-color: #BA4821; }
span { border-color: rgb(186,72,33); }
td.TdClassName
{
border-color: #BA4821;
}
.TagClassName
{
border-color: #BA4821;
}
</style>