Shades of Hacienda #B0801D
Tints of Hacienda #B0801D
RGB
CMYK
RGB Variations
Color information
#B0801D (or 0xB0801D) is known color: Hacienda. HEX triplet: B0, 80 and 1D. RGB value is (176,128,29). Sum of RGB (Red+Green+Blue) = 176+128+29=333 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.85% from 333); Green value is 128 (50.39% from 255 or 38.44% from 333); Blue value is 29 (11.72% from 255 or 8.71% from 333); Max value from RGB is 176 - color contains mainly: red. Hex color #B0801D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0801D is #4F7FE2. Grayscale: #838383. Windows color (decimal): -5210083 or 1933488. OLE color: 1933488.
HSL color Cylindrical-coordinate representation of color #B0801D: hue angle of 40.41º 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 #B0801D is Cyan = 0, Magento = 0.27, Yellow = 0.84 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 128 | 29 | - |
| CMYK | 0 | 0.27 | 0.84 | 0.31 |
| HSL | 40.41º | 0.72% | 0.4% | - |
| HSV(B) | 40.41º | 0.84% | 0.69% | - |
| XYZ | 25.85 | 24.76 | 4.58 | - |
| YUV | 131.07 | 70.4 | 160.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 128 | 29 | 0 | 0.27 | 0.84 | 0.31 | 40.41 | 0.72 | 0.4 |
| Hex | B0 | 80 | 1D | 0 | 1B | 54 | 1F | 28 | 48 | 28 |
| Octal | 260 | 200 | 35 | 0 | 33 | 124 | 37 | 50 | 110 | 50 |
| Binary | 10110000 | 10000000 | 11101 | 0 | 11011 | 1010100 | 11111 | 101000 | 1001000 | 101000 |
Color Harmonies of #B0801D
Complementary color
Monochromatic Colors of #B0801D
Black with #B0801D
Text Example
Text Example
White with #B0801D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0801D; }
p { color: rgb(176,128,29); }
H1.HeaderClassName
{
color: #B0801D;
}
.AnyTagClassName
{
color: #B0801D;
}
</style>
background-color css
<style>
a { background-color: #B0801D; }
a { background-color: rgb(176,128,29); }
div.DivClassName
{
background-color: #B0801D;
}
.BgClassName
{
background-color: #B0801D;
}
</style>
border-color css
<style>
span { border-color: #B0801D; }
span { border-color: rgb(176,128,29); }
td.TdClassName
{
border-color: #B0801D;
}
.TagClassName
{
border-color: #B0801D;
}
</style>