Shades of Rose Of Sharon #B04A1F
Tints of Rose Of Sharon #B04A1F
RGB
CMYK
RGB Variations
Color information
#B04A1F (or 0xB04A1F) is known color: Rose Of Sharon. HEX triplet: B0, 4A and 1F. RGB value is (176,74,31). Sum of RGB (Red+Green+Blue) = 176+74+31=281 (37% of max value = 765). Red value is 176 (69.14% from 255 or 62.63% from 281); Green value is 74 (29.30% from 255 or 26.33% from 281); Blue value is 31 (12.5% from 255 or 11.03% from 281); Max value from RGB is 176 - color contains mainly: red. Hex color #B04A1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B04A1F is #4FB5E0. Grayscale: #636363. Windows color (decimal): -5223905 or 2050736. OLE color: 2050736.
HSL color Cylindrical-coordinate representation of color #B04A1F: hue angle of 17.79º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B04A1F is Cyan = 0, Magento = 0.58, Yellow = 0.82 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 74 | 31 | - |
| CMYK | 0 | 0.58 | 0.82 | 0.31 |
| HSL | 17.79º | 0.7% | 0.41% | - |
| HSV(B) | 17.79º | 0.82% | 0.69% | - |
| XYZ | 20.6 | 14.23 | 2.96 | - |
| YUV | 99.6 | 89.29 | 182.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 74 | 31 | 0 | 0.58 | 0.82 | 0.31 | 17.79 | 0.7 | 0.41 |
| Hex | B0 | 4A | 1F | 0 | 3A | 52 | 1F | 12 | 46 | 29 |
| Octal | 260 | 112 | 37 | 0 | 72 | 122 | 37 | 22 | 106 | 51 |
| Binary | 10110000 | 1001010 | 11111 | 0 | 111010 | 1010010 | 11111 | 10010 | 1000110 | 101001 |
Color Harmonies of #B04A1F
Complementary color
Monochromatic Colors of #B04A1F
Black with #B04A1F
Text Example
Text Example
White with #B04A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04A1F; }
p { color: rgb(176,74,31); }
H1.HeaderClassName
{
color: #B04A1F;
}
.AnyTagClassName
{
color: #B04A1F;
}
</style>
background-color css
<style>
a { background-color: #B04A1F; }
a { background-color: rgb(176,74,31); }
div.DivClassName
{
background-color: #B04A1F;
}
.BgClassName
{
background-color: #B04A1F;
}
</style>
border-color css
<style>
span { border-color: #B04A1F; }
span { border-color: rgb(176,74,31); }
td.TdClassName
{
border-color: #B04A1F;
}
.TagClassName
{
border-color: #B04A1F;
}
</style>