Shades of Rose Of Sharon #BA4725
Tints of Rose Of Sharon #BA4725
RGB
CMYK
RGB Variations
Color information
#BA4725 (or 0xBA4725) is known color: Rose Of Sharon. HEX triplet: BA, 47 and 25. RGB value is (186,71,37). Sum of RGB (Red+Green+Blue) = 186+71+37=294 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.27% from 294); Green value is 71 (28.12% from 255 or 24.15% from 294); Blue value is 37 (14.84% from 255 or 12.59% from 294); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4725 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4725 is #45B8DA. Grayscale: #656565. Windows color (decimal): -4569307 or 2443194. OLE color: 2443194.
HSL color Cylindrical-coordinate representation of color #BA4725: hue angle of 13.69º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA4725 is Cyan = 0, Magento = 0.62, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 71 | 37 | - |
| CMYK | 0 | 0.62 | 0.80 | 0.27 |
| HSL | 13.69º | 0.67% | 0.44% | - |
| HSV(B) | 13.69º | 0.8% | 0.73% | - |
| XYZ | 22.84 | 15.08 | 3.46 | - |
| YUV | 101.51 | 91.6 | 188.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 71 | 37 | 0 | 0.62 | 0.80 | 0.27 | 13.69 | 0.67 | 0.44 |
| Hex | BA | 47 | 25 | 0 | 3E | 50 | 1B | E | 43 | 2C |
| Octal | 272 | 107 | 45 | 0 | 76 | 120 | 33 | 16 | 103 | 54 |
| Binary | 10111010 | 1000111 | 100101 | 0 | 111110 | 1010000 | 11011 | 1110 | 1000011 | 101100 |
Color Harmonies of #BA4725
Complementary color
Monochromatic Colors of #BA4725
Black with #BA4725
Text Example
Text Example
White with #BA4725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4725; }
p { color: rgb(186,71,37); }
H1.HeaderClassName
{
color: #BA4725;
}
.AnyTagClassName
{
color: #BA4725;
}
</style>
background-color css
<style>
a { background-color: #BA4725; }
a { background-color: rgb(186,71,37); }
div.DivClassName
{
background-color: #BA4725;
}
.BgClassName
{
background-color: #BA4725;
}
</style>
border-color css
<style>
span { border-color: #BA4725; }
span { border-color: rgb(186,71,37); }
td.TdClassName
{
border-color: #BA4725;
}
.TagClassName
{
border-color: #BA4725;
}
</style>