Shades of Sante Fe #B16758
Tints of Sante Fe #B16758
RGB
CMYK
RGB Variations
Color information
#B16758 (or 0xB16758) is known color: Sante Fe. HEX triplet: B1, 67 and 58. RGB value is (177,103,88). Sum of RGB (Red+Green+Blue) = 177+103+88=368 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.10% from 368); Green value is 103 (40.62% from 255 or 27.99% from 368); Blue value is 88 (34.77% from 255 or 23.91% from 368); Max value from RGB is 177 - color contains mainly: red. Hex color #B16758 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16758 is #4E98A7. Grayscale: #7B7B7B. Windows color (decimal): -5150888 or 5793713. OLE color: 5793713.
HSL color Cylindrical-coordinate representation of color #B16758: hue angle of 10.11º 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 #B16758 is Cyan = 0, Magento = 0.42, Yellow = 0.50 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 103 | 88 | - |
| CMYK | 0 | 0.42 | 0.50 | 0.31 |
| HSL | 10.11º | 0.36% | 0.52% | - |
| HSV(B) | 10.11º | 0.5% | 0.69% | - |
| XYZ | 24.74 | 19.75 | 11.74 | - |
| YUV | 123.42 | 108.02 | 166.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 103 | 88 | 0 | 0.42 | 0.50 | 0.31 | 10.11 | 0.36 | 0.52 |
| Hex | B1 | 67 | 58 | 0 | 2A | 32 | 1F | A | 24 | 34 |
| Octal | 261 | 147 | 130 | 0 | 52 | 62 | 37 | 12 | 44 | 64 |
| Binary | 10110001 | 1100111 | 1011000 | 0 | 101010 | 110010 | 11111 | 1010 | 100100 | 110100 |
Color Harmonies of #B16758
Complementary color
Monochromatic Colors of #B16758
Black with #B16758
Text Example
Text Example
White with #B16758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16758; }
p { color: rgb(177,103,88); }
H1.HeaderClassName
{
color: #B16758;
}
.AnyTagClassName
{
color: #B16758;
}
</style>
background-color css
<style>
a { background-color: #B16758; }
a { background-color: rgb(177,103,88); }
div.DivClassName
{
background-color: #B16758;
}
.BgClassName
{
background-color: #B16758;
}
</style>
border-color css
<style>
span { border-color: #B16758; }
span { border-color: rgb(177,103,88); }
td.TdClassName
{
border-color: #B16758;
}
.TagClassName
{
border-color: #B16758;
}
</style>