Shades of Rose Of Sharon #B5501D
Tints of Rose Of Sharon #B5501D
RGB
CMYK
RGB Variations
Color information
#B5501D (or 0xB5501D) is known color: Rose Of Sharon. HEX triplet: B5, 50 and 1D. RGB value is (181,80,29). Sum of RGB (Red+Green+Blue) = 181+80+29=290 (38% of max value = 765). Red value is 181 (71.09% from 255 or 62.41% from 290); Green value is 80 (31.64% from 255 or 27.59% from 290); Blue value is 29 (11.72% from 255 or 10% from 290); Max value from RGB is 181 - color contains mainly: red. Hex color #B5501D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5501D is #4AAFE2. Grayscale: #686868. Windows color (decimal): -4894691 or 1921205. OLE color: 1921205.
HSL color Cylindrical-coordinate representation of color #B5501D: hue angle of 20.13º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B5501D is Cyan = 0, Magento = 0.56, Yellow = 0.84 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 80 | 29 | - |
| CMYK | 0 | 0.56 | 0.84 | 0.29 |
| HSL | 20.13º | 0.72% | 0.41% | - |
| HSV(B) | 20.13º | 0.84% | 0.71% | - |
| XYZ | 22.15 | 15.65 | 3.02 | - |
| YUV | 104.39 | 85.46 | 182.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 80 | 29 | 0 | 0.56 | 0.84 | 0.29 | 20.13 | 0.72 | 0.41 |
| Hex | B5 | 50 | 1D | 0 | 38 | 54 | 1D | 14 | 48 | 29 |
| Octal | 265 | 120 | 35 | 0 | 70 | 124 | 35 | 24 | 110 | 51 |
| Binary | 10110101 | 1010000 | 11101 | 0 | 111000 | 1010100 | 11101 | 10100 | 1001000 | 101001 |
Color Harmonies of #B5501D
Complementary color
Monochromatic Colors of #B5501D
Black with #B5501D
Text Example
Text Example
White with #B5501D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5501D; }
p { color: rgb(181,80,29); }
H1.HeaderClassName
{
color: #B5501D;
}
.AnyTagClassName
{
color: #B5501D;
}
</style>
background-color css
<style>
a { background-color: #B5501D; }
a { background-color: rgb(181,80,29); }
div.DivClassName
{
background-color: #B5501D;
}
.BgClassName
{
background-color: #B5501D;
}
</style>
border-color css
<style>
span { border-color: #B5501D; }
span { border-color: rgb(181,80,29); }
td.TdClassName
{
border-color: #B5501D;
}
.TagClassName
{
border-color: #B5501D;
}
</style>