Shades of Sante Fe #B17951
Tints of Sante Fe #B17951
RGB
CMYK
RGB Variations
Color information
#B17951 (or 0xB17951) is known color: Sante Fe. HEX triplet: B1, 79 and 51. RGB value is (177,121,81). Sum of RGB (Red+Green+Blue) = 177+121+81=379 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.70% from 379); Green value is 121 (47.66% from 255 or 31.93% from 379); Blue value is 81 (32.03% from 255 or 21.37% from 379); Max value from RGB is 177 - color contains mainly: red. Hex color #B17951 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17951 is #4E86AE. Grayscale: #858585. Windows color (decimal): -5146287 or 5339569. OLE color: 5339569.
HSL color Cylindrical-coordinate representation of color #B17951: hue angle of 25º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B17951 is Cyan = 0, Magento = 0.32, Yellow = 0.54 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 121 | 81 | - |
| CMYK | 0 | 0.32 | 0.54 | 0.31 |
| HSL | 25º | 0.38% | 0.51% | - |
| HSV(B) | 25º | 0.54% | 0.69% | - |
| XYZ | 26.45 | 23.62 | 10.95 | - |
| YUV | 133.18 | 98.55 | 159.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 121 | 81 | 0 | 0.32 | 0.54 | 0.31 | 25 | 0.38 | 0.51 |
| Hex | B1 | 79 | 51 | 0 | 20 | 36 | 1F | 19 | 26 | 33 |
| Octal | 261 | 171 | 121 | 0 | 40 | 66 | 37 | 31 | 46 | 63 |
| Binary | 10110001 | 1111001 | 1010001 | 0 | 100000 | 110110 | 11111 | 11001 | 100110 | 110011 |
Color Harmonies of #B17951
Complementary color
Monochromatic Colors of #B17951
Black with #B17951
Text Example
Text Example
White with #B17951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17951; }
p { color: rgb(177,121,81); }
H1.HeaderClassName
{
color: #B17951;
}
.AnyTagClassName
{
color: #B17951;
}
</style>
background-color css
<style>
a { background-color: #B17951; }
a { background-color: rgb(177,121,81); }
div.DivClassName
{
background-color: #B17951;
}
.BgClassName
{
background-color: #B17951;
}
</style>
border-color css
<style>
span { border-color: #B17951; }
span { border-color: rgb(177,121,81); }
td.TdClassName
{
border-color: #B17951;
}
.TagClassName
{
border-color: #B17951;
}
</style>