Shades of Rose Of Sharon #B74F20
Tints of Rose Of Sharon #B74F20
RGB
CMYK
RGB Variations
Color information
#B74F20 (or 0xB74F20) is known color: Rose Of Sharon. HEX triplet: B7, 4F and 20. RGB value is (183,79,32). Sum of RGB (Red+Green+Blue) = 183+79+32=294 (38% of max value = 765). Red value is 183 (71.88% from 255 or 62.24% from 294); Green value is 79 (31.25% from 255 or 26.87% from 294); Blue value is 32 (12.89% from 255 or 10.88% from 294); Max value from RGB is 183 - color contains mainly: red. Hex color #B74F20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B74F20 is #48B0DF. Grayscale: #696969. Windows color (decimal): -4763872 or 2117559. OLE color: 2117559.
HSL color Cylindrical-coordinate representation of color #B74F20: hue angle of 18.68º degrees, saturation: 0.7, 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 #B74F20 is Cyan = 0, Magento = 0.57, Yellow = 0.83 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 79 | 32 | - |
| CMYK | 0 | 0.57 | 0.83 | 0.28 |
| HSL | 18.68º | 0.7% | 0.42% | - |
| HSV(B) | 18.68º | 0.83% | 0.72% | - |
| XYZ | 22.59 | 15.76 | 3.22 | - |
| YUV | 104.74 | 86.96 | 183.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 79 | 32 | 0 | 0.57 | 0.83 | 0.28 | 18.68 | 0.7 | 0.42 |
| Hex | B7 | 4F | 20 | 0 | 39 | 53 | 1C | 13 | 46 | 2A |
| Octal | 267 | 117 | 40 | 0 | 71 | 123 | 34 | 23 | 106 | 52 |
| Binary | 10110111 | 1001111 | 100000 | 0 | 111001 | 1010011 | 11100 | 10011 | 1000110 | 101010 |
Color Harmonies of #B74F20
Complementary color
Monochromatic Colors of #B74F20
Black with #B74F20
Text Example
Text Example
White with #B74F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74F20; }
p { color: rgb(183,79,32); }
H1.HeaderClassName
{
color: #B74F20;
}
.AnyTagClassName
{
color: #B74F20;
}
</style>
background-color css
<style>
a { background-color: #B74F20; }
a { background-color: rgb(183,79,32); }
div.DivClassName
{
background-color: #B74F20;
}
.BgClassName
{
background-color: #B74F20;
}
</style>
border-color css
<style>
span { border-color: #B74F20; }
span { border-color: rgb(183,79,32); }
td.TdClassName
{
border-color: #B74F20;
}
.TagClassName
{
border-color: #B74F20;
}
</style>