Shades of Sante Fe #B16855
Tints of Sante Fe #B16855
RGB
CMYK
RGB Variations
Color information
#B16855 (or 0xB16855) is known color: Sante Fe. HEX triplet: B1, 68 and 55. RGB value is (177,104,85). Sum of RGB (Red+Green+Blue) = 177+104+85=366 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.36% from 366); Green value is 104 (41.02% from 255 or 28.42% from 366); Blue value is 85 (33.59% from 255 or 23.22% from 366); Max value from RGB is 177 - color contains mainly: red. Hex color #B16855 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16855 is #4E97AA. Grayscale: #7B7B7B. Windows color (decimal): -5150635 or 5597361. OLE color: 5597361.
HSL color Cylindrical-coordinate representation of color #B16855: hue angle of 12.39º 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 #B16855 is Cyan = 0, Magento = 0.41, Yellow = 0.52 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 104 | 85 | - |
| CMYK | 0 | 0.41 | 0.52 | 0.31 |
| HSL | 12.39º | 0.37% | 0.51% | - |
| HSV(B) | 12.39º | 0.52% | 0.69% | - |
| XYZ | 24.72 | 19.9 | 11.13 | - |
| YUV | 123.66 | 106.18 | 166.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 104 | 85 | 0 | 0.41 | 0.52 | 0.31 | 12.39 | 0.37 | 0.51 |
| Hex | B1 | 68 | 55 | 0 | 29 | 34 | 1F | C | 25 | 33 |
| Octal | 261 | 150 | 125 | 0 | 51 | 64 | 37 | 14 | 45 | 63 |
| Binary | 10110001 | 1101000 | 1010101 | 0 | 101001 | 110100 | 11111 | 1100 | 100101 | 110011 |
Color Harmonies of #B16855
Complementary color
Monochromatic Colors of #B16855
Black with #B16855
Text Example
Text Example
White with #B16855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16855; }
p { color: rgb(177,104,85); }
H1.HeaderClassName
{
color: #B16855;
}
.AnyTagClassName
{
color: #B16855;
}
</style>
background-color css
<style>
a { background-color: #B16855; }
a { background-color: rgb(177,104,85); }
div.DivClassName
{
background-color: #B16855;
}
.BgClassName
{
background-color: #B16855;
}
</style>
border-color css
<style>
span { border-color: #B16855; }
span { border-color: rgb(177,104,85); }
td.TdClassName
{
border-color: #B16855;
}
.TagClassName
{
border-color: #B16855;
}
</style>