Shades of Sante Fe #B16751
Tints of Sante Fe #B16751
RGB
CMYK
RGB Variations
Color information
#B16751 (or 0xB16751) is known color: Sante Fe. HEX triplet: B1, 67 and 51. RGB value is (177,103,81). Sum of RGB (Red+Green+Blue) = 177+103+81=361 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.03% from 361); Green value is 103 (40.62% from 255 or 28.53% from 361); Blue value is 81 (32.03% from 255 or 22.44% from 361); Max value from RGB is 177 - color contains mainly: red. Hex color #B16751 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16751 is #4E98AE. Grayscale: #7A7A7A. Windows color (decimal): -5150895 or 5334961. OLE color: 5334961.
HSL color Cylindrical-coordinate representation of color #B16751: hue angle of 13.75º 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 #B16751 is Cyan = 0, Magento = 0.42, Yellow = 0.54 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 103 | 81 | - |
| CMYK | 0 | 0.42 | 0.54 | 0.31 |
| HSL | 13.75º | 0.38% | 0.51% | - |
| HSV(B) | 13.75º | 0.54% | 0.69% | - |
| XYZ | 24.47 | 19.64 | 10.29 | - |
| YUV | 122.62 | 104.52 | 166.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 103 | 81 | 0 | 0.42 | 0.54 | 0.31 | 13.75 | 0.38 | 0.51 |
| Hex | B1 | 67 | 51 | 0 | 2A | 36 | 1F | E | 26 | 33 |
| Octal | 261 | 147 | 121 | 0 | 52 | 66 | 37 | 16 | 46 | 63 |
| Binary | 10110001 | 1100111 | 1010001 | 0 | 101010 | 110110 | 11111 | 1110 | 100110 | 110011 |
Color Harmonies of #B16751
Complementary color
Monochromatic Colors of #B16751
Black with #B16751
Text Example
Text Example
White with #B16751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16751; }
p { color: rgb(177,103,81); }
H1.HeaderClassName
{
color: #B16751;
}
.AnyTagClassName
{
color: #B16751;
}
</style>
background-color css
<style>
a { background-color: #B16751; }
a { background-color: rgb(177,103,81); }
div.DivClassName
{
background-color: #B16751;
}
.BgClassName
{
background-color: #B16751;
}
</style>
border-color css
<style>
span { border-color: #B16751; }
span { border-color: rgb(177,103,81); }
td.TdClassName
{
border-color: #B16751;
}
.TagClassName
{
border-color: #B16751;
}
</style>