Shades of Sante Fe #B16858
Tints of Sante Fe #B16858
RGB
CMYK
RGB Variations
Color information
#B16858 (or 0xB16858) is known color: Sante Fe. HEX triplet: B1, 68 and 58. RGB value is (177,104,88). Sum of RGB (Red+Green+Blue) = 177+104+88=369 (48% of max value = 765). Red value is 177 (69.53% from 255 or 47.97% from 369); Green value is 104 (41.02% from 255 or 28.18% from 369); Blue value is 88 (34.77% from 255 or 23.85% from 369); Max value from RGB is 177 - color contains mainly: red. Hex color #B16858 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16858 is #4E97A7. Grayscale: #7C7C7C. Windows color (decimal): -5150632 or 5793969. OLE color: 5793969.
HSL color Cylindrical-coordinate representation of color #B16858: hue angle of 10.79º 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 #B16858 is Cyan = 0, Magento = 0.41, Yellow = 0.50 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 104 | 88 | - |
| CMYK | 0 | 0.41 | 0.50 | 0.31 |
| HSL | 10.79º | 0.36% | 0.52% | - |
| HSV(B) | 10.79º | 0.5% | 0.69% | - |
| XYZ | 24.84 | 19.95 | 11.77 | - |
| YUV | 124 | 107.68 | 165.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 104 | 88 | 0 | 0.41 | 0.50 | 0.31 | 10.79 | 0.36 | 0.52 |
| Hex | B1 | 68 | 58 | 0 | 29 | 32 | 1F | B | 24 | 34 |
| Octal | 261 | 150 | 130 | 0 | 51 | 62 | 37 | 13 | 44 | 64 |
| Binary | 10110001 | 1101000 | 1011000 | 0 | 101001 | 110010 | 11111 | 1011 | 100100 | 110100 |
Color Harmonies of #B16858
Complementary color
Monochromatic Colors of #B16858
Black with #B16858
Text Example
Text Example
White with #B16858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16858; }
p { color: rgb(177,104,88); }
H1.HeaderClassName
{
color: #B16858;
}
.AnyTagClassName
{
color: #B16858;
}
</style>
background-color css
<style>
a { background-color: #B16858; }
a { background-color: rgb(177,104,88); }
div.DivClassName
{
background-color: #B16858;
}
.BgClassName
{
background-color: #B16858;
}
</style>
border-color css
<style>
span { border-color: #B16858; }
span { border-color: rgb(177,104,88); }
td.TdClassName
{
border-color: #B16858;
}
.TagClassName
{
border-color: #B16858;
}
</style>