Shades of Rose Of Sharon #B84D1F
Tints of Rose Of Sharon #B84D1F
RGB
CMYK
RGB Variations
Color information
#B84D1F (or 0xB84D1F) is known color: Rose Of Sharon. HEX triplet: B8, 4D and 1F. RGB value is (184,77,31). Sum of RGB (Red+Green+Blue) = 184+77+31=292 (38% of max value = 765). Red value is 184 (72.27% from 255 or 63.01% from 292); Green value is 77 (30.47% from 255 or 26.37% from 292); Blue value is 31 (12.5% from 255 or 10.62% from 292); Max value from RGB is 184 - color contains mainly: red. Hex color #B84D1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B84D1F is #47B2E0. Grayscale: #686868. Windows color (decimal): -4698849 or 2051512. OLE color: 2051512.
HSL color Cylindrical-coordinate representation of color #B84D1F: hue angle of 18.04º degrees, saturation: 0.71, 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 #B84D1F is Cyan = 0, Magento = 0.58, Yellow = 0.83 and Black (K on CMYK) = 0.28.
Color convert
RGB | 184 | 77 | 31 | - |
CMYK | 0 | 0.58 | 0.83 | 0.28 |
HSL | 18.04º | 0.71% | 0.42% | - |
HSV(B) | 18.04º | 0.83% | 0.72% | - |
XYZ | 22.67 | 15.6 | 3.11 | - |
YUV | 103.75 | 86.95 | 185.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 184 | 77 | 31 | 0 | 0.58 | 0.83 | 0.28 | 18.04 | 0.71 | 0.42 |
Hex | B8 | 4D | 1F | 0 | 3A | 53 | 1C | 12 | 47 | 2A |
Octal | 270 | 115 | 37 | 0 | 72 | 123 | 34 | 22 | 107 | 52 |
Binary | 10111000 | 1001101 | 11111 | 0 | 111010 | 1010011 | 11100 | 10010 | 1000111 | 101010 |
Color Harmonies of #B84D1F
Complementary color
Monochromatic Colors of #B84D1F
Black with #B84D1F
Text Example
Text Example
White with #B84D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84D1F; }
p { color: rgb(184,77,31); }
H1.HeaderClassName
{
color: #B84D1F;
}
.AnyTagClassName
{
color: #B84D1F;
}
</style>
background-color css
<style>
a { background-color: #B84D1F; }
a { background-color: rgb(184,77,31); }
div.DivClassName
{
background-color: #B84D1F;
}
.BgClassName
{
background-color: #B84D1F;
}
</style>
border-color css
<style>
span { border-color: #B84D1F; }
span { border-color: rgb(184,77,31); }
td.TdClassName
{
border-color: #B84D1F;
}
.TagClassName
{
border-color: #B84D1F;
}
</style>