Shades of Rose Of Sharon #B35323
Tints of Rose Of Sharon #B35323
RGB
CMYK
RGB Variations
Color information
#B35323 (or 0xB35323) is known color: Rose Of Sharon. HEX triplet: B3, 53 and 23. RGB value is (179,83,35). Sum of RGB (Red+Green+Blue) = 179+83+35=297 (39% of max value = 765). Red value is 179 (70.31% from 255 or 60.27% from 297); Green value is 83 (32.81% from 255 or 27.95% from 297); Blue value is 35 (14.06% from 255 or 11.78% from 297); Max value from RGB is 179 - color contains mainly: red. Hex color #B35323 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B35323 is #4CACDC. Grayscale: #6A6A6A. Windows color (decimal): -5024989 or 2315187. OLE color: 2315187.
HSL color Cylindrical-coordinate representation of color #B35323: hue angle of 20º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B35323 is Cyan = 0, Magento = 0.54, Yellow = 0.80 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 83 | 35 | - |
| CMYK | 0 | 0.54 | 0.80 | 0.30 |
| HSL | 20º | 0.67% | 0.42% | - |
| HSV(B) | 20º | 0.8% | 0.7% | - |
| XYZ | 21.99 | 15.89 | 3.5 | - |
| YUV | 106.23 | 87.8 | 179.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 83 | 35 | 0 | 0.54 | 0.80 | 0.30 | 20 | 0.67 | 0.42 |
| Hex | B3 | 53 | 23 | 0 | 36 | 50 | 1E | 14 | 43 | 2A |
| Octal | 263 | 123 | 43 | 0 | 66 | 120 | 36 | 24 | 103 | 52 |
| Binary | 10110011 | 1010011 | 100011 | 0 | 110110 | 1010000 | 11110 | 10100 | 1000011 | 101010 |
Color Harmonies of #B35323
Complementary color
Monochromatic Colors of #B35323
Black with #B35323
Text Example
Text Example
White with #B35323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B35323; }
p { color: rgb(179,83,35); }
H1.HeaderClassName
{
color: #B35323;
}
.AnyTagClassName
{
color: #B35323;
}
</style>
background-color css
<style>
a { background-color: #B35323; }
a { background-color: rgb(179,83,35); }
div.DivClassName
{
background-color: #B35323;
}
.BgClassName
{
background-color: #B35323;
}
</style>
border-color css
<style>
span { border-color: #B35323; }
span { border-color: rgb(179,83,35); }
td.TdClassName
{
border-color: #B35323;
}
.TagClassName
{
border-color: #B35323;
}
</style>