Shades of Rose Of Sharon #B84D26
Tints of Rose Of Sharon #B84D26
RGB
CMYK
RGB Variations
Color information
#B84D26 (or 0xB84D26) is known color: Rose Of Sharon. HEX triplet: B8, 4D and 26. RGB value is (184,77,38). Sum of RGB (Red+Green+Blue) = 184+77+38=299 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.54% from 299); Green value is 77 (30.47% from 255 or 25.75% from 299); Blue value is 38 (15.23% from 255 or 12.71% from 299); Max value from RGB is 184 - color contains mainly: red. Hex color #B84D26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B84D26 is #47B2D9. Grayscale: #686868. Windows color (decimal): -4698842 or 2510264. OLE color: 2510264.
HSL color Cylindrical-coordinate representation of color #B84D26: hue angle of 16.03º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B84D26 is Cyan = 0, Magento = 0.58, Yellow = 0.79 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 77 | 38 | - |
| CMYK | 0 | 0.58 | 0.79 | 0.28 |
| HSL | 16.03º | 0.66% | 0.44% | - |
| HSV(B) | 16.03º | 0.79% | 0.72% | - |
| XYZ | 22.77 | 15.64 | 3.65 | - |
| YUV | 104.55 | 90.45 | 184.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 77 | 38 | 0 | 0.58 | 0.79 | 0.28 | 16.03 | 0.66 | 0.44 |
| Hex | B8 | 4D | 26 | 0 | 3A | 4F | 1C | 10 | 42 | 2C |
| Octal | 270 | 115 | 46 | 0 | 72 | 117 | 34 | 20 | 102 | 54 |
| Binary | 10111000 | 1001101 | 100110 | 0 | 111010 | 1001111 | 11100 | 10000 | 1000010 | 101100 |
Color Harmonies of #B84D26
Complementary color
Monochromatic Colors of #B84D26
Black with #B84D26
Text Example
Text Example
White with #B84D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84D26; }
p { color: rgb(184,77,38); }
H1.HeaderClassName
{
color: #B84D26;
}
.AnyTagClassName
{
color: #B84D26;
}
</style>
background-color css
<style>
a { background-color: #B84D26; }
a { background-color: rgb(184,77,38); }
div.DivClassName
{
background-color: #B84D26;
}
.BgClassName
{
background-color: #B84D26;
}
</style>
border-color css
<style>
span { border-color: #B84D26; }
span { border-color: rgb(184,77,38); }
td.TdClassName
{
border-color: #B84D26;
}
.TagClassName
{
border-color: #B84D26;
}
</style>