Shades of Rose Of Sharon #BA4E23
Tints of Rose Of Sharon #BA4E23
RGB
CMYK
RGB Variations
Color information
#BA4E23 (or 0xBA4E23) is known color: Rose Of Sharon. HEX triplet: BA, 4E and 23. RGB value is (186,78,35). Sum of RGB (Red+Green+Blue) = 186+78+35=299 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.21% from 299); Green value is 78 (30.86% from 255 or 26.09% from 299); Blue value is 35 (14.06% from 255 or 11.71% from 299); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4E23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA4E23 is #45B1DC. Grayscale: #696969. Windows color (decimal): -4567517 or 2313914. OLE color: 2313914.
HSL color Cylindrical-coordinate representation of color #BA4E23: hue angle of 17.09º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BA4E23 is Cyan = 0, Magento = 0.58, Yellow = 0.81 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 78 | 35 | - |
| CMYK | 0 | 0.58 | 0.81 | 0.27 |
| HSL | 17.09º | 0.68% | 0.43% | - |
| HSV(B) | 17.09º | 0.81% | 0.73% | - |
| XYZ | 23.28 | 16.01 | 3.45 | - |
| YUV | 105.39 | 88.28 | 185.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 78 | 35 | 0 | 0.58 | 0.81 | 0.27 | 17.09 | 0.68 | 0.43 |
| Hex | BA | 4E | 23 | 0 | 3A | 51 | 1B | 11 | 44 | 2B |
| Octal | 272 | 116 | 43 | 0 | 72 | 121 | 33 | 21 | 104 | 53 |
| Binary | 10111010 | 1001110 | 100011 | 0 | 111010 | 1010001 | 11011 | 10001 | 1000100 | 101011 |
Color Harmonies of #BA4E23
Complementary color
Monochromatic Colors of #BA4E23
Black with #BA4E23
Text Example
Text Example
White with #BA4E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4E23; }
p { color: rgb(186,78,35); }
H1.HeaderClassName
{
color: #BA4E23;
}
.AnyTagClassName
{
color: #BA4E23;
}
</style>
background-color css
<style>
a { background-color: #BA4E23; }
a { background-color: rgb(186,78,35); }
div.DivClassName
{
background-color: #BA4E23;
}
.BgClassName
{
background-color: #BA4E23;
}
</style>
border-color css
<style>
span { border-color: #BA4E23; }
span { border-color: rgb(186,78,35); }
td.TdClassName
{
border-color: #BA4E23;
}
.TagClassName
{
border-color: #BA4E23;
}
</style>