Shades of Sante Fe #B16655
Tints of Sante Fe #B16655
RGB
CMYK
RGB Variations
Color information
#B16655 (or 0xB16655) is known color: Sante Fe. HEX triplet: B1, 66 and 55. RGB value is (177,102,85). Sum of RGB (Red+Green+Blue) = 177+102+85=364 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.63% from 364); Green value is 102 (40.23% from 255 or 28.02% from 364); Blue value is 85 (33.59% from 255 or 23.35% from 364); Max value from RGB is 177 - color contains mainly: red. Hex color #B16655 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16655 is #4E99AA. Grayscale: #7A7A7A. Windows color (decimal): -5151147 or 5596849. OLE color: 5596849.
HSL color Cylindrical-coordinate representation of color #B16655: hue angle of 11.09º 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 #B16655 is Cyan = 0, Magento = 0.42, Yellow = 0.52 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 102 | 85 | - |
| CMYK | 0 | 0.42 | 0.52 | 0.31 |
| HSL | 11.09º | 0.37% | 0.51% | - |
| HSV(B) | 11.09º | 0.52% | 0.69% | - |
| XYZ | 24.52 | 19.51 | 11.07 | - |
| YUV | 122.49 | 106.85 | 166.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 102 | 85 | 0 | 0.42 | 0.52 | 0.31 | 11.09 | 0.37 | 0.51 |
| Hex | B1 | 66 | 55 | 0 | 2A | 34 | 1F | B | 25 | 33 |
| Octal | 261 | 146 | 125 | 0 | 52 | 64 | 37 | 13 | 45 | 63 |
| Binary | 10110001 | 1100110 | 1010101 | 0 | 101010 | 110100 | 11111 | 1011 | 100101 | 110011 |
Color Harmonies of #B16655
Complementary color
Monochromatic Colors of #B16655
Black with #B16655
Text Example
Text Example
White with #B16655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16655; }
p { color: rgb(177,102,85); }
H1.HeaderClassName
{
color: #B16655;
}
.AnyTagClassName
{
color: #B16655;
}
</style>
background-color css
<style>
a { background-color: #B16655; }
a { background-color: rgb(177,102,85); }
div.DivClassName
{
background-color: #B16655;
}
.BgClassName
{
background-color: #B16655;
}
</style>
border-color css
<style>
span { border-color: #B16655; }
span { border-color: rgb(177,102,85); }
td.TdClassName
{
border-color: #B16655;
}
.TagClassName
{
border-color: #B16655;
}
</style>