Shades of Sante Fe #B17750
Tints of Sante Fe #B17750
RGB
CMYK
RGB Variations
Color information
#B17750 (or 0xB17750) is known color: Sante Fe. HEX triplet: B1, 77 and 50. RGB value is (177,119,80). Sum of RGB (Red+Green+Blue) = 177+119+80=376 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.07% from 376); Green value is 119 (46.88% from 255 or 31.65% from 376); Blue value is 80 (31.64% from 255 or 21.28% from 376); Max value from RGB is 177 - color contains mainly: red. Hex color #B17750 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17750 is #4E88AF. Grayscale: #848484. Windows color (decimal): -5146800 or 5273521. OLE color: 5273521.
HSL color Cylindrical-coordinate representation of color #B17750: hue angle of 24.12º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B17750 is Cyan = 0, Magento = 0.33, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 119 | 80 | - |
| CMYK | 0 | 0.33 | 0.55 | 0.31 |
| HSL | 24.12º | 0.38% | 0.5% | - |
| HSV(B) | 24.12º | 0.55% | 0.69% | - |
| XYZ | 26.18 | 23.12 | 10.67 | - |
| YUV | 131.9 | 98.72 | 160.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 119 | 80 | 0 | 0.33 | 0.55 | 0.31 | 24.12 | 0.38 | 0.5 |
| Hex | B1 | 77 | 50 | 0 | 21 | 37 | 1F | 18 | 26 | 32 |
| Octal | 261 | 167 | 120 | 0 | 41 | 67 | 37 | 30 | 46 | 62 |
| Binary | 10110001 | 1110111 | 1010000 | 0 | 100001 | 110111 | 11111 | 11000 | 100110 | 110010 |
Color Harmonies of #B17750
Complementary color
Monochromatic Colors of #B17750
Black with #B17750
Text Example
Text Example
White with #B17750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17750; }
p { color: rgb(177,119,80); }
H1.HeaderClassName
{
color: #B17750;
}
.AnyTagClassName
{
color: #B17750;
}
</style>
background-color css
<style>
a { background-color: #B17750; }
a { background-color: rgb(177,119,80); }
div.DivClassName
{
background-color: #B17750;
}
.BgClassName
{
background-color: #B17750;
}
</style>
border-color css
<style>
span { border-color: #B17750; }
span { border-color: rgb(177,119,80); }
td.TdClassName
{
border-color: #B17750;
}
.TagClassName
{
border-color: #B17750;
}
</style>