Shades of Rose Of Sharon #B04521
Tints of Rose Of Sharon #B04521
RGB
CMYK
RGB Variations
Color information
#B04521 (or 0xB04521) is known color: Rose Of Sharon. HEX triplet: B0, 45 and 21. RGB value is (176,69,33). Sum of RGB (Red+Green+Blue) = 176+69+33=278 (36% of max value = 765). Red value is 176 (69.14% from 255 or 63.31% from 278); Green value is 69 (27.34% from 255 or 24.82% from 278); Blue value is 33 (13.28% from 255 or 11.87% from 278); Max value from RGB is 176 - color contains mainly: red. Hex color #B04521 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B04521 is #4FBADE. Grayscale: #616161. Windows color (decimal): -5225183 or 2180528. OLE color: 2180528.
HSL color Cylindrical-coordinate representation of color #B04521: hue angle of 15.1º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B04521 is Cyan = 0, Magento = 0.61, Yellow = 0.81 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 69 | 33 | - |
| CMYK | 0 | 0.61 | 0.81 | 0.31 |
| HSL | 15.1º | 0.68% | 0.41% | - |
| HSV(B) | 15.1º | 0.81% | 0.69% | - |
| XYZ | 20.31 | 13.6 | 2.99 | - |
| YUV | 96.89 | 91.95 | 184.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 69 | 33 | 0 | 0.61 | 0.81 | 0.31 | 15.1 | 0.68 | 0.41 |
| Hex | B0 | 45 | 21 | 0 | 3D | 51 | 1F | F | 44 | 29 |
| Octal | 260 | 105 | 41 | 0 | 75 | 121 | 37 | 17 | 104 | 51 |
| Binary | 10110000 | 1000101 | 100001 | 0 | 111101 | 1010001 | 11111 | 1111 | 1000100 | 101001 |
Color Harmonies of #B04521
Complementary color
Monochromatic Colors of #B04521
Black with #B04521
Text Example
Text Example
White with #B04521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04521; }
p { color: rgb(176,69,33); }
H1.HeaderClassName
{
color: #B04521;
}
.AnyTagClassName
{
color: #B04521;
}
</style>
background-color css
<style>
a { background-color: #B04521; }
a { background-color: rgb(176,69,33); }
div.DivClassName
{
background-color: #B04521;
}
.BgClassName
{
background-color: #B04521;
}
</style>
border-color css
<style>
span { border-color: #B04521; }
span { border-color: rgb(176,69,33); }
td.TdClassName
{
border-color: #B04521;
}
.TagClassName
{
border-color: #B04521;
}
</style>