Shades of Sante Fe #B17559
Tints of Sante Fe #B17559
RGB
CMYK
RGB Variations
Color information
#B17559 (or 0xB17559) is known color: Sante Fe. HEX triplet: B1, 75 and 59. RGB value is (177,117,89). Sum of RGB (Red+Green+Blue) = 177+117+89=383 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.21% from 383); Green value is 117 (46.09% from 255 or 30.55% from 383); Blue value is 89 (35.16% from 255 or 23.24% from 383); Max value from RGB is 177 - color contains mainly: red. Hex color #B17559 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17559 is #4E8AA6. Grayscale: #838383. Windows color (decimal): -5147303 or 5862833. OLE color: 5862833.
HSL color Cylindrical-coordinate representation of color #B17559: hue angle of 19.09º 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 #B17559 is Cyan = 0, Magento = 0.34, Yellow = 0.50 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 117 | 89 | - |
| CMYK | 0 | 0.34 | 0.50 | 0.31 |
| HSL | 19.09º | 0.36% | 0.52% | - |
| HSV(B) | 19.09º | 0.5% | 0.69% | - |
| XYZ | 26.3 | 22.79 | 12.46 | - |
| YUV | 131.75 | 103.88 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 117 | 89 | 0 | 0.34 | 0.50 | 0.31 | 19.09 | 0.36 | 0.52 |
| Hex | B1 | 75 | 59 | 0 | 22 | 32 | 1F | 13 | 24 | 34 |
| Octal | 261 | 165 | 131 | 0 | 42 | 62 | 37 | 23 | 44 | 64 |
| Binary | 10110001 | 1110101 | 1011001 | 0 | 100010 | 110010 | 11111 | 10011 | 100100 | 110100 |
Color Harmonies of #B17559
Complementary color
Monochromatic Colors of #B17559
Black with #B17559
Text Example
Text Example
White with #B17559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17559; }
p { color: rgb(177,117,89); }
H1.HeaderClassName
{
color: #B17559;
}
.AnyTagClassName
{
color: #B17559;
}
</style>
background-color css
<style>
a { background-color: #B17559; }
a { background-color: rgb(177,117,89); }
div.DivClassName
{
background-color: #B17559;
}
.BgClassName
{
background-color: #B17559;
}
</style>
border-color css
<style>
span { border-color: #B17559; }
span { border-color: rgb(177,117,89); }
td.TdClassName
{
border-color: #B17559;
}
.TagClassName
{
border-color: #B17559;
}
</style>