Shades of Rose Of Sharon #B84928
Tints of Rose Of Sharon #B84928
RGB
CMYK
RGB Variations
Color information
#B84928 (or 0xB84928) is known color: Rose Of Sharon. HEX triplet: B8, 49 and 28. RGB value is (184,73,40). Sum of RGB (Red+Green+Blue) = 184+73+40=297 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.95% from 297); Green value is 73 (28.91% from 255 or 24.58% from 297); Blue value is 40 (16.02% from 255 or 13.47% from 297); Max value from RGB is 184 - color contains mainly: red. Hex color #B84928 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B84928 is #47B6D7. Grayscale: #666666. Windows color (decimal): -4699864 or 2640312. OLE color: 2640312.
HSL color Cylindrical-coordinate representation of color #B84928: hue angle of 13.75º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B84928 is Cyan = 0, Magento = 0.60, Yellow = 0.78 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 73 | 40 | - |
| CMYK | 0 | 0.60 | 0.78 | 0.28 |
| HSL | 13.75º | 0.64% | 0.44% | - |
| HSV(B) | 13.75º | 0.78% | 0.72% | - |
| XYZ | 22.53 | 15.11 | 3.74 | - |
| YUV | 102.43 | 92.77 | 186.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 73 | 40 | 0 | 0.60 | 0.78 | 0.28 | 13.75 | 0.64 | 0.44 |
| Hex | B8 | 49 | 28 | 0 | 3C | 4E | 1C | E | 40 | 2C |
| Octal | 270 | 111 | 50 | 0 | 74 | 116 | 34 | 16 | 100 | 54 |
| Binary | 10111000 | 1001001 | 101000 | 0 | 111100 | 1001110 | 11100 | 1110 | 1000000 | 101100 |
Color Harmonies of #B84928
Complementary color
Monochromatic Colors of #B84928
Black with #B84928
Text Example
Text Example
White with #B84928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84928; }
p { color: rgb(184,73,40); }
H1.HeaderClassName
{
color: #B84928;
}
.AnyTagClassName
{
color: #B84928;
}
</style>
background-color css
<style>
a { background-color: #B84928; }
a { background-color: rgb(184,73,40); }
div.DivClassName
{
background-color: #B84928;
}
.BgClassName
{
background-color: #B84928;
}
</style>
border-color css
<style>
span { border-color: #B84928; }
span { border-color: rgb(184,73,40); }
td.TdClassName
{
border-color: #B84928;
}
.TagClassName
{
border-color: #B84928;
}
</style>