Shades of Sante Fe #B16C56
Tints of Sante Fe #B16C56
RGB
CMYK
RGB Variations
Color information
#B16C56 (or 0xB16C56) is known color: Sante Fe. HEX triplet: B1, 6C and 56. RGB value is (177,108,86). Sum of RGB (Red+Green+Blue) = 177+108+86=371 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.71% from 371); Green value is 108 (42.58% from 255 or 29.11% from 371); Blue value is 86 (33.98% from 255 or 23.18% from 371); Max value from RGB is 177 - color contains mainly: red. Hex color #B16C56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16C56 is #4E93A9. Grayscale: #7E7E7E. Windows color (decimal): -5149610 or 5663921. OLE color: 5663921.
HSL color Cylindrical-coordinate representation of color #B16C56: hue angle of 14.51º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B16C56 is Cyan = 0, Magento = 0.39, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 108 | 86 | - |
| CMYK | 0 | 0.39 | 0.51 | 0.31 |
| HSL | 14.51º | 0.37% | 0.52% | - |
| HSV(B) | 14.51º | 0.51% | 0.69% | - |
| XYZ | 25.17 | 20.74 | 11.48 | - |
| YUV | 126.12 | 105.36 | 164.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 108 | 86 | 0 | 0.39 | 0.51 | 0.31 | 14.51 | 0.37 | 0.52 |
| Hex | B1 | 6C | 56 | 0 | 27 | 33 | 1F | F | 25 | 34 |
| Octal | 261 | 154 | 126 | 0 | 47 | 63 | 37 | 17 | 45 | 64 |
| Binary | 10110001 | 1101100 | 1010110 | 0 | 100111 | 110011 | 11111 | 1111 | 100101 | 110100 |
Color Harmonies of #B16C56
Complementary color
Monochromatic Colors of #B16C56
Black with #B16C56
Text Example
Text Example
White with #B16C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16C56; }
p { color: rgb(177,108,86); }
H1.HeaderClassName
{
color: #B16C56;
}
.AnyTagClassName
{
color: #B16C56;
}
</style>
background-color css
<style>
a { background-color: #B16C56; }
a { background-color: rgb(177,108,86); }
div.DivClassName
{
background-color: #B16C56;
}
.BgClassName
{
background-color: #B16C56;
}
</style>
border-color css
<style>
span { border-color: #B16C56; }
span { border-color: rgb(177,108,86); }
td.TdClassName
{
border-color: #B16C56;
}
.TagClassName
{
border-color: #B16C56;
}
</style>