Shades of Rose Of Sharon #B05520
Tints of Rose Of Sharon #B05520
RGB
CMYK
RGB Variations
Color information
#B05520 (or 0xB05520) is known color: Rose Of Sharon. HEX triplet: B0, 55 and 20. RGB value is (176,85,32). Sum of RGB (Red+Green+Blue) = 176+85+32=293 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.07% from 293); Green value is 85 (33.59% from 255 or 29.01% from 293); Blue value is 32 (12.89% from 255 or 10.92% from 293); Max value from RGB is 176 - color contains mainly: red. Hex color #B05520 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05520 is #4FAADF. Grayscale: #6A6A6A. Windows color (decimal): -5221088 or 2119088. OLE color: 2119088.
HSL color Cylindrical-coordinate representation of color #B05520: hue angle of 22.08º 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 #B05520 is Cyan = 0, Magento = 0.52, Yellow = 0.82 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 85 | 32 | - |
| CMYK | 0 | 0.52 | 0.82 | 0.31 |
| HSL | 22.08º | 0.69% | 0.41% | - |
| HSV(B) | 22.08º | 0.82% | 0.69% | - |
| XYZ | 21.41 | 15.83 | 3.29 | - |
| YUV | 106.17 | 86.15 | 177.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 85 | 32 | 0 | 0.52 | 0.82 | 0.31 | 22.08 | 0.69 | 0.41 |
| Hex | B0 | 55 | 20 | 0 | 34 | 52 | 1F | 16 | 45 | 29 |
| Octal | 260 | 125 | 40 | 0 | 64 | 122 | 37 | 26 | 105 | 51 |
| Binary | 10110000 | 1010101 | 100000 | 0 | 110100 | 1010010 | 11111 | 10110 | 1000101 | 101001 |
Color Harmonies of #B05520
Complementary color
Monochromatic Colors of #B05520
Black with #B05520
Text Example
Text Example
White with #B05520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05520; }
p { color: rgb(176,85,32); }
H1.HeaderClassName
{
color: #B05520;
}
.AnyTagClassName
{
color: #B05520;
}
</style>
background-color css
<style>
a { background-color: #B05520; }
a { background-color: rgb(176,85,32); }
div.DivClassName
{
background-color: #B05520;
}
.BgClassName
{
background-color: #B05520;
}
</style>
border-color css
<style>
span { border-color: #B05520; }
span { border-color: rgb(176,85,32); }
td.TdClassName
{
border-color: #B05520;
}
.TagClassName
{
border-color: #B05520;
}
</style>