Shades of Rose Of Sharon #B05224
Tints of Rose Of Sharon #B05224
RGB
CMYK
RGB Variations
Color information
#B05224 (or 0xB05224) is known color: Rose Of Sharon. HEX triplet: B0, 52 and 24. RGB value is (176,82,36). Sum of RGB (Red+Green+Blue) = 176+82+36=294 (38% of max value = 765). Red value is 176 (69.14% from 255 or 59.86% from 294); Green value is 82 (32.42% from 255 or 27.89% from 294); Blue value is 36 (14.45% from 255 or 12.24% from 294); Max value from RGB is 176 - color contains mainly: red. Hex color #B05224 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05224 is #4FADDB. Grayscale: #696969. Windows color (decimal): -5221852 or 2380464. OLE color: 2380464.
HSL color Cylindrical-coordinate representation of color #B05224: hue angle of 19.71º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B05224 is Cyan = 0, Magento = 0.53, Yellow = 0.80 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 82 | 36 | - |
| CMYK | 0 | 0.53 | 0.80 | 0.31 |
| HSL | 19.71º | 0.66% | 0.42% | - |
| HSV(B) | 19.71º | 0.8% | 0.69% | - |
| XYZ | 21.24 | 15.39 | 3.52 | - |
| YUV | 104.86 | 89.14 | 178.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 82 | 36 | 0 | 0.53 | 0.80 | 0.31 | 19.71 | 0.66 | 0.42 |
| Hex | B0 | 52 | 24 | 0 | 35 | 50 | 1F | 14 | 42 | 2A |
| Octal | 260 | 122 | 44 | 0 | 65 | 120 | 37 | 24 | 102 | 52 |
| Binary | 10110000 | 1010010 | 100100 | 0 | 110101 | 1010000 | 11111 | 10100 | 1000010 | 101010 |
Color Harmonies of #B05224
Complementary color
Monochromatic Colors of #B05224
Black with #B05224
Text Example
Text Example
White with #B05224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05224; }
p { color: rgb(176,82,36); }
H1.HeaderClassName
{
color: #B05224;
}
.AnyTagClassName
{
color: #B05224;
}
</style>
background-color css
<style>
a { background-color: #B05224; }
a { background-color: rgb(176,82,36); }
div.DivClassName
{
background-color: #B05224;
}
.BgClassName
{
background-color: #B05224;
}
</style>
border-color css
<style>
span { border-color: #B05224; }
span { border-color: rgb(176,82,36); }
td.TdClassName
{
border-color: #B05224;
}
.TagClassName
{
border-color: #B05224;
}
</style>