Shades of Rose Of Sharon #B54A28
Tints of Rose Of Sharon #B54A28
RGB
CMYK
RGB Variations
Color information
#B54A28 (or 0xB54A28) is known color: Rose Of Sharon. HEX triplet: B5, 4A and 28. RGB value is (181,74,40). Sum of RGB (Red+Green+Blue) = 181+74+40=295 (39% of max value = 765). Red value is 181 (71.09% from 255 or 61.36% from 295); Green value is 74 (29.30% from 255 or 25.08% from 295); Blue value is 40 (16.02% from 255 or 13.56% from 295); Max value from RGB is 181 - color contains mainly: red. Hex color #B54A28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B54A28 is #4AB5D7. Grayscale: #666666. Windows color (decimal): -4896216 or 2640565. OLE color: 2640565.
HSL color Cylindrical-coordinate representation of color #B54A28: hue angle of 14.47º 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 #B54A28 is Cyan = 0, Magento = 0.59, Yellow = 0.78 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 74 | 40 | - |
| CMYK | 0 | 0.59 | 0.78 | 0.29 |
| HSL | 14.47º | 0.64% | 0.43% | - |
| HSV(B) | 14.47º | 0.78% | 0.71% | - |
| XYZ | 21.89 | 14.87 | 3.72 | - |
| YUV | 102.12 | 92.95 | 184.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 74 | 40 | 0 | 0.59 | 0.78 | 0.29 | 14.47 | 0.64 | 0.43 |
| Hex | B5 | 4A | 28 | 0 | 3B | 4E | 1D | E | 40 | 2B |
| Octal | 265 | 112 | 50 | 0 | 73 | 116 | 35 | 16 | 100 | 53 |
| Binary | 10110101 | 1001010 | 101000 | 0 | 111011 | 1001110 | 11101 | 1110 | 1000000 | 101011 |
Color Harmonies of #B54A28
Complementary color
Monochromatic Colors of #B54A28
Black with #B54A28
Text Example
Text Example
White with #B54A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54A28; }
p { color: rgb(181,74,40); }
H1.HeaderClassName
{
color: #B54A28;
}
.AnyTagClassName
{
color: #B54A28;
}
</style>
background-color css
<style>
a { background-color: #B54A28; }
a { background-color: rgb(181,74,40); }
div.DivClassName
{
background-color: #B54A28;
}
.BgClassName
{
background-color: #B54A28;
}
</style>
border-color css
<style>
span { border-color: #B54A28; }
span { border-color: rgb(181,74,40); }
td.TdClassName
{
border-color: #B54A28;
}
.TagClassName
{
border-color: #B54A28;
}
</style>