Shades of Sante Fe #B16B59
Tints of Sante Fe #B16B59
RGB
CMYK
RGB Variations
Color information
#B16B59 (or 0xB16B59) is known color: Sante Fe. HEX triplet: B1, 6B and 59. RGB value is (177,107,89). Sum of RGB (Red+Green+Blue) = 177+107+89=373 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.45% from 373); Green value is 107 (42.19% from 255 or 28.69% from 373); Blue value is 89 (35.16% from 255 or 23.86% from 373); Max value from RGB is 177 - color contains mainly: red. Hex color #B16B59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16B59 is #4E94A6. Grayscale: #7E7E7E. Windows color (decimal): -5149863 or 5860273. OLE color: 5860273.
HSL color Cylindrical-coordinate representation of color #B16B59: hue angle of 12.27º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B16B59 is Cyan = 0, Magento = 0.40, Yellow = 0.50 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 107 | 89 | - |
| CMYK | 0 | 0.40 | 0.50 | 0.31 |
| HSL | 12.27º | 0.36% | 0.52% | - |
| HSV(B) | 12.27º | 0.5% | 0.69% | - |
| XYZ | 25.19 | 20.58 | 12.1 | - |
| YUV | 125.88 | 107.19 | 164.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 107 | 89 | 0 | 0.40 | 0.50 | 0.31 | 12.27 | 0.36 | 0.52 |
| Hex | B1 | 6B | 59 | 0 | 28 | 32 | 1F | C | 24 | 34 |
| Octal | 261 | 153 | 131 | 0 | 50 | 62 | 37 | 14 | 44 | 64 |
| Binary | 10110001 | 1101011 | 1011001 | 0 | 101000 | 110010 | 11111 | 1100 | 100100 | 110100 |
Color Harmonies of #B16B59
Complementary color
Monochromatic Colors of #B16B59
Black with #B16B59
Text Example
Text Example
White with #B16B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16B59; }
p { color: rgb(177,107,89); }
H1.HeaderClassName
{
color: #B16B59;
}
.AnyTagClassName
{
color: #B16B59;
}
</style>
background-color css
<style>
a { background-color: #B16B59; }
a { background-color: rgb(177,107,89); }
div.DivClassName
{
background-color: #B16B59;
}
.BgClassName
{
background-color: #B16B59;
}
</style>
border-color css
<style>
span { border-color: #B16B59; }
span { border-color: rgb(177,107,89); }
td.TdClassName
{
border-color: #B16B59;
}
.TagClassName
{
border-color: #B16B59;
}
</style>