Shades of Rose Of Sharon #B54528
Tints of Rose Of Sharon #B54528
RGB
CMYK
RGB Variations
Color information
#B54528 (or 0xB54528) is known color: Rose Of Sharon. HEX triplet: B5, 45 and 28. RGB value is (181,69,40). Sum of RGB (Red+Green+Blue) = 181+69+40=290 (38% of max value = 765). Red value is 181 (71.09% from 255 or 62.41% from 290); Green value is 69 (27.34% from 255 or 23.79% from 290); Blue value is 40 (16.02% from 255 or 13.79% from 290); Max value from RGB is 181 - color contains mainly: red. Hex color #B54528 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B54528 is #4ABAD7. Grayscale: #636363. Windows color (decimal): -4897496 or 2639285. OLE color: 2639285.
HSL color Cylindrical-coordinate representation of color #B54528: hue angle of 12.34º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B54528 is Cyan = 0, Magento = 0.62, Yellow = 0.78 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 69 | 40 | - |
| CMYK | 0 | 0.62 | 0.78 | 0.29 |
| HSL | 12.34º | 0.64% | 0.43% | - |
| HSV(B) | 12.34º | 0.78% | 0.71% | - |
| XYZ | 21.57 | 14.23 | 3.62 | - |
| YUV | 99.18 | 94.61 | 186.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 69 | 40 | 0 | 0.62 | 0.78 | 0.29 | 12.34 | 0.64 | 0.43 |
| Hex | B5 | 45 | 28 | 0 | 3E | 4E | 1D | C | 40 | 2B |
| Octal | 265 | 105 | 50 | 0 | 76 | 116 | 35 | 14 | 100 | 53 |
| Binary | 10110101 | 1000101 | 101000 | 0 | 111110 | 1001110 | 11101 | 1100 | 1000000 | 101011 |
Color Harmonies of #B54528
Complementary color
Monochromatic Colors of #B54528
Black with #B54528
Text Example
Text Example
White with #B54528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54528; }
p { color: rgb(181,69,40); }
H1.HeaderClassName
{
color: #B54528;
}
.AnyTagClassName
{
color: #B54528;
}
</style>
background-color css
<style>
a { background-color: #B54528; }
a { background-color: rgb(181,69,40); }
div.DivClassName
{
background-color: #B54528;
}
.BgClassName
{
background-color: #B54528;
}
</style>
border-color css
<style>
span { border-color: #B54528; }
span { border-color: rgb(181,69,40); }
td.TdClassName
{
border-color: #B54528;
}
.TagClassName
{
border-color: #B54528;
}
</style>