Shades of Rose Of Sharon #B8501F
Tints of Rose Of Sharon #B8501F
RGB
CMYK
RGB Variations
Color information
#B8501F (or 0xB8501F) is known color: Rose Of Sharon. HEX triplet: B8, 50 and 1F. RGB value is (184,80,31). Sum of RGB (Red+Green+Blue) = 184+80+31=295 (39% of max value = 765). Red value is 184 (72.27% from 255 or 62.37% from 295); Green value is 80 (31.64% from 255 or 27.12% from 295); Blue value is 31 (12.5% from 255 or 10.51% from 295); Max value from RGB is 184 - color contains mainly: red. Hex color #B8501F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8501F is #47AFE0. Grayscale: #696969. Windows color (decimal): -4698081 or 2052280. OLE color: 2052280.
HSL color Cylindrical-coordinate representation of color #B8501F: hue angle of 19.22º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B8501F is Cyan = 0, Magento = 0.57, Yellow = 0.83 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 80 | 31 | - |
| CMYK | 0 | 0.57 | 0.83 | 0.28 |
| HSL | 19.22º | 0.71% | 0.42% | - |
| HSV(B) | 19.22º | 0.83% | 0.72% | - |
| XYZ | 22.88 | 16.03 | 3.18 | - |
| YUV | 105.51 | 85.96 | 183.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 80 | 31 | 0 | 0.57 | 0.83 | 0.28 | 19.22 | 0.71 | 0.42 |
| Hex | B8 | 50 | 1F | 0 | 39 | 53 | 1C | 13 | 47 | 2A |
| Octal | 270 | 120 | 37 | 0 | 71 | 123 | 34 | 23 | 107 | 52 |
| Binary | 10111000 | 1010000 | 11111 | 0 | 111001 | 1010011 | 11100 | 10011 | 1000111 | 101010 |
Color Harmonies of #B8501F
Complementary color
Monochromatic Colors of #B8501F
Black with #B8501F
Text Example
Text Example
White with #B8501F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8501F; }
p { color: rgb(184,80,31); }
H1.HeaderClassName
{
color: #B8501F;
}
.AnyTagClassName
{
color: #B8501F;
}
</style>
background-color css
<style>
a { background-color: #B8501F; }
a { background-color: rgb(184,80,31); }
div.DivClassName
{
background-color: #B8501F;
}
.BgClassName
{
background-color: #B8501F;
}
</style>
border-color css
<style>
span { border-color: #B8501F; }
span { border-color: rgb(184,80,31); }
td.TdClassName
{
border-color: #B8501F;
}
.TagClassName
{
border-color: #B8501F;
}
</style>