Shades of Rose Of Sharon #B54A25
Tints of Rose Of Sharon #B54A25
RGB
CMYK
RGB Variations
Color information
#B54A25 (or 0xB54A25) is known color: Rose Of Sharon. HEX triplet: B5, 4A and 25. RGB value is (181,74,37). Sum of RGB (Red+Green+Blue) = 181+74+37=292 (38% of max value = 765). Red value is 181 (71.09% from 255 or 61.99% from 292); Green value is 74 (29.30% from 255 or 25.34% from 292); Blue value is 37 (14.84% from 255 or 12.67% from 292); Max value from RGB is 181 - color contains mainly: red. Hex color #B54A25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B54A25 is #4AB5DA. Grayscale: #666666. Windows color (decimal): -4896219 or 2443957. OLE color: 2443957.
HSL color Cylindrical-coordinate representation of color #B54A25: hue angle of 15.42º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B54A25 is Cyan = 0, Magento = 0.59, Yellow = 0.80 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 74 | 37 | - |
| CMYK | 0 | 0.59 | 0.80 | 0.29 |
| HSL | 15.42º | 0.66% | 0.43% | - |
| HSV(B) | 15.42º | 0.8% | 0.71% | - |
| XYZ | 21.84 | 14.85 | 3.47 | - |
| YUV | 101.78 | 91.45 | 184.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 74 | 37 | 0 | 0.59 | 0.80 | 0.29 | 15.42 | 0.66 | 0.43 |
| Hex | B5 | 4A | 25 | 0 | 3B | 50 | 1D | F | 42 | 2B |
| Octal | 265 | 112 | 45 | 0 | 73 | 120 | 35 | 17 | 102 | 53 |
| Binary | 10110101 | 1001010 | 100101 | 0 | 111011 | 1010000 | 11101 | 1111 | 1000010 | 101011 |
Color Harmonies of #B54A25
Complementary color
Monochromatic Colors of #B54A25
Black with #B54A25
Text Example
Text Example
White with #B54A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54A25; }
p { color: rgb(181,74,37); }
H1.HeaderClassName
{
color: #B54A25;
}
.AnyTagClassName
{
color: #B54A25;
}
</style>
background-color css
<style>
a { background-color: #B54A25; }
a { background-color: rgb(181,74,37); }
div.DivClassName
{
background-color: #B54A25;
}
.BgClassName
{
background-color: #B54A25;
}
</style>
border-color css
<style>
span { border-color: #B54A25; }
span { border-color: rgb(181,74,37); }
td.TdClassName
{
border-color: #B54A25;
}
.TagClassName
{
border-color: #B54A25;
}
</style>