Shades of Sante Fe #B17356
Tints of Sante Fe #B17356
RGB
CMYK
RGB Variations
Color information
#B17356 (or 0xB17356) is known color: Sante Fe. HEX triplet: B1, 73 and 56. RGB value is (177,115,86). Sum of RGB (Red+Green+Blue) = 177+115+86=378 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.83% from 378); Green value is 115 (45.31% from 255 or 30.42% from 378); Blue value is 86 (33.98% from 255 or 22.75% from 378); Max value from RGB is 177 - color contains mainly: red. Hex color #B17356 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17356 is #4E8CA9. Grayscale: #828282. Windows color (decimal): -5147818 or 5665713. OLE color: 5665713.
HSL color Cylindrical-coordinate representation of color #B17356: hue angle of 19.12º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B17356 is Cyan = 0, Magento = 0.35, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 115 | 86 | - |
| CMYK | 0 | 0.35 | 0.51 | 0.31 |
| HSL | 19.12º | 0.37% | 0.52% | - |
| HSV(B) | 19.12º | 0.51% | 0.69% | - |
| XYZ | 25.94 | 22.28 | 11.74 | - |
| YUV | 130.23 | 103.04 | 161.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 115 | 86 | 0 | 0.35 | 0.51 | 0.31 | 19.12 | 0.37 | 0.52 |
| Hex | B1 | 73 | 56 | 0 | 23 | 33 | 1F | 13 | 25 | 34 |
| Octal | 261 | 163 | 126 | 0 | 43 | 63 | 37 | 23 | 45 | 64 |
| Binary | 10110001 | 1110011 | 1010110 | 0 | 100011 | 110011 | 11111 | 10011 | 100101 | 110100 |
Color Harmonies of #B17356
Complementary color
Monochromatic Colors of #B17356
Black with #B17356
Text Example
Text Example
White with #B17356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17356; }
p { color: rgb(177,115,86); }
H1.HeaderClassName
{
color: #B17356;
}
.AnyTagClassName
{
color: #B17356;
}
</style>
background-color css
<style>
a { background-color: #B17356; }
a { background-color: rgb(177,115,86); }
div.DivClassName
{
background-color: #B17356;
}
.BgClassName
{
background-color: #B17356;
}
</style>
border-color css
<style>
span { border-color: #B17356; }
span { border-color: rgb(177,115,86); }
td.TdClassName
{
border-color: #B17356;
}
.TagClassName
{
border-color: #B17356;
}
</style>