Shades of Rose Of Sharon #BA4822
Tints of Rose Of Sharon #BA4822
RGB
CMYK
RGB Variations
Color information
#BA4822 (or 0xBA4822) is known color: Rose Of Sharon. HEX triplet: BA, 48 and 22. RGB value is (186,72,34). Sum of RGB (Red+Green+Blue) = 186+72+34=292 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.70% from 292); Green value is 72 (28.52% from 255 or 24.66% from 292); Blue value is 34 (13.67% from 255 or 11.64% from 292); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4822 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4822 is #45B7DD. Grayscale: #666666. Windows color (decimal): -4569054 or 2246842. OLE color: 2246842.
HSL color Cylindrical-coordinate representation of color #BA4822: hue angle of 15º degrees, saturation: 0.69, 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 #BA4822 is Cyan = 0, Magento = 0.61, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 72 | 34 | - |
| CMYK | 0 | 0.61 | 0.82 | 0.27 |
| HSL | 15º | 0.69% | 0.43% | - |
| HSV(B) | 15º | 0.82% | 0.73% | - |
| XYZ | 22.86 | 15.19 | 3.24 | - |
| YUV | 101.75 | 89.77 | 188.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 72 | 34 | 0 | 0.61 | 0.82 | 0.27 | 15 | 0.69 | 0.43 |
| Hex | BA | 48 | 22 | 0 | 3D | 52 | 1B | F | 45 | 2B |
| Octal | 272 | 110 | 42 | 0 | 75 | 122 | 33 | 17 | 105 | 53 |
| Binary | 10111010 | 1001000 | 100010 | 0 | 111101 | 1010010 | 11011 | 1111 | 1000101 | 101011 |
Color Harmonies of #BA4822
Complementary color
Monochromatic Colors of #BA4822
Black with #BA4822
Text Example
Text Example
White with #BA4822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4822; }
p { color: rgb(186,72,34); }
H1.HeaderClassName
{
color: #BA4822;
}
.AnyTagClassName
{
color: #BA4822;
}
</style>
background-color css
<style>
a { background-color: #BA4822; }
a { background-color: rgb(186,72,34); }
div.DivClassName
{
background-color: #BA4822;
}
.BgClassName
{
background-color: #BA4822;
}
</style>
border-color css
<style>
span { border-color: #BA4822; }
span { border-color: rgb(186,72,34); }
td.TdClassName
{
border-color: #BA4822;
}
.TagClassName
{
border-color: #BA4822;
}
</style>