Shades of Rose Of Sharon #B04820
Tints of Rose Of Sharon #B04820
RGB
CMYK
RGB Variations
Color information
#B04820 (or 0xB04820) is known color: Rose Of Sharon. HEX triplet: B0, 48 and 20. RGB value is (176,72,32). Sum of RGB (Red+Green+Blue) = 176+72+32=280 (37% of max value = 765). Red value is 176 (69.14% from 255 or 62.86% from 280); Green value is 72 (28.52% from 255 or 25.71% from 280); Blue value is 32 (12.89% from 255 or 11.43% from 280); Max value from RGB is 176 - color contains mainly: red. Hex color #B04820 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B04820 is #4FB7DF. Grayscale: #626262. Windows color (decimal): -5224416 or 2115760. OLE color: 2115760.
HSL color Cylindrical-coordinate representation of color #B04820: hue angle of 16.67º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B04820 is Cyan = 0, Magento = 0.59, Yellow = 0.82 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 72 | 32 | - |
| CMYK | 0 | 0.59 | 0.82 | 0.31 |
| HSL | 16.67º | 0.69% | 0.41% | - |
| HSV(B) | 16.67º | 0.82% | 0.69% | - |
| XYZ | 20.48 | 13.97 | 2.98 | - |
| YUV | 98.54 | 90.46 | 183.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 72 | 32 | 0 | 0.59 | 0.82 | 0.31 | 16.67 | 0.69 | 0.41 |
| Hex | B0 | 48 | 20 | 0 | 3B | 52 | 1F | 11 | 45 | 29 |
| Octal | 260 | 110 | 40 | 0 | 73 | 122 | 37 | 21 | 105 | 51 |
| Binary | 10110000 | 1001000 | 100000 | 0 | 111011 | 1010010 | 11111 | 10001 | 1000101 | 101001 |
Color Harmonies of #B04820
Complementary color
Monochromatic Colors of #B04820
Black with #B04820
Text Example
Text Example
White with #B04820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04820; }
p { color: rgb(176,72,32); }
H1.HeaderClassName
{
color: #B04820;
}
.AnyTagClassName
{
color: #B04820;
}
</style>
background-color css
<style>
a { background-color: #B04820; }
a { background-color: rgb(176,72,32); }
div.DivClassName
{
background-color: #B04820;
}
.BgClassName
{
background-color: #B04820;
}
</style>
border-color css
<style>
span { border-color: #B04820; }
span { border-color: rgb(176,72,32); }
td.TdClassName
{
border-color: #B04820;
}
.TagClassName
{
border-color: #B04820;
}
</style>