Shades of Rose Of Sharon #B7501F
Tints of Rose Of Sharon #B7501F
RGB
CMYK
RGB Variations
Color information
#B7501F (or 0xB7501F) is known color: Rose Of Sharon. HEX triplet: B7, 50 and 1F. RGB value is (183,80,31). Sum of RGB (Red+Green+Blue) = 183+80+31=294 (38% of max value = 765). Red value is 183 (71.88% from 255 or 62.24% from 294); Green value is 80 (31.64% from 255 or 27.21% from 294); Blue value is 31 (12.5% from 255 or 10.54% from 294); Max value from RGB is 183 - color contains mainly: red. Hex color #B7501F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7501F is #48AFE0. Grayscale: #696969. Windows color (decimal): -4763617 or 2052279. OLE color: 2052279.
HSL color Cylindrical-coordinate representation of color #B7501F: hue angle of 19.34º 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 #B7501F is Cyan = 0, Magento = 0.56, Yellow = 0.83 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 80 | 31 | - |
| CMYK | 0 | 0.56 | 0.83 | 0.28 |
| HSL | 19.34º | 0.71% | 0.42% | - |
| HSV(B) | 19.34º | 0.83% | 0.72% | - |
| XYZ | 22.64 | 15.9 | 3.17 | - |
| YUV | 105.21 | 86.12 | 183.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 80 | 31 | 0 | 0.56 | 0.83 | 0.28 | 19.34 | 0.71 | 0.42 |
| Hex | B7 | 50 | 1F | 0 | 38 | 53 | 1C | 13 | 47 | 2A |
| Octal | 267 | 120 | 37 | 0 | 70 | 123 | 34 | 23 | 107 | 52 |
| Binary | 10110111 | 1010000 | 11111 | 0 | 111000 | 1010011 | 11100 | 10011 | 1000111 | 101010 |
Color Harmonies of #B7501F
Complementary color
Monochromatic Colors of #B7501F
Black with #B7501F
Text Example
Text Example
White with #B7501F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7501F; }
p { color: rgb(183,80,31); }
H1.HeaderClassName
{
color: #B7501F;
}
.AnyTagClassName
{
color: #B7501F;
}
</style>
background-color css
<style>
a { background-color: #B7501F; }
a { background-color: rgb(183,80,31); }
div.DivClassName
{
background-color: #B7501F;
}
.BgClassName
{
background-color: #B7501F;
}
</style>
border-color css
<style>
span { border-color: #B7501F; }
span { border-color: rgb(183,80,31); }
td.TdClassName
{
border-color: #B7501F;
}
.TagClassName
{
border-color: #B7501F;
}
</style>