Shades of Rose Of Sharon #B4521C
Tints of Rose Of Sharon #B4521C
RGB
CMYK
RGB Variations
Color information
#B4521C (or 0xB4521C) is known color: Rose Of Sharon. HEX triplet: B4, 52 and 1C. RGB value is (180,82,28). Sum of RGB (Red+Green+Blue) = 180+82+28=290 (38% of max value = 765). Red value is 180 (70.70% from 255 or 62.07% from 290); Green value is 82 (32.42% from 255 or 28.28% from 290); Blue value is 28 (11.33% from 255 or 9.66% from 290); Max value from RGB is 180 - color contains mainly: red. Hex color #B4521C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4521C is #4BADE3. Grayscale: #696969. Windows color (decimal): -4959716 or 1856180. OLE color: 1856180.
HSL color Cylindrical-coordinate representation of color #B4521C: hue angle of 21.32º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B4521C is Cyan = 0, Magento = 0.54, Yellow = 0.84 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 82 | 28 | - |
| CMYK | 0 | 0.54 | 0.84 | 0.29 |
| HSL | 21.32º | 0.73% | 0.41% | - |
| HSV(B) | 21.32º | 0.84% | 0.71% | - |
| XYZ | 22.05 | 15.82 | 2.99 | - |
| YUV | 105.15 | 84.47 | 181.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 82 | 28 | 0 | 0.54 | 0.84 | 0.29 | 21.32 | 0.73 | 0.41 |
| Hex | B4 | 52 | 1C | 0 | 36 | 54 | 1D | 15 | 49 | 29 |
| Octal | 264 | 122 | 34 | 0 | 66 | 124 | 35 | 25 | 111 | 51 |
| Binary | 10110100 | 1010010 | 11100 | 0 | 110110 | 1010100 | 11101 | 10101 | 1001001 | 101001 |
Color Harmonies of #B4521C
Complementary color
Monochromatic Colors of #B4521C
Black with #B4521C
Text Example
Text Example
White with #B4521C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4521C; }
p { color: rgb(180,82,28); }
H1.HeaderClassName
{
color: #B4521C;
}
.AnyTagClassName
{
color: #B4521C;
}
</style>
background-color css
<style>
a { background-color: #B4521C; }
a { background-color: rgb(180,82,28); }
div.DivClassName
{
background-color: #B4521C;
}
.BgClassName
{
background-color: #B4521C;
}
</style>
border-color css
<style>
span { border-color: #B4521C; }
span { border-color: rgb(180,82,28); }
td.TdClassName
{
border-color: #B4521C;
}
.TagClassName
{
border-color: #B4521C;
}
</style>