Shades of Rose Of Sharon #B5511B
Tints of Rose Of Sharon #B5511B
RGB
CMYK
RGB Variations
Color information
#B5511B (or 0xB5511B) is known color: Rose Of Sharon. HEX triplet: B5, 51 and 1B. RGB value is (181,81,27). Sum of RGB (Red+Green+Blue) = 181+81+27=289 (38% of max value = 765). Red value is 181 (71.09% from 255 or 62.63% from 289); Green value is 81 (32.03% from 255 or 28.03% from 289); Blue value is 27 (10.94% from 255 or 9.34% from 289); Max value from RGB is 181 - color contains mainly: red. Hex color #B5511B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5511B is #4AAEE4. Grayscale: #696969. Windows color (decimal): -4894437 or 1790389. OLE color: 1790389.
HSL color Cylindrical-coordinate representation of color #B5511B: hue angle of 21.04º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B5511B is Cyan = 0, Magento = 0.55, Yellow = 0.85 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 81 | 27 | - |
| CMYK | 0 | 0.55 | 0.85 | 0.29 |
| HSL | 21.04º | 0.74% | 0.41% | - |
| HSV(B) | 21.04º | 0.85% | 0.71% | - |
| XYZ | 22.2 | 15.79 | 2.91 | - |
| YUV | 104.74 | 84.13 | 182.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 81 | 27 | 0 | 0.55 | 0.85 | 0.29 | 21.04 | 0.74 | 0.41 |
| Hex | B5 | 51 | 1B | 0 | 37 | 55 | 1D | 15 | 4A | 29 |
| Octal | 265 | 121 | 33 | 0 | 67 | 125 | 35 | 25 | 112 | 51 |
| Binary | 10110101 | 1010001 | 11011 | 0 | 110111 | 1010101 | 11101 | 10101 | 1001010 | 101001 |
Color Harmonies of #B5511B
Complementary color
Monochromatic Colors of #B5511B
Black with #B5511B
Text Example
Text Example
White with #B5511B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5511B; }
p { color: rgb(181,81,27); }
H1.HeaderClassName
{
color: #B5511B;
}
.AnyTagClassName
{
color: #B5511B;
}
</style>
background-color css
<style>
a { background-color: #B5511B; }
a { background-color: rgb(181,81,27); }
div.DivClassName
{
background-color: #B5511B;
}
.BgClassName
{
background-color: #B5511B;
}
</style>
border-color css
<style>
span { border-color: #B5511B; }
span { border-color: rgb(181,81,27); }
td.TdClassName
{
border-color: #B5511B;
}
.TagClassName
{
border-color: #B5511B;
}
</style>