Shades of Sante Fe #B17855
Tints of Sante Fe #B17855
RGB
CMYK
RGB Variations
Color information
#B17855 (or 0xB17855) is known color: Sante Fe. HEX triplet: B1, 78 and 55. RGB value is (177,120,85). Sum of RGB (Red+Green+Blue) = 177+120+85=382 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.34% from 382); Green value is 120 (47.27% from 255 or 31.41% from 382); Blue value is 85 (33.59% from 255 or 22.25% from 382); Max value from RGB is 177 - color contains mainly: red. Hex color #B17855 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17855 is #4E87AA. Grayscale: #858585. Windows color (decimal): -5146539 or 5601457. OLE color: 5601457.
HSL color Cylindrical-coordinate representation of color #B17855: hue angle of 22.83º 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 #B17855 is Cyan = 0, Magento = 0.32, Yellow = 0.52 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 120 | 85 | - |
| CMYK | 0 | 0.32 | 0.52 | 0.31 |
| HSL | 22.83º | 0.37% | 0.51% | - |
| HSV(B) | 22.83º | 0.52% | 0.69% | - |
| XYZ | 26.49 | 23.44 | 11.72 | - |
| YUV | 133.05 | 100.88 | 159.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 120 | 85 | 0 | 0.32 | 0.52 | 0.31 | 22.83 | 0.37 | 0.51 |
| Hex | B1 | 78 | 55 | 0 | 20 | 34 | 1F | 17 | 25 | 33 |
| Octal | 261 | 170 | 125 | 0 | 40 | 64 | 37 | 27 | 45 | 63 |
| Binary | 10110001 | 1111000 | 1010101 | 0 | 100000 | 110100 | 11111 | 10111 | 100101 | 110011 |
Color Harmonies of #B17855
Complementary color
Monochromatic Colors of #B17855
Black with #B17855
Text Example
Text Example
White with #B17855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17855; }
p { color: rgb(177,120,85); }
H1.HeaderClassName
{
color: #B17855;
}
.AnyTagClassName
{
color: #B17855;
}
</style>
background-color css
<style>
a { background-color: #B17855; }
a { background-color: rgb(177,120,85); }
div.DivClassName
{
background-color: #B17855;
}
.BgClassName
{
background-color: #B17855;
}
</style>
border-color css
<style>
span { border-color: #B17855; }
span { border-color: rgb(177,120,85); }
td.TdClassName
{
border-color: #B17855;
}
.TagClassName
{
border-color: #B17855;
}
</style>