Shades of Rose Of Sharon #B04022
Tints of Rose Of Sharon #B04022
RGB
CMYK
RGB Variations
Color information
#B04022 (or 0xB04022) is known color: Rose Of Sharon. HEX triplet: B0, 40 and 22. RGB value is (176,64,34). Sum of RGB (Red+Green+Blue) = 176+64+34=274 (36% of max value = 765). Red value is 176 (69.14% from 255 or 64.23% from 274); Green value is 64 (25.39% from 255 or 23.36% from 274); Blue value is 34 (13.67% from 255 or 12.41% from 274); Max value from RGB is 176 - color contains mainly: red. Hex color #B04022 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B04022 is #4FBFDD. Grayscale: #5E5E5E. Windows color (decimal): -5226462 or 2244784. OLE color: 2244784.
HSL color Cylindrical-coordinate representation of color #B04022: hue angle of 12.68º 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 #B04022 is Cyan = 0, Magento = 0.64, Yellow = 0.81 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 64 | 34 | - |
| CMYK | 0 | 0.64 | 0.81 | 0.31 |
| HSL | 12.68º | 0.68% | 0.41% | - |
| HSV(B) | 12.68º | 0.81% | 0.69% | - |
| XYZ | 20.03 | 13.01 | 2.97 | - |
| YUV | 94.07 | 94.11 | 186.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 64 | 34 | 0 | 0.64 | 0.81 | 0.31 | 12.68 | 0.68 | 0.41 |
| Hex | B0 | 40 | 22 | 0 | 40 | 51 | 1F | D | 44 | 29 |
| Octal | 260 | 100 | 42 | 0 | 100 | 121 | 37 | 15 | 104 | 51 |
| Binary | 10110000 | 1000000 | 100010 | 0 | 1000000 | 1010001 | 11111 | 1101 | 1000100 | 101001 |
Color Harmonies of #B04022
Complementary color
Monochromatic Colors of #B04022
Black with #B04022
Text Example
Text Example
White with #B04022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04022; }
p { color: rgb(176,64,34); }
H1.HeaderClassName
{
color: #B04022;
}
.AnyTagClassName
{
color: #B04022;
}
</style>
background-color css
<style>
a { background-color: #B04022; }
a { background-color: rgb(176,64,34); }
div.DivClassName
{
background-color: #B04022;
}
.BgClassName
{
background-color: #B04022;
}
</style>
border-color css
<style>
span { border-color: #B04022; }
span { border-color: rgb(176,64,34); }
td.TdClassName
{
border-color: #B04022;
}
.TagClassName
{
border-color: #B04022;
}
</style>