Shades of Rose Of Sharon #B5491F
Tints of Rose Of Sharon #B5491F
RGB
CMYK
RGB Variations
Color information
#B5491F (or 0xB5491F) is known color: Rose Of Sharon. HEX triplet: B5, 49 and 1F. RGB value is (181,73,31). Sum of RGB (Red+Green+Blue) = 181+73+31=285 (37% of max value = 765). Red value is 181 (71.09% from 255 or 63.51% from 285); Green value is 73 (28.91% from 255 or 25.61% from 285); Blue value is 31 (12.5% from 255 or 10.88% from 285); Max value from RGB is 181 - color contains mainly: red. Hex color #B5491F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5491F is #4AB6E0. Grayscale: #646464. Windows color (decimal): -4896481 or 2050485. OLE color: 2050485.
HSL color Cylindrical-coordinate representation of color #B5491F: hue angle of 16.8º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B5491F is Cyan = 0, Magento = 0.60, Yellow = 0.83 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 73 | 31 | - |
| CMYK | 0 | 0.60 | 0.83 | 0.29 |
| HSL | 16.8º | 0.71% | 0.42% | - |
| HSV(B) | 16.8º | 0.83% | 0.71% | - |
| XYZ | 21.69 | 14.69 | 2.99 | - |
| YUV | 100.5 | 88.78 | 185.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 73 | 31 | 0 | 0.60 | 0.83 | 0.29 | 16.8 | 0.71 | 0.42 |
| Hex | B5 | 49 | 1F | 0 | 3C | 53 | 1D | 11 | 47 | 2A |
| Octal | 265 | 111 | 37 | 0 | 74 | 123 | 35 | 21 | 107 | 52 |
| Binary | 10110101 | 1001001 | 11111 | 0 | 111100 | 1010011 | 11101 | 10001 | 1000111 | 101010 |
Color Harmonies of #B5491F
Complementary color
Monochromatic Colors of #B5491F
Black with #B5491F
Text Example
Text Example
White with #B5491F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5491F; }
p { color: rgb(181,73,31); }
H1.HeaderClassName
{
color: #B5491F;
}
.AnyTagClassName
{
color: #B5491F;
}
</style>
background-color css
<style>
a { background-color: #B5491F; }
a { background-color: rgb(181,73,31); }
div.DivClassName
{
background-color: #B5491F;
}
.BgClassName
{
background-color: #B5491F;
}
</style>
border-color css
<style>
span { border-color: #B5491F; }
span { border-color: rgb(181,73,31); }
td.TdClassName
{
border-color: #B5491F;
}
.TagClassName
{
border-color: #B5491F;
}
</style>