Shades of Sante Fe #B16558
Tints of Sante Fe #B16558
RGB
CMYK
RGB Variations
Color information
#B16558 (or 0xB16558) is known color: Sante Fe. HEX triplet: B1, 65 and 58. RGB value is (177,101,88). Sum of RGB (Red+Green+Blue) = 177+101+88=366 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.36% from 366); Green value is 101 (39.84% from 255 or 27.60% from 366); Blue value is 88 (34.77% from 255 or 24.04% from 366); Max value from RGB is 177 - color contains mainly: red. Hex color #B16558 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16558 is #4E9AA7. Grayscale: #7A7A7A. Windows color (decimal): -5151400 or 5793201. OLE color: 5793201.
HSL color Cylindrical-coordinate representation of color #B16558: hue angle of 8.76º 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 #B16558 is Cyan = 0, Magento = 0.43, Yellow = 0.50 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 101 | 88 | - |
| CMYK | 0 | 0.43 | 0.50 | 0.31 |
| HSL | 8.76º | 0.36% | 0.52% | - |
| HSV(B) | 8.76º | 0.5% | 0.69% | - |
| XYZ | 24.55 | 19.36 | 11.68 | - |
| YUV | 122.24 | 108.68 | 167.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 101 | 88 | 0 | 0.43 | 0.50 | 0.31 | 8.76 | 0.36 | 0.52 |
| Hex | B1 | 65 | 58 | 0 | 2B | 32 | 1F | 9 | 24 | 34 |
| Octal | 261 | 145 | 130 | 0 | 53 | 62 | 37 | 11 | 44 | 64 |
| Binary | 10110001 | 1100101 | 1011000 | 0 | 101011 | 110010 | 11111 | 1001 | 100100 | 110100 |
Color Harmonies of #B16558
Complementary color
Monochromatic Colors of #B16558
Black with #B16558
Text Example
Text Example
White with #B16558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16558; }
p { color: rgb(177,101,88); }
H1.HeaderClassName
{
color: #B16558;
}
.AnyTagClassName
{
color: #B16558;
}
</style>
background-color css
<style>
a { background-color: #B16558; }
a { background-color: rgb(177,101,88); }
div.DivClassName
{
background-color: #B16558;
}
.BgClassName
{
background-color: #B16558;
}
</style>
border-color css
<style>
span { border-color: #B16558; }
span { border-color: rgb(177,101,88); }
td.TdClassName
{
border-color: #B16558;
}
.TagClassName
{
border-color: #B16558;
}
</style>