Shades of Rose Of Sharon #B9511F
Tints of Rose Of Sharon #B9511F
RGB
CMYK
RGB Variations
Color information
#B9511F (or 0xB9511F) is known color: Rose Of Sharon. HEX triplet: B9, 51 and 1F. RGB value is (185,81,31). Sum of RGB (Red+Green+Blue) = 185+81+31=297 (39% of max value = 765). Red value is 185 (72.66% from 255 or 62.29% from 297); Green value is 81 (32.03% from 255 or 27.27% from 297); Blue value is 31 (12.5% from 255 or 10.44% from 297); Max value from RGB is 185 - color contains mainly: red. Hex color #B9511F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9511F is #46AEE0. Grayscale: #6A6A6A. Windows color (decimal): -4632289 or 2052537. OLE color: 2052537.
HSL color Cylindrical-coordinate representation of color #B9511F: hue angle of 19.48º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B9511F is Cyan = 0, Magento = 0.56, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 81 | 31 | - |
| CMYK | 0 | 0.56 | 0.83 | 0.27 |
| HSL | 19.48º | 0.71% | 0.42% | - |
| HSV(B) | 19.48º | 0.83% | 0.73% | - |
| XYZ | 23.2 | 16.3 | 3.22 | - |
| YUV | 106.4 | 85.46 | 184.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 81 | 31 | 0 | 0.56 | 0.83 | 0.27 | 19.48 | 0.71 | 0.42 |
| Hex | B9 | 51 | 1F | 0 | 38 | 53 | 1B | 13 | 47 | 2A |
| Octal | 271 | 121 | 37 | 0 | 70 | 123 | 33 | 23 | 107 | 52 |
| Binary | 10111001 | 1010001 | 11111 | 0 | 111000 | 1010011 | 11011 | 10011 | 1000111 | 101010 |
Color Harmonies of #B9511F
Complementary color
Monochromatic Colors of #B9511F
Black with #B9511F
Text Example
Text Example
White with #B9511F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9511F; }
p { color: rgb(185,81,31); }
H1.HeaderClassName
{
color: #B9511F;
}
.AnyTagClassName
{
color: #B9511F;
}
</style>
background-color css
<style>
a { background-color: #B9511F; }
a { background-color: rgb(185,81,31); }
div.DivClassName
{
background-color: #B9511F;
}
.BgClassName
{
background-color: #B9511F;
}
</style>
border-color css
<style>
span { border-color: #B9511F; }
span { border-color: rgb(185,81,31); }
td.TdClassName
{
border-color: #B9511F;
}
.TagClassName
{
border-color: #B9511F;
}
</style>