Shades of Rose Of Sharon #B04A21
Tints of Rose Of Sharon #B04A21
RGB
CMYK
RGB Variations
Color information
#B04A21 (or 0xB04A21) is known color: Rose Of Sharon. HEX triplet: B0, 4A and 21. RGB value is (176,74,33). Sum of RGB (Red+Green+Blue) = 176+74+33=283 (37% of max value = 765). Red value is 176 (69.14% from 255 or 62.19% from 283); Green value is 74 (29.30% from 255 or 26.15% from 283); Blue value is 33 (13.28% from 255 or 11.66% from 283); Max value from RGB is 176 - color contains mainly: red. Hex color #B04A21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B04A21 is #4FB5DE. Grayscale: #646464. Windows color (decimal): -5223903 or 2181808. OLE color: 2181808.
HSL color Cylindrical-coordinate representation of color #B04A21: hue angle of 17.2º 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 #B04A21 is Cyan = 0, Magento = 0.58, Yellow = 0.81 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 74 | 33 | - |
| CMYK | 0 | 0.58 | 0.81 | 0.31 |
| HSL | 17.2º | 0.68% | 0.41% | - |
| HSV(B) | 17.2º | 0.81% | 0.69% | - |
| XYZ | 20.63 | 14.24 | 3.1 | - |
| YUV | 99.82 | 90.29 | 182.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 74 | 33 | 0 | 0.58 | 0.81 | 0.31 | 17.2 | 0.68 | 0.41 |
| Hex | B0 | 4A | 21 | 0 | 3A | 51 | 1F | 11 | 44 | 29 |
| Octal | 260 | 112 | 41 | 0 | 72 | 121 | 37 | 21 | 104 | 51 |
| Binary | 10110000 | 1001010 | 100001 | 0 | 111010 | 1010001 | 11111 | 10001 | 1000100 | 101001 |
Color Harmonies of #B04A21
Complementary color
Monochromatic Colors of #B04A21
Black with #B04A21
Text Example
Text Example
White with #B04A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04A21; }
p { color: rgb(176,74,33); }
H1.HeaderClassName
{
color: #B04A21;
}
.AnyTagClassName
{
color: #B04A21;
}
</style>
background-color css
<style>
a { background-color: #B04A21; }
a { background-color: rgb(176,74,33); }
div.DivClassName
{
background-color: #B04A21;
}
.BgClassName
{
background-color: #B04A21;
}
</style>
border-color css
<style>
span { border-color: #B04A21; }
span { border-color: rgb(176,74,33); }
td.TdClassName
{
border-color: #B04A21;
}
.TagClassName
{
border-color: #B04A21;
}
</style>