Shades of Sante Fe #B17255
Tints of Sante Fe #B17255
RGB
CMYK
RGB Variations
Color information
#B17255 (or 0xB17255) is known color: Sante Fe. HEX triplet: B1, 72 and 55. RGB value is (177,114,85). Sum of RGB (Red+Green+Blue) = 177+114+85=376 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.07% from 376); Green value is 114 (44.92% from 255 or 30.32% from 376); Blue value is 85 (33.59% from 255 or 22.61% from 376); Max value from RGB is 177 - color contains mainly: red. Hex color #B17255 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17255 is #4E8DAA. Grayscale: #818181. Windows color (decimal): -5148075 or 5599921. OLE color: 5599921.
HSL color Cylindrical-coordinate representation of color #B17255: hue angle of 18.91º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B17255 is Cyan = 0, Magento = 0.36, Yellow = 0.52 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 114 | 85 | - |
| CMYK | 0 | 0.36 | 0.52 | 0.31 |
| HSL | 18.91º | 0.37% | 0.51% | - |
| HSV(B) | 18.91º | 0.52% | 0.69% | - |
| XYZ | 25.79 | 22.04 | 11.49 | - |
| YUV | 129.53 | 102.87 | 161.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 114 | 85 | 0 | 0.36 | 0.52 | 0.31 | 18.91 | 0.37 | 0.51 |
| Hex | B1 | 72 | 55 | 0 | 24 | 34 | 1F | 13 | 25 | 33 |
| Octal | 261 | 162 | 125 | 0 | 44 | 64 | 37 | 23 | 45 | 63 |
| Binary | 10110001 | 1110010 | 1010101 | 0 | 100100 | 110100 | 11111 | 10011 | 100101 | 110011 |
Color Harmonies of #B17255
Complementary color
Monochromatic Colors of #B17255
Black with #B17255
Text Example
Text Example
White with #B17255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17255; }
p { color: rgb(177,114,85); }
H1.HeaderClassName
{
color: #B17255;
}
.AnyTagClassName
{
color: #B17255;
}
</style>
background-color css
<style>
a { background-color: #B17255; }
a { background-color: rgb(177,114,85); }
div.DivClassName
{
background-color: #B17255;
}
.BgClassName
{
background-color: #B17255;
}
</style>
border-color css
<style>
span { border-color: #B17255; }
span { border-color: rgb(177,114,85); }
td.TdClassName
{
border-color: #B17255;
}
.TagClassName
{
border-color: #B17255;
}
</style>