Shades of Rose Of Sharon #B9511D
Tints of Rose Of Sharon #B9511D
RGB
CMYK
RGB Variations
Color information
#B9511D (or 0xB9511D) is known color: Rose Of Sharon. HEX triplet: B9, 51 and 1D. RGB value is (185,81,29). Sum of RGB (Red+Green+Blue) = 185+81+29=295 (39% of max value = 765). Red value is 185 (72.66% from 255 or 62.71% from 295); Green value is 81 (32.03% from 255 or 27.46% from 295); Blue value is 29 (11.72% from 255 or 9.83% from 295); Max value from RGB is 185 - color contains mainly: red. Hex color #B9511D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9511D is #46AEE2. Grayscale: #6A6A6A. Windows color (decimal): -4632291 or 1921465. OLE color: 1921465.
HSL color Cylindrical-coordinate representation of color #B9511D: hue angle of 20º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B9511D is Cyan = 0, Magento = 0.56, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 81 | 29 | - |
| CMYK | 0 | 0.56 | 0.84 | 0.27 |
| HSL | 20º | 0.73% | 0.42% | - |
| HSV(B) | 20º | 0.84% | 0.73% | - |
| XYZ | 23.17 | 16.29 | 3.08 | - |
| YUV | 106.17 | 84.46 | 184.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 81 | 29 | 0 | 0.56 | 0.84 | 0.27 | 20 | 0.73 | 0.42 |
| Hex | B9 | 51 | 1D | 0 | 38 | 54 | 1B | 14 | 49 | 2A |
| Octal | 271 | 121 | 35 | 0 | 70 | 124 | 33 | 24 | 111 | 52 |
| Binary | 10111001 | 1010001 | 11101 | 0 | 111000 | 1010100 | 11011 | 10100 | 1001001 | 101010 |
Color Harmonies of #B9511D
Complementary color
Monochromatic Colors of #B9511D
Black with #B9511D
Text Example
Text Example
White with #B9511D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9511D; }
p { color: rgb(185,81,29); }
H1.HeaderClassName
{
color: #B9511D;
}
.AnyTagClassName
{
color: #B9511D;
}
</style>
background-color css
<style>
a { background-color: #B9511D; }
a { background-color: rgb(185,81,29); }
div.DivClassName
{
background-color: #B9511D;
}
.BgClassName
{
background-color: #B9511D;
}
</style>
border-color css
<style>
span { border-color: #B9511D; }
span { border-color: rgb(185,81,29); }
td.TdClassName
{
border-color: #B9511D;
}
.TagClassName
{
border-color: #B9511D;
}
</style>