Shades of Rose Of Sharon #B84D22
Tints of Rose Of Sharon #B84D22
RGB
CMYK
RGB Variations
Color information
#B84D22 (or 0xB84D22) is known color: Rose Of Sharon. HEX triplet: B8, 4D and 22. RGB value is (184,77,34). Sum of RGB (Red+Green+Blue) = 184+77+34=295 (39% of max value = 765). Red value is 184 (72.27% from 255 or 62.37% from 295); Green value is 77 (30.47% from 255 or 26.10% from 295); Blue value is 34 (13.67% from 255 or 11.53% from 295); Max value from RGB is 184 - color contains mainly: red. Hex color #B84D22 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B84D22 is #47B2DD. Grayscale: #686868. Windows color (decimal): -4698846 or 2248120. OLE color: 2248120.
HSL color Cylindrical-coordinate representation of color #B84D22: hue angle of 17.2º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B84D22 is Cyan = 0, Magento = 0.58, Yellow = 0.82 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 77 | 34 | - |
| CMYK | 0 | 0.58 | 0.82 | 0.28 |
| HSL | 17.2º | 0.69% | 0.43% | - |
| HSV(B) | 17.2º | 0.82% | 0.72% | - |
| XYZ | 22.71 | 15.61 | 3.33 | - |
| YUV | 104.09 | 88.45 | 185 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 77 | 34 | 0 | 0.58 | 0.82 | 0.28 | 17.2 | 0.69 | 0.43 |
| Hex | B8 | 4D | 22 | 0 | 3A | 52 | 1C | 11 | 45 | 2B |
| Octal | 270 | 115 | 42 | 0 | 72 | 122 | 34 | 21 | 105 | 53 |
| Binary | 10111000 | 1001101 | 100010 | 0 | 111010 | 1010010 | 11100 | 10001 | 1000101 | 101011 |
Color Harmonies of #B84D22
Complementary color
Monochromatic Colors of #B84D22
Black with #B84D22
Text Example
Text Example
White with #B84D22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84D22; }
p { color: rgb(184,77,34); }
H1.HeaderClassName
{
color: #B84D22;
}
.AnyTagClassName
{
color: #B84D22;
}
</style>
background-color css
<style>
a { background-color: #B84D22; }
a { background-color: rgb(184,77,34); }
div.DivClassName
{
background-color: #B84D22;
}
.BgClassName
{
background-color: #B84D22;
}
</style>
border-color css
<style>
span { border-color: #B84D22; }
span { border-color: rgb(184,77,34); }
td.TdClassName
{
border-color: #B84D22;
}
.TagClassName
{
border-color: #B84D22;
}
</style>