Shades of Rose Of Sharon #B05024
Tints of Rose Of Sharon #B05024
RGB
CMYK
RGB Variations
Color information
#B05024 (or 0xB05024) is known color: Rose Of Sharon. HEX triplet: B0, 50 and 24. RGB value is (176,80,36). Sum of RGB (Red+Green+Blue) = 176+80+36=292 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.27% from 292); Green value is 80 (31.64% from 255 or 27.40% from 292); Blue value is 36 (14.45% from 255 or 12.33% from 292); Max value from RGB is 176 - color contains mainly: red. Hex color #B05024 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05024 is #4FAFDB. Grayscale: #676767. Windows color (decimal): -5222364 or 2379952. OLE color: 2379952.
HSL color Cylindrical-coordinate representation of color #B05024: hue angle of 18.86º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B05024 is Cyan = 0, Magento = 0.55, Yellow = 0.80 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 80 | 36 | - |
| CMYK | 0 | 0.55 | 0.80 | 0.31 |
| HSL | 18.86º | 0.66% | 0.42% | - |
| HSV(B) | 18.86º | 0.8% | 0.69% | - |
| XYZ | 21.09 | 15.09 | 3.47 | - |
| YUV | 103.69 | 89.8 | 179.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 80 | 36 | 0 | 0.55 | 0.80 | 0.31 | 18.86 | 0.66 | 0.42 |
| Hex | B0 | 50 | 24 | 0 | 37 | 50 | 1F | 13 | 42 | 2A |
| Octal | 260 | 120 | 44 | 0 | 67 | 120 | 37 | 23 | 102 | 52 |
| Binary | 10110000 | 1010000 | 100100 | 0 | 110111 | 1010000 | 11111 | 10011 | 1000010 | 101010 |
Color Harmonies of #B05024
Complementary color
Monochromatic Colors of #B05024
Black with #B05024
Text Example
Text Example
White with #B05024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05024; }
p { color: rgb(176,80,36); }
H1.HeaderClassName
{
color: #B05024;
}
.AnyTagClassName
{
color: #B05024;
}
</style>
background-color css
<style>
a { background-color: #B05024; }
a { background-color: rgb(176,80,36); }
div.DivClassName
{
background-color: #B05024;
}
.BgClassName
{
background-color: #B05024;
}
</style>
border-color css
<style>
span { border-color: #B05024; }
span { border-color: rgb(176,80,36); }
td.TdClassName
{
border-color: #B05024;
}
.TagClassName
{
border-color: #B05024;
}
</style>