Shades of Rose Of Sharon #B15021
Tints of Rose Of Sharon #B15021
RGB
CMYK
RGB Variations
Color information
#B15021 (or 0xB15021) is known color: Rose Of Sharon. HEX triplet: B1, 50 and 21. RGB value is (177,80,33). Sum of RGB (Red+Green+Blue) = 177+80+33=290 (38% of max value = 765). Red value is 177 (69.53% from 255 or 61.03% from 290); Green value is 80 (31.64% from 255 or 27.59% from 290); Blue value is 33 (13.28% from 255 or 11.38% from 290); Max value from RGB is 177 - color contains mainly: red. Hex color #B15021 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15021 is #4EAFDE. Grayscale: #676767. Windows color (decimal): -5156831 or 2183345. OLE color: 2183345.
HSL color Cylindrical-coordinate representation of color #B15021: hue angle of 19.58º degrees, saturation: 0.69, 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 #B15021 is Cyan = 0, Magento = 0.55, Yellow = 0.81 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 80 | 33 | - |
| CMYK | 0 | 0.55 | 0.81 | 0.31 |
| HSL | 19.58º | 0.69% | 0.41% | - |
| HSV(B) | 19.58º | 0.81% | 0.69% | - |
| XYZ | 21.27 | 15.19 | 3.25 | - |
| YUV | 103.65 | 88.14 | 180.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 80 | 33 | 0 | 0.55 | 0.81 | 0.31 | 19.58 | 0.69 | 0.41 |
| Hex | B1 | 50 | 21 | 0 | 37 | 51 | 1F | 14 | 45 | 29 |
| Octal | 261 | 120 | 41 | 0 | 67 | 121 | 37 | 24 | 105 | 51 |
| Binary | 10110001 | 1010000 | 100001 | 0 | 110111 | 1010001 | 11111 | 10100 | 1000101 | 101001 |
Color Harmonies of #B15021
Complementary color
Monochromatic Colors of #B15021
Black with #B15021
Text Example
Text Example
White with #B15021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15021; }
p { color: rgb(177,80,33); }
H1.HeaderClassName
{
color: #B15021;
}
.AnyTagClassName
{
color: #B15021;
}
</style>
background-color css
<style>
a { background-color: #B15021; }
a { background-color: rgb(177,80,33); }
div.DivClassName
{
background-color: #B15021;
}
.BgClassName
{
background-color: #B15021;
}
</style>
border-color css
<style>
span { border-color: #B15021; }
span { border-color: rgb(177,80,33); }
td.TdClassName
{
border-color: #B15021;
}
.TagClassName
{
border-color: #B15021;
}
</style>