Shades of Sante Fe #B16E4D
Tints of Sante Fe #B16E4D
RGB
CMYK
RGB Variations
Color information
#B16E4D (or 0xB16E4D) is known color: Sante Fe. HEX triplet: B1, 6E and 4D. RGB value is (177,110,77). Sum of RGB (Red+Green+Blue) = 177+110+77=364 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.63% from 364); Green value is 110 (43.36% from 255 or 30.22% from 364); Blue value is 77 (30.47% from 255 or 21.15% from 364); Max value from RGB is 177 - color contains mainly: red. Hex color #B16E4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16E4D is #4E91B2. Grayscale: #7E7E7E. Windows color (decimal): -5149107 or 5074609. OLE color: 5074609.
HSL color Cylindrical-coordinate representation of color #B16E4D: hue angle of 19.8º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B16E4D is Cyan = 0, Magento = 0.38, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 110 | 77 | - |
| CMYK | 0 | 0.38 | 0.56 | 0.31 |
| HSL | 19.8º | 0.39% | 0.5% | - |
| HSV(B) | 19.8º | 0.56% | 0.69% | - |
| XYZ | 25.05 | 21.03 | 9.76 | - |
| YUV | 126.27 | 100.2 | 164.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 110 | 77 | 0 | 0.38 | 0.56 | 0.31 | 19.8 | 0.39 | 0.5 |
| Hex | B1 | 6E | 4D | 0 | 26 | 38 | 1F | 14 | 27 | 32 |
| Octal | 261 | 156 | 115 | 0 | 46 | 70 | 37 | 24 | 47 | 62 |
| Binary | 10110001 | 1101110 | 1001101 | 0 | 100110 | 111000 | 11111 | 10100 | 100111 | 110010 |
Color Harmonies of #B16E4D
Complementary color
Monochromatic Colors of #B16E4D
Black with #B16E4D
Text Example
Text Example
White with #B16E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16E4D; }
p { color: rgb(177,110,77); }
H1.HeaderClassName
{
color: #B16E4D;
}
.AnyTagClassName
{
color: #B16E4D;
}
</style>
background-color css
<style>
a { background-color: #B16E4D; }
a { background-color: rgb(177,110,77); }
div.DivClassName
{
background-color: #B16E4D;
}
.BgClassName
{
background-color: #B16E4D;
}
</style>
border-color css
<style>
span { border-color: #B16E4D; }
span { border-color: rgb(177,110,77); }
td.TdClassName
{
border-color: #B16E4D;
}
.TagClassName
{
border-color: #B16E4D;
}
</style>