Shades of Sante Fe #B16C55
Tints of Sante Fe #B16C55
RGB
CMYK
RGB Variations
Color information
#B16C55 (or 0xB16C55) is known color: Sante Fe. HEX triplet: B1, 6C and 55. RGB value is (177,108,85). Sum of RGB (Red+Green+Blue) = 177+108+85=370 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.84% from 370); Green value is 108 (42.58% from 255 or 29.19% from 370); Blue value is 85 (33.59% from 255 or 22.97% from 370); Max value from RGB is 177 - color contains mainly: red. Hex color #B16C55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16C55 is #4E93AA. Grayscale: #7E7E7E. Windows color (decimal): -5149611 or 5598385. OLE color: 5598385.
HSL color Cylindrical-coordinate representation of color #B16C55: hue angle of 15º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B16C55 is Cyan = 0, Magento = 0.39, Yellow = 0.52 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 108 | 85 | - |
| CMYK | 0 | 0.39 | 0.52 | 0.31 |
| HSL | 15º | 0.37% | 0.51% | - |
| HSV(B) | 15º | 0.52% | 0.69% | - |
| XYZ | 25.13 | 20.73 | 11.27 | - |
| YUV | 126.01 | 104.86 | 164.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 108 | 85 | 0 | 0.39 | 0.52 | 0.31 | 15 | 0.37 | 0.51 |
| Hex | B1 | 6C | 55 | 0 | 27 | 34 | 1F | F | 25 | 33 |
| Octal | 261 | 154 | 125 | 0 | 47 | 64 | 37 | 17 | 45 | 63 |
| Binary | 10110001 | 1101100 | 1010101 | 0 | 100111 | 110100 | 11111 | 1111 | 100101 | 110011 |
Color Harmonies of #B16C55
Complementary color
Monochromatic Colors of #B16C55
Black with #B16C55
Text Example
Text Example
White with #B16C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16C55; }
p { color: rgb(177,108,85); }
H1.HeaderClassName
{
color: #B16C55;
}
.AnyTagClassName
{
color: #B16C55;
}
</style>
background-color css
<style>
a { background-color: #B16C55; }
a { background-color: rgb(177,108,85); }
div.DivClassName
{
background-color: #B16C55;
}
.BgClassName
{
background-color: #B16C55;
}
</style>
border-color css
<style>
span { border-color: #B16C55; }
span { border-color: rgb(177,108,85); }
td.TdClassName
{
border-color: #B16C55;
}
.TagClassName
{
border-color: #B16C55;
}
</style>