Shades of Sante Fe #B17055
Tints of Sante Fe #B17055
RGB
CMYK
RGB Variations
Color information
#B17055 (or 0xB17055) is known color: Sante Fe. HEX triplet: B1, 70 and 55. RGB value is (177,112,85). Sum of RGB (Red+Green+Blue) = 177+112+85=374 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.33% from 374); Green value is 112 (44.14% from 255 or 29.95% from 374); Blue value is 85 (33.59% from 255 or 22.73% from 374); Max value from RGB is 177 - color contains mainly: red. Hex color #B17055 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17055 is #4E8FAA. Grayscale: #808080. Windows color (decimal): -5148587 or 5599409. OLE color: 5599409.
HSL color Cylindrical-coordinate representation of color #B17055: hue angle of 17.61º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B17055 is Cyan = 0, Magento = 0.37, Yellow = 0.52 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 112 | 85 | - |
| CMYK | 0 | 0.37 | 0.52 | 0.31 |
| HSL | 17.61º | 0.37% | 0.51% | - |
| HSV(B) | 17.61º | 0.52% | 0.69% | - |
| XYZ | 25.57 | 21.59 | 11.41 | - |
| YUV | 128.36 | 103.53 | 162.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 112 | 85 | 0 | 0.37 | 0.52 | 0.31 | 17.61 | 0.37 | 0.51 |
| Hex | B1 | 70 | 55 | 0 | 25 | 34 | 1F | 12 | 25 | 33 |
| Octal | 261 | 160 | 125 | 0 | 45 | 64 | 37 | 22 | 45 | 63 |
| Binary | 10110001 | 1110000 | 1010101 | 0 | 100101 | 110100 | 11111 | 10010 | 100101 | 110011 |
Color Harmonies of #B17055
Complementary color
Monochromatic Colors of #B17055
Black with #B17055
Text Example
Text Example
White with #B17055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17055; }
p { color: rgb(177,112,85); }
H1.HeaderClassName
{
color: #B17055;
}
.AnyTagClassName
{
color: #B17055;
}
</style>
background-color css
<style>
a { background-color: #B17055; }
a { background-color: rgb(177,112,85); }
div.DivClassName
{
background-color: #B17055;
}
.BgClassName
{
background-color: #B17055;
}
</style>
border-color css
<style>
span { border-color: #B17055; }
span { border-color: rgb(177,112,85); }
td.TdClassName
{
border-color: #B17055;
}
.TagClassName
{
border-color: #B17055;
}
</style>