Shades of Rose Of Sharon #BA4B26
Tints of Rose Of Sharon #BA4B26
RGB
CMYK
RGB Variations
Color information
#BA4B26 (or 0xBA4B26) is known color: Rose Of Sharon. HEX triplet: BA, 4B and 26. RGB value is (186,75,38). Sum of RGB (Red+Green+Blue) = 186+75+38=299 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.21% from 299); Green value is 75 (29.69% from 255 or 25.08% from 299); Blue value is 38 (15.23% from 255 or 12.71% from 299); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4B26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4B26 is #45B4D9. Grayscale: #686868. Windows color (decimal): -4568282 or 2509754. OLE color: 2509754.
HSL color Cylindrical-coordinate representation of color #BA4B26: hue angle of 15º degrees, saturation: 0.66, 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 #BA4B26 is Cyan = 0, Magento = 0.60, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 75 | 38 | - |
| CMYK | 0 | 0.60 | 0.80 | 0.27 |
| HSL | 15º | 0.66% | 0.44% | - |
| HSV(B) | 15º | 0.8% | 0.73% | - |
| XYZ | 23.12 | 15.61 | 3.63 | - |
| YUV | 103.97 | 90.77 | 186.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 75 | 38 | 0 | 0.60 | 0.80 | 0.27 | 15 | 0.66 | 0.44 |
| Hex | BA | 4B | 26 | 0 | 3C | 50 | 1B | F | 42 | 2C |
| Octal | 272 | 113 | 46 | 0 | 74 | 120 | 33 | 17 | 102 | 54 |
| Binary | 10111010 | 1001011 | 100110 | 0 | 111100 | 1010000 | 11011 | 1111 | 1000010 | 101100 |
Color Harmonies of #BA4B26
Complementary color
Monochromatic Colors of #BA4B26
Black with #BA4B26
Text Example
Text Example
White with #BA4B26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4B26; }
p { color: rgb(186,75,38); }
H1.HeaderClassName
{
color: #BA4B26;
}
.AnyTagClassName
{
color: #BA4B26;
}
</style>
background-color css
<style>
a { background-color: #BA4B26; }
a { background-color: rgb(186,75,38); }
div.DivClassName
{
background-color: #BA4B26;
}
.BgClassName
{
background-color: #BA4B26;
}
</style>
border-color css
<style>
span { border-color: #BA4B26; }
span { border-color: rgb(186,75,38); }
td.TdClassName
{
border-color: #BA4B26;
}
.TagClassName
{
border-color: #BA4B26;
}
</style>