Shades of Rose Of Sharon #B15323
Tints of Rose Of Sharon #B15323
RGB
CMYK
RGB Variations
Color information
#B15323 (or 0xB15323) is known color: Rose Of Sharon. HEX triplet: B1, 53 and 23. RGB value is (177,83,35). Sum of RGB (Red+Green+Blue) = 177+83+35=295 (39% of max value = 765). Red value is 177 (69.53% from 255 or 60% from 295); Green value is 83 (32.81% from 255 or 28.14% from 295); Blue value is 35 (14.06% from 255 or 11.86% from 295); Max value from RGB is 177 - color contains mainly: red. Hex color #B15323 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15323 is #4EACDC. Grayscale: #696969. Windows color (decimal): -5156061 or 2315185. OLE color: 2315185.
HSL color Cylindrical-coordinate representation of color #B15323: hue angle of 20.28º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B15323 is Cyan = 0, Magento = 0.53, Yellow = 0.80 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 83 | 35 | - |
| CMYK | 0 | 0.53 | 0.80 | 0.31 |
| HSL | 20.28º | 0.67% | 0.42% | - |
| HSV(B) | 20.28º | 0.8% | 0.69% | - |
| XYZ | 21.53 | 15.65 | 3.48 | - |
| YUV | 105.63 | 88.14 | 178.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 83 | 35 | 0 | 0.53 | 0.80 | 0.31 | 20.28 | 0.67 | 0.42 |
| Hex | B1 | 53 | 23 | 0 | 35 | 50 | 1F | 14 | 43 | 2A |
| Octal | 261 | 123 | 43 | 0 | 65 | 120 | 37 | 24 | 103 | 52 |
| Binary | 10110001 | 1010011 | 100011 | 0 | 110101 | 1010000 | 11111 | 10100 | 1000011 | 101010 |
Color Harmonies of #B15323
Complementary color
Monochromatic Colors of #B15323
Black with #B15323
Text Example
Text Example
White with #B15323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15323; }
p { color: rgb(177,83,35); }
H1.HeaderClassName
{
color: #B15323;
}
.AnyTagClassName
{
color: #B15323;
}
</style>
background-color css
<style>
a { background-color: #B15323; }
a { background-color: rgb(177,83,35); }
div.DivClassName
{
background-color: #B15323;
}
.BgClassName
{
background-color: #B15323;
}
</style>
border-color css
<style>
span { border-color: #B15323; }
span { border-color: rgb(177,83,35); }
td.TdClassName
{
border-color: #B15323;
}
.TagClassName
{
border-color: #B15323;
}
</style>