Shades of Sante Fe #B17555
Tints of Sante Fe #B17555
RGB
CMYK
RGB Variations
Color information
#B17555 (or 0xB17555) is known color: Sante Fe. HEX triplet: B1, 75 and 55. RGB value is (177,117,85). Sum of RGB (Red+Green+Blue) = 177+117+85=379 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.70% from 379); Green value is 117 (46.09% from 255 or 30.87% from 379); Blue value is 85 (33.59% from 255 or 22.43% from 379); Max value from RGB is 177 - color contains mainly: red. Hex color #B17555 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17555 is #4E8AAA. Grayscale: #838383. Windows color (decimal): -5147307 or 5600689. OLE color: 5600689.
HSL color Cylindrical-coordinate representation of color #B17555: hue angle of 20.87º 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 #B17555 is Cyan = 0, Magento = 0.34, Yellow = 0.52 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 117 | 85 | - |
| CMYK | 0 | 0.34 | 0.52 | 0.31 |
| HSL | 20.87º | 0.37% | 0.51% | - |
| HSV(B) | 20.87º | 0.52% | 0.69% | - |
| XYZ | 26.13 | 22.73 | 11.6 | - |
| YUV | 131.29 | 101.88 | 160.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 117 | 85 | 0 | 0.34 | 0.52 | 0.31 | 20.87 | 0.37 | 0.51 |
| Hex | B1 | 75 | 55 | 0 | 22 | 34 | 1F | 15 | 25 | 33 |
| Octal | 261 | 165 | 125 | 0 | 42 | 64 | 37 | 25 | 45 | 63 |
| Binary | 10110001 | 1110101 | 1010101 | 0 | 100010 | 110100 | 11111 | 10101 | 100101 | 110011 |
Color Harmonies of #B17555
Complementary color
Monochromatic Colors of #B17555
Black with #B17555
Text Example
Text Example
White with #B17555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17555; }
p { color: rgb(177,117,85); }
H1.HeaderClassName
{
color: #B17555;
}
.AnyTagClassName
{
color: #B17555;
}
</style>
background-color css
<style>
a { background-color: #B17555; }
a { background-color: rgb(177,117,85); }
div.DivClassName
{
background-color: #B17555;
}
.BgClassName
{
background-color: #B17555;
}
</style>
border-color css
<style>
span { border-color: #B17555; }
span { border-color: rgb(177,117,85); }
td.TdClassName
{
border-color: #B17555;
}
.TagClassName
{
border-color: #B17555;
}
</style>