Shades of Rose Of Sharon #B45021
Tints of Rose Of Sharon #B45021
RGB
CMYK
RGB Variations
Color information
#B45021 (or 0xB45021) is known color: Rose Of Sharon. HEX triplet: B4, 50 and 21. RGB value is (180,80,33). Sum of RGB (Red+Green+Blue) = 180+80+33=293 (38% of max value = 765). Red value is 180 (70.70% from 255 or 61.43% from 293); Green value is 80 (31.64% from 255 or 27.30% from 293); Blue value is 33 (13.28% from 255 or 11.26% from 293); Max value from RGB is 180 - color contains mainly: red. Hex color #B45021 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45021 is #4BAFDE. Grayscale: #686868. Windows color (decimal): -4960223 or 2183348. OLE color: 2183348.
HSL color Cylindrical-coordinate representation of color #B45021: hue angle of 19.18º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B45021 is Cyan = 0, Magento = 0.56, Yellow = 0.82 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 80 | 33 | - |
| CMYK | 0 | 0.56 | 0.82 | 0.29 |
| HSL | 19.18º | 0.69% | 0.42% | - |
| HSV(B) | 19.18º | 0.82% | 0.71% | - |
| XYZ | 21.97 | 15.55 | 3.28 | - |
| YUV | 104.54 | 87.63 | 181.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 80 | 33 | 0 | 0.56 | 0.82 | 0.29 | 19.18 | 0.69 | 0.42 |
| Hex | B4 | 50 | 21 | 0 | 38 | 52 | 1D | 13 | 45 | 2A |
| Octal | 264 | 120 | 41 | 0 | 70 | 122 | 35 | 23 | 105 | 52 |
| Binary | 10110100 | 1010000 | 100001 | 0 | 111000 | 1010010 | 11101 | 10011 | 1000101 | 101010 |
Color Harmonies of #B45021
Complementary color
Monochromatic Colors of #B45021
Black with #B45021
Text Example
Text Example
White with #B45021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45021; }
p { color: rgb(180,80,33); }
H1.HeaderClassName
{
color: #B45021;
}
.AnyTagClassName
{
color: #B45021;
}
</style>
background-color css
<style>
a { background-color: #B45021; }
a { background-color: rgb(180,80,33); }
div.DivClassName
{
background-color: #B45021;
}
.BgClassName
{
background-color: #B45021;
}
</style>
border-color css
<style>
span { border-color: #B45021; }
span { border-color: rgb(180,80,33); }
td.TdClassName
{
border-color: #B45021;
}
.TagClassName
{
border-color: #B45021;
}
</style>