Shades of Rose Of Sharon #B0541F
Tints of Rose Of Sharon #B0541F
RGB
CMYK
RGB Variations
Color information
#B0541F (or 0xB0541F) is known color: Rose Of Sharon. HEX triplet: B0, 54 and 1F. RGB value is (176,84,31). Sum of RGB (Red+Green+Blue) = 176+84+31=291 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.48% from 291); Green value is 84 (33.20% from 255 or 28.87% from 291); Blue value is 31 (12.5% from 255 or 10.65% from 291); Max value from RGB is 176 - color contains mainly: red. Hex color #B0541F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0541F is #4FABE0. Grayscale: #696969. Windows color (decimal): -5221345 or 2053296. OLE color: 2053296.
HSL color Cylindrical-coordinate representation of color #B0541F: hue angle of 21.93º 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 #B0541F is Cyan = 0, Magento = 0.52, Yellow = 0.82 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 84 | 31 | - |
| CMYK | 0 | 0.52 | 0.82 | 0.31 |
| HSL | 21.93º | 0.7% | 0.41% | - |
| HSV(B) | 21.93º | 0.82% | 0.69% | - |
| XYZ | 21.32 | 15.67 | 3.2 | - |
| YUV | 105.47 | 85.98 | 178.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 84 | 31 | 0 | 0.52 | 0.82 | 0.31 | 21.93 | 0.7 | 0.41 |
| Hex | B0 | 54 | 1F | 0 | 34 | 52 | 1F | 16 | 46 | 29 |
| Octal | 260 | 124 | 37 | 0 | 64 | 122 | 37 | 26 | 106 | 51 |
| Binary | 10110000 | 1010100 | 11111 | 0 | 110100 | 1010010 | 11111 | 10110 | 1000110 | 101001 |
Color Harmonies of #B0541F
Complementary color
Monochromatic Colors of #B0541F
Black with #B0541F
Text Example
Text Example
White with #B0541F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0541F; }
p { color: rgb(176,84,31); }
H1.HeaderClassName
{
color: #B0541F;
}
.AnyTagClassName
{
color: #B0541F;
}
</style>
background-color css
<style>
a { background-color: #B0541F; }
a { background-color: rgb(176,84,31); }
div.DivClassName
{
background-color: #B0541F;
}
.BgClassName
{
background-color: #B0541F;
}
</style>
border-color css
<style>
span { border-color: #B0541F; }
span { border-color: rgb(176,84,31); }
td.TdClassName
{
border-color: #B0541F;
}
.TagClassName
{
border-color: #B0541F;
}
</style>