Shades of Hacienda #B0811D
Tints of Hacienda #B0811D
RGB
CMYK
RGB Variations
Color information
#B0811D (or 0xB0811D) is known color: Hacienda. HEX triplet: B0, 81 and 1D. RGB value is (176,129,29). Sum of RGB (Red+Green+Blue) = 176+129+29=334 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.69% from 334); Green value is 129 (50.78% from 255 or 38.62% from 334); Blue value is 29 (11.72% from 255 or 8.68% from 334); Max value from RGB is 176 - color contains mainly: red. Hex color #B0811D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0811D is #4F7EE2. Grayscale: #848484. Windows color (decimal): -5209827 or 1933744. OLE color: 1933744.
HSL color Cylindrical-coordinate representation of color #B0811D: hue angle of 40.82º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B0811D is Cyan = 0, Magento = 0.27, Yellow = 0.84 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 129 | 29 | - |
| CMYK | 0 | 0.27 | 0.84 | 0.31 |
| HSL | 40.82º | 0.72% | 0.4% | - |
| HSV(B) | 40.82º | 0.84% | 0.69% | - |
| XYZ | 25.98 | 25.02 | 4.62 | - |
| YUV | 131.65 | 70.07 | 159.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 129 | 29 | 0 | 0.27 | 0.84 | 0.31 | 40.82 | 0.72 | 0.4 |
| Hex | B0 | 81 | 1D | 0 | 1B | 54 | 1F | 29 | 48 | 28 |
| Octal | 260 | 201 | 35 | 0 | 33 | 124 | 37 | 51 | 110 | 50 |
| Binary | 10110000 | 10000001 | 11101 | 0 | 11011 | 1010100 | 11111 | 101001 | 1001000 | 101000 |
Color Harmonies of #B0811D
Complementary color
Monochromatic Colors of #B0811D
Black with #B0811D
Text Example
Text Example
White with #B0811D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0811D; }
p { color: rgb(176,129,29); }
H1.HeaderClassName
{
color: #B0811D;
}
.AnyTagClassName
{
color: #B0811D;
}
</style>
background-color css
<style>
a { background-color: #B0811D; }
a { background-color: rgb(176,129,29); }
div.DivClassName
{
background-color: #B0811D;
}
.BgClassName
{
background-color: #B0811D;
}
</style>
border-color css
<style>
span { border-color: #B0811D; }
span { border-color: rgb(176,129,29); }
td.TdClassName
{
border-color: #B0811D;
}
.TagClassName
{
border-color: #B0811D;
}
</style>