Shades of Rose Of Sharon #B65020
Tints of Rose Of Sharon #B65020
RGB
CMYK
RGB Variations
Color information
#B65020 (or 0xB65020) is known color: Rose Of Sharon. HEX triplet: B6, 50 and 20. RGB value is (182,80,32). Sum of RGB (Red+Green+Blue) = 182+80+32=294 (38% of max value = 765). Red value is 182 (71.48% from 255 or 61.90% from 294); Green value is 80 (31.64% from 255 or 27.21% from 294); Blue value is 32 (12.89% from 255 or 10.88% from 294); Max value from RGB is 182 - color contains mainly: red. Hex color #B65020 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B65020 is #49AFDF. Grayscale: #696969. Windows color (decimal): -4829152 or 2117814. OLE color: 2117814.
HSL color Cylindrical-coordinate representation of color #B65020: hue angle of 19.2º degrees, saturation: 0.7, 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 #B65020 is Cyan = 0, Magento = 0.56, Yellow = 0.82 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 80 | 32 | - |
| CMYK | 0 | 0.56 | 0.82 | 0.29 |
| HSL | 19.2º | 0.7% | 0.42% | - |
| HSV(B) | 19.2º | 0.82% | 0.71% | - |
| XYZ | 22.42 | 15.79 | 3.23 | - |
| YUV | 105.03 | 86.79 | 182.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 80 | 32 | 0 | 0.56 | 0.82 | 0.29 | 19.2 | 0.7 | 0.42 |
| Hex | B6 | 50 | 20 | 0 | 38 | 52 | 1D | 13 | 46 | 2A |
| Octal | 266 | 120 | 40 | 0 | 70 | 122 | 35 | 23 | 106 | 52 |
| Binary | 10110110 | 1010000 | 100000 | 0 | 111000 | 1010010 | 11101 | 10011 | 1000110 | 101010 |
Color Harmonies of #B65020
Complementary color
Monochromatic Colors of #B65020
Black with #B65020
Text Example
Text Example
White with #B65020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B65020; }
p { color: rgb(182,80,32); }
H1.HeaderClassName
{
color: #B65020;
}
.AnyTagClassName
{
color: #B65020;
}
</style>
background-color css
<style>
a { background-color: #B65020; }
a { background-color: rgb(182,80,32); }
div.DivClassName
{
background-color: #B65020;
}
.BgClassName
{
background-color: #B65020;
}
</style>
border-color css
<style>
span { border-color: #B65020; }
span { border-color: rgb(182,80,32); }
td.TdClassName
{
border-color: #B65020;
}
.TagClassName
{
border-color: #B65020;
}
</style>