Shades of Rose Of Sharon #B8521C
Tints of Rose Of Sharon #B8521C
RGB
CMYK
RGB Variations
Color information
#B8521C (or 0xB8521C) is known color: Rose Of Sharon. HEX triplet: B8, 52 and 1C. RGB value is (184,82,28). Sum of RGB (Red+Green+Blue) = 184+82+28=294 (38% of max value = 765). Red value is 184 (72.27% from 255 or 62.59% from 294); Green value is 82 (32.42% from 255 or 27.89% from 294); Blue value is 28 (11.33% from 255 or 9.52% from 294); Max value from RGB is 184 - color contains mainly: red. Hex color #B8521C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8521C is #47ADE3. Grayscale: #6A6A6A. Windows color (decimal): -4697572 or 1856184. OLE color: 1856184.
HSL color Cylindrical-coordinate representation of color #B8521C: hue angle of 20.77º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B8521C is Cyan = 0, Magento = 0.55, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 82 | 28 | - |
| CMYK | 0 | 0.55 | 0.85 | 0.28 |
| HSL | 20.77º | 0.74% | 0.42% | - |
| HSV(B) | 20.77º | 0.85% | 0.72% | - |
| XYZ | 22.99 | 16.31 | 3.03 | - |
| YUV | 106.34 | 83.79 | 183.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 82 | 28 | 0 | 0.55 | 0.85 | 0.28 | 20.77 | 0.74 | 0.42 |
| Hex | B8 | 52 | 1C | 0 | 37 | 55 | 1C | 15 | 4A | 2A |
| Octal | 270 | 122 | 34 | 0 | 67 | 125 | 34 | 25 | 112 | 52 |
| Binary | 10111000 | 1010010 | 11100 | 0 | 110111 | 1010101 | 11100 | 10101 | 1001010 | 101010 |
Color Harmonies of #B8521C
Complementary color
Monochromatic Colors of #B8521C
Black with #B8521C
Text Example
Text Example
White with #B8521C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8521C; }
p { color: rgb(184,82,28); }
H1.HeaderClassName
{
color: #B8521C;
}
.AnyTagClassName
{
color: #B8521C;
}
</style>
background-color css
<style>
a { background-color: #B8521C; }
a { background-color: rgb(184,82,28); }
div.DivClassName
{
background-color: #B8521C;
}
.BgClassName
{
background-color: #B8521C;
}
</style>
border-color css
<style>
span { border-color: #B8521C; }
span { border-color: rgb(184,82,28); }
td.TdClassName
{
border-color: #B8521C;
}
.TagClassName
{
border-color: #B8521C;
}
</style>