Shades of Sante Fe #B17459
Tints of Sante Fe #B17459
RGB
CMYK
RGB Variations
Color information
#B17459 (or 0xB17459) is known color: Sante Fe. HEX triplet: B1, 74 and 59. RGB value is (177,116,89). Sum of RGB (Red+Green+Blue) = 177+116+89=382 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.34% from 382); Green value is 116 (45.70% from 255 or 30.37% from 382); Blue value is 89 (35.16% from 255 or 23.30% from 382); Max value from RGB is 177 - color contains mainly: red. Hex color #B17459 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17459 is #4E8BA6. Grayscale: #838383. Windows color (decimal): -5147559 or 5862577. OLE color: 5862577.
HSL color Cylindrical-coordinate representation of color #B17459: hue angle of 18.41º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B17459 is Cyan = 0, Magento = 0.34, Yellow = 0.50 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 116 | 89 | - |
| CMYK | 0 | 0.34 | 0.50 | 0.31 |
| HSL | 18.41º | 0.36% | 0.52% | - |
| HSV(B) | 18.41º | 0.5% | 0.69% | - |
| XYZ | 26.18 | 22.56 | 12.43 | - |
| YUV | 131.16 | 104.21 | 160.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 116 | 89 | 0 | 0.34 | 0.50 | 0.31 | 18.41 | 0.36 | 0.52 |
| Hex | B1 | 74 | 59 | 0 | 22 | 32 | 1F | 12 | 24 | 34 |
| Octal | 261 | 164 | 131 | 0 | 42 | 62 | 37 | 22 | 44 | 64 |
| Binary | 10110001 | 1110100 | 1011001 | 0 | 100010 | 110010 | 11111 | 10010 | 100100 | 110100 |
Color Harmonies of #B17459
Complementary color
Monochromatic Colors of #B17459
Black with #B17459
Text Example
Text Example
White with #B17459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17459; }
p { color: rgb(177,116,89); }
H1.HeaderClassName
{
color: #B17459;
}
.AnyTagClassName
{
color: #B17459;
}
</style>
background-color css
<style>
a { background-color: #B17459; }
a { background-color: rgb(177,116,89); }
div.DivClassName
{
background-color: #B17459;
}
.BgClassName
{
background-color: #B17459;
}
</style>
border-color css
<style>
span { border-color: #B17459; }
span { border-color: rgb(177,116,89); }
td.TdClassName
{
border-color: #B17459;
}
.TagClassName
{
border-color: #B17459;
}
</style>