Shades of Rose Of Sharon #B04322
Tints of Rose Of Sharon #B04322
RGB
CMYK
RGB Variations
Color information
#B04322 (or 0xB04322) is known color: Rose Of Sharon. HEX triplet: B0, 43 and 22. RGB value is (176,67,34). Sum of RGB (Red+Green+Blue) = 176+67+34=277 (36% of max value = 765). Red value is 176 (69.14% from 255 or 63.54% from 277); Green value is 67 (26.56% from 255 or 24.19% from 277); Blue value is 34 (13.67% from 255 or 12.27% from 277); Max value from RGB is 176 - color contains mainly: red. Hex color #B04322 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B04322 is #4FBCDD. Grayscale: #606060. Windows color (decimal): -5225694 or 2245552. OLE color: 2245552.
HSL color Cylindrical-coordinate representation of color #B04322: hue angle of 13.94º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B04322 is Cyan = 0, Magento = 0.62, Yellow = 0.81 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 67 | 34 | - |
| CMYK | 0 | 0.62 | 0.81 | 0.31 |
| HSL | 13.94º | 0.68% | 0.41% | - |
| HSV(B) | 13.94º | 0.81% | 0.69% | - |
| XYZ | 20.2 | 13.36 | 3.03 | - |
| YUV | 95.83 | 93.11 | 185.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 67 | 34 | 0 | 0.62 | 0.81 | 0.31 | 13.94 | 0.68 | 0.41 |
| Hex | B0 | 43 | 22 | 0 | 3E | 51 | 1F | E | 44 | 29 |
| Octal | 260 | 103 | 42 | 0 | 76 | 121 | 37 | 16 | 104 | 51 |
| Binary | 10110000 | 1000011 | 100010 | 0 | 111110 | 1010001 | 11111 | 1110 | 1000100 | 101001 |
Color Harmonies of #B04322
Complementary color
Monochromatic Colors of #B04322
Black with #B04322
Text Example
Text Example
White with #B04322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04322; }
p { color: rgb(176,67,34); }
H1.HeaderClassName
{
color: #B04322;
}
.AnyTagClassName
{
color: #B04322;
}
</style>
background-color css
<style>
a { background-color: #B04322; }
a { background-color: rgb(176,67,34); }
div.DivClassName
{
background-color: #B04322;
}
.BgClassName
{
background-color: #B04322;
}
</style>
border-color css
<style>
span { border-color: #B04322; }
span { border-color: rgb(176,67,34); }
td.TdClassName
{
border-color: #B04322;
}
.TagClassName
{
border-color: #B04322;
}
</style>