Shades of Sante Fe #B16651
Tints of Sante Fe #B16651
RGB
CMYK
RGB Variations
Color information
#B16651 (or 0xB16651) is known color: Sante Fe. HEX triplet: B1, 66 and 51. RGB value is (177,102,81). Sum of RGB (Red+Green+Blue) = 177+102+81=360 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.17% from 360); Green value is 102 (40.23% from 255 or 28.33% from 360); Blue value is 81 (32.03% from 255 or 22.5% from 360); Max value from RGB is 177 - color contains mainly: red. Hex color #B16651 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16651 is #4E99AE. Grayscale: #7A7A7A. Windows color (decimal): -5151151 or 5334705. OLE color: 5334705.
HSL color Cylindrical-coordinate representation of color #B16651: hue angle of 13.12º 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 #B16651 is Cyan = 0, Magento = 0.42, Yellow = 0.54 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 102 | 81 | - |
| CMYK | 0 | 0.42 | 0.54 | 0.31 |
| HSL | 13.13º | 0.38% | 0.51% | - |
| HSV(B) | 13.13º | 0.54% | 0.69% | - |
| XYZ | 24.37 | 19.44 | 10.25 | - |
| YUV | 122.03 | 104.85 | 167.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 102 | 81 | 0 | 0.42 | 0.54 | 0.31 | 13.13 | 0.38 | 0.51 |
| Hex | B1 | 66 | 51 | 0 | 2A | 36 | 1F | D | 26 | 33 |
| Octal | 261 | 146 | 121 | 0 | 52 | 66 | 37 | 15 | 46 | 63 |
| Binary | 10110001 | 1100110 | 1010001 | 0 | 101010 | 110110 | 11111 | 1101 | 100110 | 110011 |
Color Harmonies of #B16651
Complementary color
Monochromatic Colors of #B16651
Black with #B16651
Text Example
Text Example
White with #B16651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16651; }
p { color: rgb(177,102,81); }
H1.HeaderClassName
{
color: #B16651;
}
.AnyTagClassName
{
color: #B16651;
}
</style>
background-color css
<style>
a { background-color: #B16651; }
a { background-color: rgb(177,102,81); }
div.DivClassName
{
background-color: #B16651;
}
.BgClassName
{
background-color: #B16651;
}
</style>
border-color css
<style>
span { border-color: #B16651; }
span { border-color: rgb(177,102,81); }
td.TdClassName
{
border-color: #B16651;
}
.TagClassName
{
border-color: #B16651;
}
</style>