Shades of Rose Of Sharon #B7501D
Tints of Rose Of Sharon #B7501D
RGB
CMYK
RGB Variations
Color information
#B7501D (or 0xB7501D) is known color: Rose Of Sharon. HEX triplet: B7, 50 and 1D. RGB value is (183,80,29). Sum of RGB (Red+Green+Blue) = 183+80+29=292 (38% of max value = 765). Red value is 183 (71.88% from 255 or 62.67% from 292); Green value is 80 (31.64% from 255 or 27.40% from 292); Blue value is 29 (11.72% from 255 or 9.93% from 292); Max value from RGB is 183 - color contains mainly: red. Hex color #B7501D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7501D is #48AFE2. Grayscale: #696969. Windows color (decimal): -4763619 or 1921207. OLE color: 1921207.
HSL color Cylindrical-coordinate representation of color #B7501D: hue angle of 19.87º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B7501D is Cyan = 0, Magento = 0.56, Yellow = 0.84 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 80 | 29 | - |
| CMYK | 0 | 0.56 | 0.84 | 0.28 |
| HSL | 19.87º | 0.73% | 0.42% | - |
| HSV(B) | 19.87º | 0.84% | 0.72% | - |
| XYZ | 22.62 | 15.89 | 3.04 | - |
| YUV | 104.98 | 85.12 | 183.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 80 | 29 | 0 | 0.56 | 0.84 | 0.28 | 19.87 | 0.73 | 0.42 |
| Hex | B7 | 50 | 1D | 0 | 38 | 54 | 1C | 14 | 49 | 2A |
| Octal | 267 | 120 | 35 | 0 | 70 | 124 | 34 | 24 | 111 | 52 |
| Binary | 10110111 | 1010000 | 11101 | 0 | 111000 | 1010100 | 11100 | 10100 | 1001001 | 101010 |
Color Harmonies of #B7501D
Complementary color
Monochromatic Colors of #B7501D
Black with #B7501D
Text Example
Text Example
White with #B7501D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7501D; }
p { color: rgb(183,80,29); }
H1.HeaderClassName
{
color: #B7501D;
}
.AnyTagClassName
{
color: #B7501D;
}
</style>
background-color css
<style>
a { background-color: #B7501D; }
a { background-color: rgb(183,80,29); }
div.DivClassName
{
background-color: #B7501D;
}
.BgClassName
{
background-color: #B7501D;
}
</style>
border-color css
<style>
span { border-color: #B7501D; }
span { border-color: rgb(183,80,29); }
td.TdClassName
{
border-color: #B7501D;
}
.TagClassName
{
border-color: #B7501D;
}
</style>