Shades of Sante Fe #B17156
Tints of Sante Fe #B17156
RGB
CMYK
RGB Variations
Color information
#B17156 (or 0xB17156) is known color: Sante Fe. HEX triplet: B1, 71 and 56. RGB value is (177,113,86). Sum of RGB (Red+Green+Blue) = 177+113+86=376 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.07% from 376); Green value is 113 (44.53% from 255 or 30.05% from 376); Blue value is 86 (33.98% from 255 or 22.87% from 376); Max value from RGB is 177 - color contains mainly: red. Hex color #B17156 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17156 is #4E8EA9. Grayscale: #818181. Windows color (decimal): -5148330 or 5665201. OLE color: 5665201.
HSL color Cylindrical-coordinate representation of color #B17156: hue angle of 17.8º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B17156 is Cyan = 0, Magento = 0.36, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 113 | 86 | - |
| CMYK | 0 | 0.36 | 0.51 | 0.31 |
| HSL | 17.8º | 0.37% | 0.52% | - |
| HSV(B) | 17.8º | 0.51% | 0.69% | - |
| XYZ | 25.72 | 21.83 | 11.66 | - |
| YUV | 129.06 | 103.7 | 162.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 113 | 86 | 0 | 0.36 | 0.51 | 0.31 | 17.8 | 0.37 | 0.52 |
| Hex | B1 | 71 | 56 | 0 | 24 | 33 | 1F | 12 | 25 | 34 |
| Octal | 261 | 161 | 126 | 0 | 44 | 63 | 37 | 22 | 45 | 64 |
| Binary | 10110001 | 1110001 | 1010110 | 0 | 100100 | 110011 | 11111 | 10010 | 100101 | 110100 |
Color Harmonies of #B17156
Complementary color
Monochromatic Colors of #B17156
Black with #B17156
Text Example
Text Example
White with #B17156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17156; }
p { color: rgb(177,113,86); }
H1.HeaderClassName
{
color: #B17156;
}
.AnyTagClassName
{
color: #B17156;
}
</style>
background-color css
<style>
a { background-color: #B17156; }
a { background-color: rgb(177,113,86); }
div.DivClassName
{
background-color: #B17156;
}
.BgClassName
{
background-color: #B17156;
}
</style>
border-color css
<style>
span { border-color: #B17156; }
span { border-color: rgb(177,113,86); }
td.TdClassName
{
border-color: #B17156;
}
.TagClassName
{
border-color: #B17156;
}
</style>