Shades of Rose Of Sharon #B15224
Tints of Rose Of Sharon #B15224
RGB
CMYK
RGB Variations
Color information
#B15224 (or 0xB15224) is known color: Rose Of Sharon. HEX triplet: B1, 52 and 24. RGB value is (177,82,36). Sum of RGB (Red+Green+Blue) = 177+82+36=295 (39% of max value = 765). Red value is 177 (69.53% from 255 or 60% from 295); Green value is 82 (32.42% from 255 or 27.80% from 295); Blue value is 36 (14.45% from 255 or 12.20% from 295); Max value from RGB is 177 - color contains mainly: red. Hex color #B15224 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15224 is #4EADDB. Grayscale: #696969. Windows color (decimal): -5156316 or 2380465. OLE color: 2380465.
HSL color Cylindrical-coordinate representation of color #B15224: hue angle of 19.57º 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 #B15224 is Cyan = 0, Magento = 0.54, Yellow = 0.80 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 82 | 36 | - |
| CMYK | 0 | 0.54 | 0.80 | 0.31 |
| HSL | 19.57º | 0.66% | 0.42% | - |
| HSV(B) | 19.57º | 0.8% | 0.69% | - |
| XYZ | 21.47 | 15.51 | 3.53 | - |
| YUV | 105.16 | 88.97 | 179.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 82 | 36 | 0 | 0.54 | 0.80 | 0.31 | 19.57 | 0.66 | 0.42 |
| Hex | B1 | 52 | 24 | 0 | 36 | 50 | 1F | 14 | 42 | 2A |
| Octal | 261 | 122 | 44 | 0 | 66 | 120 | 37 | 24 | 102 | 52 |
| Binary | 10110001 | 1010010 | 100100 | 0 | 110110 | 1010000 | 11111 | 10100 | 1000010 | 101010 |
Color Harmonies of #B15224
Complementary color
Monochromatic Colors of #B15224
Black with #B15224
Text Example
Text Example
White with #B15224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15224; }
p { color: rgb(177,82,36); }
H1.HeaderClassName
{
color: #B15224;
}
.AnyTagClassName
{
color: #B15224;
}
</style>
background-color css
<style>
a { background-color: #B15224; }
a { background-color: rgb(177,82,36); }
div.DivClassName
{
background-color: #B15224;
}
.BgClassName
{
background-color: #B15224;
}
</style>
border-color css
<style>
span { border-color: #B15224; }
span { border-color: rgb(177,82,36); }
td.TdClassName
{
border-color: #B15224;
}
.TagClassName
{
border-color: #B15224;
}
</style>