Shades of Rose Of Sharon #B05323
Tints of Rose Of Sharon #B05323
RGB
CMYK
RGB Variations
Color information
#B05323 (or 0xB05323) is known color: Rose Of Sharon. HEX triplet: B0, 53 and 23. RGB value is (176,83,35). Sum of RGB (Red+Green+Blue) = 176+83+35=294 (38% of max value = 765). Red value is 176 (69.14% from 255 or 59.86% from 294); Green value is 83 (32.81% from 255 or 28.23% from 294); Blue value is 35 (14.06% from 255 or 11.90% from 294); Max value from RGB is 176 - color contains mainly: red. Hex color #B05323 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05323 is #4FACDC. Grayscale: #696969. Windows color (decimal): -5221597 or 2315184. OLE color: 2315184.
HSL color Cylindrical-coordinate representation of color #B05323: hue angle of 20.43º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B05323 is Cyan = 0, Magento = 0.53, Yellow = 0.80 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 83 | 35 | - |
| CMYK | 0 | 0.53 | 0.80 | 0.31 |
| HSL | 20.43º | 0.67% | 0.41% | - |
| HSV(B) | 20.43º | 0.8% | 0.69% | - |
| XYZ | 21.3 | 15.54 | 3.47 | - |
| YUV | 105.34 | 88.31 | 178.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 83 | 35 | 0 | 0.53 | 0.80 | 0.31 | 20.43 | 0.67 | 0.41 |
| Hex | B0 | 53 | 23 | 0 | 35 | 50 | 1F | 14 | 43 | 29 |
| Octal | 260 | 123 | 43 | 0 | 65 | 120 | 37 | 24 | 103 | 51 |
| Binary | 10110000 | 1010011 | 100011 | 0 | 110101 | 1010000 | 11111 | 10100 | 1000011 | 101001 |
Color Harmonies of #B05323
Complementary color
Monochromatic Colors of #B05323
Black with #B05323
Text Example
Text Example
White with #B05323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05323; }
p { color: rgb(176,83,35); }
H1.HeaderClassName
{
color: #B05323;
}
.AnyTagClassName
{
color: #B05323;
}
</style>
background-color css
<style>
a { background-color: #B05323; }
a { background-color: rgb(176,83,35); }
div.DivClassName
{
background-color: #B05323;
}
.BgClassName
{
background-color: #B05323;
}
</style>
border-color css
<style>
span { border-color: #B05323; }
span { border-color: rgb(176,83,35); }
td.TdClassName
{
border-color: #B05323;
}
.TagClassName
{
border-color: #B05323;
}
</style>