Shades of Rose Of Sharon #B2471F
Tints of Rose Of Sharon #B2471F
RGB
CMYK
RGB Variations
Color information
#B2471F (or 0xB2471F) is known color: Rose Of Sharon. HEX triplet: B2, 47 and 1F. RGB value is (178,71,31). Sum of RGB (Red+Green+Blue) = 178+71+31=280 (37% of max value = 765). Red value is 178 (69.92% from 255 or 63.57% from 280); Green value is 71 (28.12% from 255 or 25.36% from 280); Blue value is 31 (12.5% from 255 or 11.07% from 280); Max value from RGB is 178 - color contains mainly: red. Hex color #B2471F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2471F is #4DB8E0. Grayscale: #626262. Windows color (decimal): -5093601 or 2049970. OLE color: 2049970.
HSL color Cylindrical-coordinate representation of color #B2471F: hue angle of 16.33º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B2471F is Cyan = 0, Magento = 0.60, Yellow = 0.83 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 71 | 31 | - |
| CMYK | 0 | 0.60 | 0.83 | 0.30 |
| HSL | 16.33º | 0.7% | 0.41% | - |
| HSV(B) | 16.33º | 0.83% | 0.7% | - |
| XYZ | 20.86 | 14.07 | 2.91 | - |
| YUV | 98.43 | 89.95 | 184.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 71 | 31 | 0 | 0.60 | 0.83 | 0.30 | 16.33 | 0.7 | 0.41 |
| Hex | B2 | 47 | 1F | 0 | 3C | 53 | 1E | 10 | 46 | 29 |
| Octal | 262 | 107 | 37 | 0 | 74 | 123 | 36 | 20 | 106 | 51 |
| Binary | 10110010 | 1000111 | 11111 | 0 | 111100 | 1010011 | 11110 | 10000 | 1000110 | 101001 |
Color Harmonies of #B2471F
Complementary color
Monochromatic Colors of #B2471F
Black with #B2471F
Text Example
Text Example
White with #B2471F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2471F; }
p { color: rgb(178,71,31); }
H1.HeaderClassName
{
color: #B2471F;
}
.AnyTagClassName
{
color: #B2471F;
}
</style>
background-color css
<style>
a { background-color: #B2471F; }
a { background-color: rgb(178,71,31); }
div.DivClassName
{
background-color: #B2471F;
}
.BgClassName
{
background-color: #B2471F;
}
</style>
border-color css
<style>
span { border-color: #B2471F; }
span { border-color: rgb(178,71,31); }
td.TdClassName
{
border-color: #B2471F;
}
.TagClassName
{
border-color: #B2471F;
}
</style>