Shades of Rose Of Sharon #B94A22
Tints of Rose Of Sharon #B94A22
RGB
CMYK
RGB Variations
Color information
#B94A22 (or 0xB94A22) is known color: Rose Of Sharon. HEX triplet: B9, 4A and 22. RGB value is (185,74,34). Sum of RGB (Red+Green+Blue) = 185+74+34=293 (38% of max value = 765). Red value is 185 (72.66% from 255 or 63.14% from 293); Green value is 74 (29.30% from 255 or 25.26% from 293); Blue value is 34 (13.67% from 255 or 11.60% from 293); Max value from RGB is 185 - color contains mainly: red. Hex color #B94A22 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94A22 is #46B5DD. Grayscale: #666666. Windows color (decimal): -4634078 or 2247353. OLE color: 2247353.
HSL color Cylindrical-coordinate representation of color #B94A22: hue angle of 15.89º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B94A22 is Cyan = 0, Magento = 0.6, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 74 | 34 | - |
| CMYK | 0 | 0.6 | 0.82 | 0.27 |
| HSL | 15.89º | 0.69% | 0.43% | - |
| HSV(B) | 15.89º | 0.82% | 0.73% | - |
| XYZ | 22.75 | 15.33 | 3.27 | - |
| YUV | 102.63 | 89.27 | 186.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 74 | 34 | 0 | 0.6 | 0.82 | 0.27 | 15.89 | 0.69 | 0.43 |
| Hex | B9 | 4A | 22 | 0 | 3C | 52 | 1B | 10 | 45 | 2B |
| Octal | 271 | 112 | 42 | 0 | 74 | 122 | 33 | 20 | 105 | 53 |
| Binary | 10111001 | 1001010 | 100010 | 0 | 111100 | 1010010 | 11011 | 10000 | 1000101 | 101011 |
Color Harmonies of #B94A22
Complementary color
Monochromatic Colors of #B94A22
Black with #B94A22
Text Example
Text Example
White with #B94A22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94A22; }
p { color: rgb(185,74,34); }
H1.HeaderClassName
{
color: #B94A22;
}
.AnyTagClassName
{
color: #B94A22;
}
</style>
background-color css
<style>
a { background-color: #B94A22; }
a { background-color: rgb(185,74,34); }
div.DivClassName
{
background-color: #B94A22;
}
.BgClassName
{
background-color: #B94A22;
}
</style>
border-color css
<style>
span { border-color: #B94A22; }
span { border-color: rgb(185,74,34); }
td.TdClassName
{
border-color: #B94A22;
}
.TagClassName
{
border-color: #B94A22;
}
</style>