Shades of Rose Of Sharon #B5482E
Tints of Rose Of Sharon #B5482E
RGB
CMYK
RGB Variations
Color information
#B5482E (or 0xB5482E) is known color: Rose Of Sharon. HEX triplet: B5, 48 and 2E. RGB value is (181,72,46). Sum of RGB (Red+Green+Blue) = 181+72+46=299 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.54% from 299); Green value is 72 (28.52% from 255 or 24.08% from 299); Blue value is 46 (18.36% from 255 or 15.38% from 299); Max value from RGB is 181 - color contains mainly: red. Hex color #B5482E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5482E is #4AB7D1. Grayscale: #656565. Windows color (decimal): -4896722 or 3033269. OLE color: 3033269.
HSL color Cylindrical-coordinate representation of color #B5482E: hue angle of 11.56º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B5482E is Cyan = 0, Magento = 0.60, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 72 | 46 | - |
| CMYK | 0 | 0.60 | 0.75 | 0.29 |
| HSL | 11.56º | 0.59% | 0.45% | - |
| HSV(B) | 11.56º | 0.75% | 0.71% | - |
| XYZ | 21.87 | 14.66 | 4.26 | - |
| YUV | 101.63 | 96.61 | 184.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 72 | 46 | 0 | 0.60 | 0.75 | 0.29 | 11.56 | 0.59 | 0.45 |
| Hex | B5 | 48 | 2E | 0 | 3C | 4B | 1D | C | 3B | 2D |
| Octal | 265 | 110 | 56 | 0 | 74 | 113 | 35 | 14 | 73 | 55 |
| Binary | 10110101 | 1001000 | 101110 | 0 | 111100 | 1001011 | 11101 | 1100 | 111011 | 101101 |
Color Harmonies of #B5482E
Complementary color
Monochromatic Colors of #B5482E
Black with #B5482E
Text Example
Text Example
White with #B5482E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5482E; }
p { color: rgb(181,72,46); }
H1.HeaderClassName
{
color: #B5482E;
}
.AnyTagClassName
{
color: #B5482E;
}
</style>
background-color css
<style>
a { background-color: #B5482E; }
a { background-color: rgb(181,72,46); }
div.DivClassName
{
background-color: #B5482E;
}
.BgClassName
{
background-color: #B5482E;
}
</style>
border-color css
<style>
span { border-color: #B5482E; }
span { border-color: rgb(181,72,46); }
td.TdClassName
{
border-color: #B5482E;
}
.TagClassName
{
border-color: #B5482E;
}
</style>