Shades of Rose Of Sharon #B84922
Tints of Rose Of Sharon #B84922
RGB
CMYK
RGB Variations
Color information
#B84922 (or 0xB84922) is known color: Rose Of Sharon. HEX triplet: B8, 49 and 22. RGB value is (184,73,34). Sum of RGB (Red+Green+Blue) = 184+73+34=291 (38% of max value = 765). Red value is 184 (72.27% from 255 or 63.23% from 291); Green value is 73 (28.91% from 255 or 25.09% from 291); Blue value is 34 (13.67% from 255 or 11.68% from 291); Max value from RGB is 184 - color contains mainly: red. Hex color #B84922 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B84922 is #47B6DD. Grayscale: #666666. Windows color (decimal): -4699870 or 2247096. OLE color: 2247096.
HSL color Cylindrical-coordinate representation of color #B84922: hue angle of 15.6º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B84922 is Cyan = 0, Magento = 0.60, Yellow = 0.82 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 73 | 34 | - |
| CMYK | 0 | 0.60 | 0.82 | 0.28 |
| HSL | 15.6º | 0.69% | 0.43% | - |
| HSV(B) | 15.6º | 0.82% | 0.72% | - |
| XYZ | 22.44 | 15.07 | 3.24 | - |
| YUV | 101.74 | 89.77 | 186.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 73 | 34 | 0 | 0.60 | 0.82 | 0.28 | 15.6 | 0.69 | 0.43 |
| Hex | B8 | 49 | 22 | 0 | 3C | 52 | 1C | 10 | 45 | 2B |
| Octal | 270 | 111 | 42 | 0 | 74 | 122 | 34 | 20 | 105 | 53 |
| Binary | 10111000 | 1001001 | 100010 | 0 | 111100 | 1010010 | 11100 | 10000 | 1000101 | 101011 |
Color Harmonies of #B84922
Complementary color
Monochromatic Colors of #B84922
Black with #B84922
Text Example
Text Example
White with #B84922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84922; }
p { color: rgb(184,73,34); }
H1.HeaderClassName
{
color: #B84922;
}
.AnyTagClassName
{
color: #B84922;
}
</style>
background-color css
<style>
a { background-color: #B84922; }
a { background-color: rgb(184,73,34); }
div.DivClassName
{
background-color: #B84922;
}
.BgClassName
{
background-color: #B84922;
}
</style>
border-color css
<style>
span { border-color: #B84922; }
span { border-color: rgb(184,73,34); }
td.TdClassName
{
border-color: #B84922;
}
.TagClassName
{
border-color: #B84922;
}
</style>