Shades of Rose Of Sharon #B0521F
Tints of Rose Of Sharon #B0521F
RGB
CMYK
RGB Variations
Color information
#B0521F (or 0xB0521F) is known color: Rose Of Sharon. HEX triplet: B0, 52 and 1F. RGB value is (176,82,31). Sum of RGB (Red+Green+Blue) = 176+82+31=289 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.90% from 289); Green value is 82 (32.42% from 255 or 28.37% from 289); Blue value is 31 (12.5% from 255 or 10.73% from 289); Max value from RGB is 176 - color contains mainly: red. Hex color #B0521F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0521F is #4FADE0. Grayscale: #686868. Windows color (decimal): -5221857 or 2052784. OLE color: 2052784.
HSL color Cylindrical-coordinate representation of color #B0521F: hue angle of 21.1º degrees, saturation: 0.7, 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 #B0521F is Cyan = 0, Magento = 0.53, Yellow = 0.82 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 82 | 31 | - |
| CMYK | 0 | 0.53 | 0.82 | 0.31 |
| HSL | 21.1º | 0.7% | 0.41% | - |
| HSV(B) | 21.1º | 0.82% | 0.69% | - |
| XYZ | 21.17 | 15.36 | 3.15 | - |
| YUV | 104.29 | 86.64 | 179.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 82 | 31 | 0 | 0.53 | 0.82 | 0.31 | 21.1 | 0.7 | 0.41 |
| Hex | B0 | 52 | 1F | 0 | 35 | 52 | 1F | 15 | 46 | 29 |
| Octal | 260 | 122 | 37 | 0 | 65 | 122 | 37 | 25 | 106 | 51 |
| Binary | 10110000 | 1010010 | 11111 | 0 | 110101 | 1010010 | 11111 | 10101 | 1000110 | 101001 |
Color Harmonies of #B0521F
Complementary color
Monochromatic Colors of #B0521F
Black with #B0521F
Text Example
Text Example
White with #B0521F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0521F; }
p { color: rgb(176,82,31); }
H1.HeaderClassName
{
color: #B0521F;
}
.AnyTagClassName
{
color: #B0521F;
}
</style>
background-color css
<style>
a { background-color: #B0521F; }
a { background-color: rgb(176,82,31); }
div.DivClassName
{
background-color: #B0521F;
}
.BgClassName
{
background-color: #B0521F;
}
</style>
border-color css
<style>
span { border-color: #B0521F; }
span { border-color: rgb(176,82,31); }
td.TdClassName
{
border-color: #B0521F;
}
.TagClassName
{
border-color: #B0521F;
}
</style>