Shades of Rose Of Sharon #B94E20
Tints of Rose Of Sharon #B94E20
RGB
CMYK
RGB Variations
Color information
#B94E20 (or 0xB94E20) is known color: Rose Of Sharon. HEX triplet: B9, 4E and 20. RGB value is (185,78,32). Sum of RGB (Red+Green+Blue) = 185+78+32=295 (39% of max value = 765). Red value is 185 (72.66% from 255 or 62.71% from 295); Green value is 78 (30.86% from 255 or 26.44% from 295); Blue value is 32 (12.89% from 255 or 10.85% from 295); Max value from RGB is 185 - color contains mainly: red. Hex color #B94E20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B94E20 is #46B1DF. Grayscale: #696969. Windows color (decimal): -4633056 or 2117305. OLE color: 2117305.
HSL color Cylindrical-coordinate representation of color #B94E20: hue angle of 18.04º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B94E20 is Cyan = 0, Magento = 0.58, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 78 | 32 | - |
| CMYK | 0 | 0.58 | 0.83 | 0.27 |
| HSL | 18.04º | 0.71% | 0.43% | - |
| HSV(B) | 18.04º | 0.83% | 0.73% | - |
| XYZ | 22.99 | 15.87 | 3.22 | - |
| YUV | 104.75 | 86.95 | 185.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 78 | 32 | 0 | 0.58 | 0.83 | 0.27 | 18.04 | 0.71 | 0.43 |
| Hex | B9 | 4E | 20 | 0 | 3A | 53 | 1B | 12 | 47 | 2B |
| Octal | 271 | 116 | 40 | 0 | 72 | 123 | 33 | 22 | 107 | 53 |
| Binary | 10111001 | 1001110 | 100000 | 0 | 111010 | 1010011 | 11011 | 10010 | 1000111 | 101011 |
Color Harmonies of #B94E20
Complementary color
Monochromatic Colors of #B94E20
Black with #B94E20
Text Example
Text Example
White with #B94E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94E20; }
p { color: rgb(185,78,32); }
H1.HeaderClassName
{
color: #B94E20;
}
.AnyTagClassName
{
color: #B94E20;
}
</style>
background-color css
<style>
a { background-color: #B94E20; }
a { background-color: rgb(185,78,32); }
div.DivClassName
{
background-color: #B94E20;
}
.BgClassName
{
background-color: #B94E20;
}
</style>
border-color css
<style>
span { border-color: #B94E20; }
span { border-color: rgb(185,78,32); }
td.TdClassName
{
border-color: #B94E20;
}
.TagClassName
{
border-color: #B94E20;
}
</style>