Shades of Sante Fe #B16851
Tints of Sante Fe #B16851
RGB
CMYK
RGB Variations
Color information
#B16851 (or 0xB16851) is known color: Sante Fe. HEX triplet: B1, 68 and 51. RGB value is (177,104,81). Sum of RGB (Red+Green+Blue) = 177+104+81=362 (47% of max value = 765). Red value is 177 (69.53% from 255 or 48.90% from 362); Green value is 104 (41.02% from 255 or 28.73% from 362); Blue value is 81 (32.03% from 255 or 22.38% from 362); Max value from RGB is 177 - color contains mainly: red. Hex color #B16851 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16851 is #4E97AE. Grayscale: #7B7B7B. Windows color (decimal): -5150639 or 5335217. OLE color: 5335217.
HSL color Cylindrical-coordinate representation of color #B16851: hue angle of 14.38º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B16851 is Cyan = 0, Magento = 0.41, Yellow = 0.54 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 104 | 81 | - |
| CMYK | 0 | 0.41 | 0.54 | 0.31 |
| HSL | 14.38º | 0.38% | 0.51% | - |
| HSV(B) | 14.38º | 0.54% | 0.69% | - |
| XYZ | 24.57 | 19.84 | 10.32 | - |
| YUV | 123.21 | 104.18 | 166.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 104 | 81 | 0 | 0.41 | 0.54 | 0.31 | 14.38 | 0.38 | 0.51 |
| Hex | B1 | 68 | 51 | 0 | 29 | 36 | 1F | E | 26 | 33 |
| Octal | 261 | 150 | 121 | 0 | 51 | 66 | 37 | 16 | 46 | 63 |
| Binary | 10110001 | 1101000 | 1010001 | 0 | 101001 | 110110 | 11111 | 1110 | 100110 | 110011 |
Color Harmonies of #B16851
Complementary color
Monochromatic Colors of #B16851
Black with #B16851
Text Example
Text Example
White with #B16851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16851; }
p { color: rgb(177,104,81); }
H1.HeaderClassName
{
color: #B16851;
}
.AnyTagClassName
{
color: #B16851;
}
</style>
background-color css
<style>
a { background-color: #B16851; }
a { background-color: rgb(177,104,81); }
div.DivClassName
{
background-color: #B16851;
}
.BgClassName
{
background-color: #B16851;
}
</style>
border-color css
<style>
span { border-color: #B16851; }
span { border-color: rgb(177,104,81); }
td.TdClassName
{
border-color: #B16851;
}
.TagClassName
{
border-color: #B16851;
}
</style>