Shades of Sante Fe #B17150
Tints of Sante Fe #B17150
RGB
CMYK
RGB Variations
Color information
#B17150 (or 0xB17150) is known color: Sante Fe. HEX triplet: B1, 71 and 50. RGB value is (177,113,80). Sum of RGB (Red+Green+Blue) = 177+113+80=370 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.84% from 370); Green value is 113 (44.53% from 255 or 30.54% from 370); Blue value is 80 (31.64% from 255 or 21.62% from 370); Max value from RGB is 177 - color contains mainly: red. Hex color #B17150 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17150 is #4E8EAF. Grayscale: #808080. Windows color (decimal): -5148336 or 5271985. OLE color: 5271985.
HSL color Cylindrical-coordinate representation of color #B17150: hue angle of 20.41º 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 #B17150 is Cyan = 0, Magento = 0.36, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 113 | 80 | - |
| CMYK | 0 | 0.36 | 0.55 | 0.31 |
| HSL | 20.41º | 0.38% | 0.5% | - |
| HSV(B) | 20.41º | 0.55% | 0.69% | - |
| XYZ | 25.48 | 21.74 | 10.44 | - |
| YUV | 128.37 | 100.7 | 162.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 113 | 80 | 0 | 0.36 | 0.55 | 0.31 | 20.41 | 0.38 | 0.5 |
| Hex | B1 | 71 | 50 | 0 | 24 | 37 | 1F | 14 | 26 | 32 |
| Octal | 261 | 161 | 120 | 0 | 44 | 67 | 37 | 24 | 46 | 62 |
| Binary | 10110001 | 1110001 | 1010000 | 0 | 100100 | 110111 | 11111 | 10100 | 100110 | 110010 |
Color Harmonies of #B17150
Complementary color
Monochromatic Colors of #B17150
Black with #B17150
Text Example
Text Example
White with #B17150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17150; }
p { color: rgb(177,113,80); }
H1.HeaderClassName
{
color: #B17150;
}
.AnyTagClassName
{
color: #B17150;
}
</style>
background-color css
<style>
a { background-color: #B17150; }
a { background-color: rgb(177,113,80); }
div.DivClassName
{
background-color: #B17150;
}
.BgClassName
{
background-color: #B17150;
}
</style>
border-color css
<style>
span { border-color: #B17150; }
span { border-color: rgb(177,113,80); }
td.TdClassName
{
border-color: #B17150;
}
.TagClassName
{
border-color: #B17150;
}
</style>