Shades of Rose Of Sharon #B05223
Tints of Rose Of Sharon #B05223
RGB
CMYK
RGB Variations
Color information
#B05223 (or 0xB05223) is known color: Rose Of Sharon. HEX triplet: B0, 52 and 23. RGB value is (176,82,35). Sum of RGB (Red+Green+Blue) = 176+82+35=293 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.07% from 293); Green value is 82 (32.42% from 255 or 27.99% from 293); Blue value is 35 (14.06% from 255 or 11.95% from 293); Max value from RGB is 176 - color contains mainly: red. Hex color #B05223 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05223 is #4FADDC. Grayscale: #696969. Windows color (decimal): -5221853 or 2314928. OLE color: 2314928.
HSL color Cylindrical-coordinate representation of color #B05223: hue angle of 20º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B05223 is Cyan = 0, Magento = 0.53, Yellow = 0.80 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 82 | 35 | - |
| CMYK | 0 | 0.53 | 0.80 | 0.31 |
| HSL | 20º | 0.67% | 0.41% | - |
| HSV(B) | 20º | 0.8% | 0.69% | - |
| XYZ | 21.23 | 15.39 | 3.44 | - |
| YUV | 104.75 | 88.64 | 178.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 82 | 35 | 0 | 0.53 | 0.80 | 0.31 | 20 | 0.67 | 0.41 |
| Hex | B0 | 52 | 23 | 0 | 35 | 50 | 1F | 14 | 43 | 29 |
| Octal | 260 | 122 | 43 | 0 | 65 | 120 | 37 | 24 | 103 | 51 |
| Binary | 10110000 | 1010010 | 100011 | 0 | 110101 | 1010000 | 11111 | 10100 | 1000011 | 101001 |
Color Harmonies of #B05223
Complementary color
Monochromatic Colors of #B05223
Black with #B05223
Text Example
Text Example
White with #B05223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05223; }
p { color: rgb(176,82,35); }
H1.HeaderClassName
{
color: #B05223;
}
.AnyTagClassName
{
color: #B05223;
}
</style>
background-color css
<style>
a { background-color: #B05223; }
a { background-color: rgb(176,82,35); }
div.DivClassName
{
background-color: #B05223;
}
.BgClassName
{
background-color: #B05223;
}
</style>
border-color css
<style>
span { border-color: #B05223; }
span { border-color: rgb(176,82,35); }
td.TdClassName
{
border-color: #B05223;
}
.TagClassName
{
border-color: #B05223;
}
</style>