Shades of Rose Of Sharon #B04828
Tints of Rose Of Sharon #B04828
RGB
CMYK
RGB Variations
Color information
#B04828 (or 0xB04828) is known color: Rose Of Sharon. HEX triplet: B0, 48 and 28. RGB value is (176,72,40). Sum of RGB (Red+Green+Blue) = 176+72+40=288 (38% of max value = 765). Red value is 176 (69.14% from 255 or 61.11% from 288); Green value is 72 (28.52% from 255 or 25% from 288); Blue value is 40 (16.02% from 255 or 13.89% from 288); Max value from RGB is 176 - color contains mainly: red. Hex color #B04828 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B04828 is #4FB7D7. Grayscale: #636363. Windows color (decimal): -5224408 or 2640048. OLE color: 2640048.
HSL color Cylindrical-coordinate representation of color #B04828: hue angle of 14.12º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B04828 is Cyan = 0, Magento = 0.59, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 72 | 40 | - |
| CMYK | 0 | 0.59 | 0.77 | 0.31 |
| HSL | 14.12º | 0.63% | 0.42% | - |
| HSV(B) | 14.12º | 0.77% | 0.69% | - |
| XYZ | 20.6 | 14.02 | 3.63 | - |
| YUV | 99.45 | 94.46 | 182.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 72 | 40 | 0 | 0.59 | 0.77 | 0.31 | 14.12 | 0.63 | 0.42 |
| Hex | B0 | 48 | 28 | 0 | 3B | 4D | 1F | E | 3F | 2A |
| Octal | 260 | 110 | 50 | 0 | 73 | 115 | 37 | 16 | 77 | 52 |
| Binary | 10110000 | 1001000 | 101000 | 0 | 111011 | 1001101 | 11111 | 1110 | 111111 | 101010 |
Color Harmonies of #B04828
Complementary color
Monochromatic Colors of #B04828
Black with #B04828
Text Example
Text Example
White with #B04828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04828; }
p { color: rgb(176,72,40); }
H1.HeaderClassName
{
color: #B04828;
}
.AnyTagClassName
{
color: #B04828;
}
</style>
background-color css
<style>
a { background-color: #B04828; }
a { background-color: rgb(176,72,40); }
div.DivClassName
{
background-color: #B04828;
}
.BgClassName
{
background-color: #B04828;
}
</style>
border-color css
<style>
span { border-color: #B04828; }
span { border-color: rgb(176,72,40); }
td.TdClassName
{
border-color: #B04828;
}
.TagClassName
{
border-color: #B04828;
}
</style>