Shades of Rose Of Sharon #B95022
Tints of Rose Of Sharon #B95022
RGB
CMYK
RGB Variations
Color information
#B95022 (or 0xB95022) is known color: Rose Of Sharon. HEX triplet: B9, 50 and 22. RGB value is (185,80,34). Sum of RGB (Red+Green+Blue) = 185+80+34=299 (39% of max value = 765). Red value is 185 (72.66% from 255 or 61.87% from 299); Green value is 80 (31.64% from 255 or 26.76% from 299); Blue value is 34 (13.67% from 255 or 11.37% from 299); Max value from RGB is 185 - color contains mainly: red. Hex color #B95022 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95022 is #46AFDD. Grayscale: #6A6A6A. Windows color (decimal): -4632542 or 2248889. OLE color: 2248889.
HSL color Cylindrical-coordinate representation of color #B95022: hue angle of 18.28º 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 #B95022 is Cyan = 0, Magento = 0.57, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 80 | 34 | - |
| CMYK | 0 | 0.57 | 0.82 | 0.27 |
| HSL | 18.28º | 0.69% | 0.43% | - |
| HSV(B) | 18.28º | 0.82% | 0.73% | - |
| XYZ | 23.16 | 16.17 | 3.41 | - |
| YUV | 106.15 | 87.29 | 184.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 80 | 34 | 0 | 0.57 | 0.82 | 0.27 | 18.28 | 0.69 | 0.43 |
| Hex | B9 | 50 | 22 | 0 | 39 | 52 | 1B | 12 | 45 | 2B |
| Octal | 271 | 120 | 42 | 0 | 71 | 122 | 33 | 22 | 105 | 53 |
| Binary | 10111001 | 1010000 | 100010 | 0 | 111001 | 1010010 | 11011 | 10010 | 1000101 | 101011 |
Color Harmonies of #B95022
Complementary color
Monochromatic Colors of #B95022
Black with #B95022
Text Example
Text Example
White with #B95022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B95022; }
p { color: rgb(185,80,34); }
H1.HeaderClassName
{
color: #B95022;
}
.AnyTagClassName
{
color: #B95022;
}
</style>
background-color css
<style>
a { background-color: #B95022; }
a { background-color: rgb(185,80,34); }
div.DivClassName
{
background-color: #B95022;
}
.BgClassName
{
background-color: #B95022;
}
</style>
border-color css
<style>
span { border-color: #B95022; }
span { border-color: rgb(185,80,34); }
td.TdClassName
{
border-color: #B95022;
}
.TagClassName
{
border-color: #B95022;
}
</style>