Shades of Sante Fe #B17550
Tints of Sante Fe #B17550
RGB
CMYK
RGB Variations
Color information
#B17550 (or 0xB17550) is known color: Sante Fe. HEX triplet: B1, 75 and 50. RGB value is (177,117,80). Sum of RGB (Red+Green+Blue) = 177+117+80=374 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.33% from 374); Green value is 117 (46.09% from 255 or 31.28% from 374); Blue value is 80 (31.64% from 255 or 21.39% from 374); Max value from RGB is 177 - color contains mainly: red. Hex color #B17550 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17550 is #4E8AAF. Grayscale: #828282. Windows color (decimal): -5147312 or 5273009. OLE color: 5273009.
HSL color Cylindrical-coordinate representation of color #B17550: hue angle of 22.89º 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 #B17550 is Cyan = 0, Magento = 0.34, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 117 | 80 | - |
| CMYK | 0 | 0.34 | 0.55 | 0.31 |
| HSL | 22.89º | 0.38% | 0.5% | - |
| HSV(B) | 22.89º | 0.55% | 0.69% | - |
| XYZ | 25.94 | 22.65 | 10.59 | - |
| YUV | 130.72 | 99.38 | 161.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 117 | 80 | 0 | 0.34 | 0.55 | 0.31 | 22.89 | 0.38 | 0.5 |
| Hex | B1 | 75 | 50 | 0 | 22 | 37 | 1F | 17 | 26 | 32 |
| Octal | 261 | 165 | 120 | 0 | 42 | 67 | 37 | 27 | 46 | 62 |
| Binary | 10110001 | 1110101 | 1010000 | 0 | 100010 | 110111 | 11111 | 10111 | 100110 | 110010 |
Color Harmonies of #B17550
Complementary color
Monochromatic Colors of #B17550
Black with #B17550
Text Example
Text Example
White with #B17550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17550; }
p { color: rgb(177,117,80); }
H1.HeaderClassName
{
color: #B17550;
}
.AnyTagClassName
{
color: #B17550;
}
</style>
background-color css
<style>
a { background-color: #B17550; }
a { background-color: rgb(177,117,80); }
div.DivClassName
{
background-color: #B17550;
}
.BgClassName
{
background-color: #B17550;
}
</style>
border-color css
<style>
span { border-color: #B17550; }
span { border-color: rgb(177,117,80); }
td.TdClassName
{
border-color: #B17550;
}
.TagClassName
{
border-color: #B17550;
}
</style>