Shades of Sante Fe #B17358
Tints of Sante Fe #B17358
RGB
CMYK
RGB Variations
Color information
#B17358 (or 0xB17358) is known color: Sante Fe. HEX triplet: B1, 73 and 58. RGB value is (177,115,88). Sum of RGB (Red+Green+Blue) = 177+115+88=380 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.58% from 380); Green value is 115 (45.31% from 255 or 30.26% from 380); Blue value is 88 (34.77% from 255 or 23.16% from 380); Max value from RGB is 177 - color contains mainly: red. Hex color #B17358 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17358 is #4E8CA7. Grayscale: #828282. Windows color (decimal): -5147816 or 5796785. OLE color: 5796785.
HSL color Cylindrical-coordinate representation of color #B17358: hue angle of 18.2º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B17358 is Cyan = 0, Magento = 0.35, Yellow = 0.50 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 115 | 88 | - |
| CMYK | 0 | 0.35 | 0.50 | 0.31 |
| HSL | 18.2º | 0.36% | 0.52% | - |
| HSV(B) | 18.2º | 0.5% | 0.69% | - |
| XYZ | 26.02 | 22.31 | 12.17 | - |
| YUV | 130.46 | 104.04 | 161.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 115 | 88 | 0 | 0.35 | 0.50 | 0.31 | 18.2 | 0.36 | 0.52 |
| Hex | B1 | 73 | 58 | 0 | 23 | 32 | 1F | 12 | 24 | 34 |
| Octal | 261 | 163 | 130 | 0 | 43 | 62 | 37 | 22 | 44 | 64 |
| Binary | 10110001 | 1110011 | 1011000 | 0 | 100011 | 110010 | 11111 | 10010 | 100100 | 110100 |
Color Harmonies of #B17358
Complementary color
Monochromatic Colors of #B17358
Black with #B17358
Text Example
Text Example
White with #B17358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17358; }
p { color: rgb(177,115,88); }
H1.HeaderClassName
{
color: #B17358;
}
.AnyTagClassName
{
color: #B17358;
}
</style>
background-color css
<style>
a { background-color: #B17358; }
a { background-color: rgb(177,115,88); }
div.DivClassName
{
background-color: #B17358;
}
.BgClassName
{
background-color: #B17358;
}
</style>
border-color css
<style>
span { border-color: #B17358; }
span { border-color: rgb(177,115,88); }
td.TdClassName
{
border-color: #B17358;
}
.TagClassName
{
border-color: #B17358;
}
</style>