Shades of Hacienda #B0841F
Tints of Hacienda #B0841F
RGB
CMYK
RGB Variations
Color information
#B0841F (or 0xB0841F) is known color: Hacienda. HEX triplet: B0, 84 and 1F. RGB value is (176,132,31). Sum of RGB (Red+Green+Blue) = 176+132+31=339 (44% of max value = 765). Red value is 176 (69.14% from 255 or 51.92% from 339); Green value is 132 (51.95% from 255 or 38.94% from 339); Blue value is 31 (12.5% from 255 or 9.14% from 339); Max value from RGB is 176 - color contains mainly: red. Hex color #B0841F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0841F is #4F7BE0. Grayscale: #868686. Windows color (decimal): -5209057 or 2065584. OLE color: 2065584.
HSL color Cylindrical-coordinate representation of color #B0841F: hue angle of 41.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 #B0841F is Cyan = 0, Magento = 0.25, Yellow = 0.82 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 132 | 31 | - |
| CMYK | 0 | 0.25 | 0.82 | 0.31 |
| HSL | 41.79º | 0.7% | 0.41% | - |
| HSV(B) | 41.79º | 0.82% | 0.69% | - |
| XYZ | 26.4 | 25.83 | 4.89 | - |
| YUV | 133.64 | 70.08 | 158.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 132 | 31 | 0 | 0.25 | 0.82 | 0.31 | 41.79 | 0.7 | 0.41 |
| Hex | B0 | 84 | 1F | 0 | 19 | 52 | 1F | 2A | 46 | 29 |
| Octal | 260 | 204 | 37 | 0 | 31 | 122 | 37 | 52 | 106 | 51 |
| Binary | 10110000 | 10000100 | 11111 | 0 | 11001 | 1010010 | 11111 | 101010 | 1000110 | 101001 |
Color Harmonies of #B0841F
Complementary color
Monochromatic Colors of #B0841F
Black with #B0841F
Text Example
Text Example
White with #B0841F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0841F; }
p { color: rgb(176,132,31); }
H1.HeaderClassName
{
color: #B0841F;
}
.AnyTagClassName
{
color: #B0841F;
}
</style>
background-color css
<style>
a { background-color: #B0841F; }
a { background-color: rgb(176,132,31); }
div.DivClassName
{
background-color: #B0841F;
}
.BgClassName
{
background-color: #B0841F;
}
</style>
border-color css
<style>
span { border-color: #B0841F; }
span { border-color: rgb(176,132,31); }
td.TdClassName
{
border-color: #B0841F;
}
.TagClassName
{
border-color: #B0841F;
}
</style>