Shades of Rose Of Sharon #B4501E
Tints of Rose Of Sharon #B4501E
RGB
CMYK
RGB Variations
Color information
#B4501E (or 0xB4501E) is known color: Rose Of Sharon. HEX triplet: B4, 50 and 1E. RGB value is (180,80,30). Sum of RGB (Red+Green+Blue) = 180+80+30=290 (38% of max value = 765). Red value is 180 (70.70% from 255 or 62.07% from 290); Green value is 80 (31.64% from 255 or 27.59% from 290); Blue value is 30 (12.11% from 255 or 10.34% from 290); Max value from RGB is 180 - color contains mainly: red. Hex color #B4501E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4501E is #4BAFE1. Grayscale: #686868. Windows color (decimal): -4960226 or 1986740. OLE color: 1986740.
HSL color Cylindrical-coordinate representation of color #B4501E: hue angle of 20º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B4501E is Cyan = 0, Magento = 0.56, Yellow = 0.83 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 80 | 30 | - |
| CMYK | 0 | 0.56 | 0.83 | 0.29 |
| HSL | 20º | 0.71% | 0.41% | - |
| HSV(B) | 20º | 0.83% | 0.71% | - |
| XYZ | 21.93 | 15.53 | 3.07 | - |
| YUV | 104.2 | 86.13 | 182.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 80 | 30 | 0 | 0.56 | 0.83 | 0.29 | 20 | 0.71 | 0.41 |
| Hex | B4 | 50 | 1E | 0 | 38 | 53 | 1D | 14 | 47 | 29 |
| Octal | 264 | 120 | 36 | 0 | 70 | 123 | 35 | 24 | 107 | 51 |
| Binary | 10110100 | 1010000 | 11110 | 0 | 111000 | 1010011 | 11101 | 10100 | 1000111 | 101001 |
Color Harmonies of #B4501E
Complementary color
Monochromatic Colors of #B4501E
Black with #B4501E
Text Example
Text Example
White with #B4501E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4501E; }
p { color: rgb(180,80,30); }
H1.HeaderClassName
{
color: #B4501E;
}
.AnyTagClassName
{
color: #B4501E;
}
</style>
background-color css
<style>
a { background-color: #B4501E; }
a { background-color: rgb(180,80,30); }
div.DivClassName
{
background-color: #B4501E;
}
.BgClassName
{
background-color: #B4501E;
}
</style>
border-color css
<style>
span { border-color: #B4501E; }
span { border-color: rgb(180,80,30); }
td.TdClassName
{
border-color: #B4501E;
}
.TagClassName
{
border-color: #B4501E;
}
</style>