Shades of Rose Of Sharon #BA5021
Tints of Rose Of Sharon #BA5021
RGB
CMYK
RGB Variations
Color information
#BA5021 (or 0xBA5021) is known color: Rose Of Sharon. HEX triplet: BA, 50 and 21. RGB value is (186,80,33). Sum of RGB (Red+Green+Blue) = 186+80+33=299 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.21% from 299); Green value is 80 (31.64% from 255 or 26.76% from 299); Blue value is 33 (13.28% from 255 or 11.04% from 299); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5021 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5021 is #45AFDE. Grayscale: #6A6A6A. Windows color (decimal): -4567007 or 2183354. OLE color: 2183354.
HSL color Cylindrical-coordinate representation of color #BA5021: hue angle of 18.43º 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 #BA5021 is Cyan = 0, Magento = 0.57, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 80 | 33 | - |
| CMYK | 0 | 0.57 | 0.82 | 0.27 |
| HSL | 18.43º | 0.7% | 0.43% | - |
| HSV(B) | 18.43º | 0.82% | 0.73% | - |
| XYZ | 23.39 | 16.29 | 3.35 | - |
| YUV | 106.34 | 86.62 | 184.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 80 | 33 | 0 | 0.57 | 0.82 | 0.27 | 18.43 | 0.7 | 0.43 |
| Hex | BA | 50 | 21 | 0 | 39 | 52 | 1B | 12 | 46 | 2B |
| Octal | 272 | 120 | 41 | 0 | 71 | 122 | 33 | 22 | 106 | 53 |
| Binary | 10111010 | 1010000 | 100001 | 0 | 111001 | 1010010 | 11011 | 10010 | 1000110 | 101011 |
Color Harmonies of #BA5021
Complementary color
Monochromatic Colors of #BA5021
Black with #BA5021
Text Example
Text Example
White with #BA5021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5021; }
p { color: rgb(186,80,33); }
H1.HeaderClassName
{
color: #BA5021;
}
.AnyTagClassName
{
color: #BA5021;
}
</style>
background-color css
<style>
a { background-color: #BA5021; }
a { background-color: rgb(186,80,33); }
div.DivClassName
{
background-color: #BA5021;
}
.BgClassName
{
background-color: #BA5021;
}
</style>
border-color css
<style>
span { border-color: #BA5021; }
span { border-color: rgb(186,80,33); }
td.TdClassName
{
border-color: #BA5021;
}
.TagClassName
{
border-color: #BA5021;
}
</style>