Shades of Sante Fe #B17558
Tints of Sante Fe #B17558
RGB
CMYK
RGB Variations
Color information
#B17558 (or 0xB17558) is known color: Sante Fe. HEX triplet: B1, 75 and 58. RGB value is (177,117,88). Sum of RGB (Red+Green+Blue) = 177+117+88=382 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.34% from 382); Green value is 117 (46.09% from 255 or 30.63% from 382); Blue value is 88 (34.77% from 255 or 23.04% from 382); Max value from RGB is 177 - color contains mainly: red. Hex color #B17558 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17558 is #4E8AA7. Grayscale: #838383. Windows color (decimal): -5147304 or 5797297. OLE color: 5797297.
HSL color Cylindrical-coordinate representation of color #B17558: hue angle of 19.55º 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 #B17558 is Cyan = 0, Magento = 0.34, Yellow = 0.50 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 117 | 88 | - |
| CMYK | 0 | 0.34 | 0.50 | 0.31 |
| HSL | 19.55º | 0.36% | 0.52% | - |
| HSV(B) | 19.55º | 0.5% | 0.69% | - |
| XYZ | 26.25 | 22.77 | 12.24 | - |
| YUV | 131.63 | 103.38 | 160.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 117 | 88 | 0 | 0.34 | 0.50 | 0.31 | 19.55 | 0.36 | 0.52 |
| Hex | B1 | 75 | 58 | 0 | 22 | 32 | 1F | 14 | 24 | 34 |
| Octal | 261 | 165 | 130 | 0 | 42 | 62 | 37 | 24 | 44 | 64 |
| Binary | 10110001 | 1110101 | 1011000 | 0 | 100010 | 110010 | 11111 | 10100 | 100100 | 110100 |
Color Harmonies of #B17558
Complementary color
Monochromatic Colors of #B17558
Black with #B17558
Text Example
Text Example
White with #B17558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17558; }
p { color: rgb(177,117,88); }
H1.HeaderClassName
{
color: #B17558;
}
.AnyTagClassName
{
color: #B17558;
}
</style>
background-color css
<style>
a { background-color: #B17558; }
a { background-color: rgb(177,117,88); }
div.DivClassName
{
background-color: #B17558;
}
.BgClassName
{
background-color: #B17558;
}
</style>
border-color css
<style>
span { border-color: #B17558; }
span { border-color: rgb(177,117,88); }
td.TdClassName
{
border-color: #B17558;
}
.TagClassName
{
border-color: #B17558;
}
</style>