Shades of Sante Fe #B16555
Tints of Sante Fe #B16555
RGB
CMYK
RGB Variations
Color information
#B16555 (or 0xB16555) is known color: Sante Fe. HEX triplet: B1, 65 and 55. RGB value is (177,101,85). Sum of RGB (Red+Green+Blue) = 177+101+85=363 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.76% from 363); Green value is 101 (39.84% from 255 or 27.82% from 363); Blue value is 85 (33.59% from 255 or 23.42% from 363); Max value from RGB is 177 - color contains mainly: red. Hex color #B16555 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16555 is #4E9AAA. Grayscale: #7A7A7A. Windows color (decimal): -5151403 or 5596593. OLE color: 5596593.
HSL color Cylindrical-coordinate representation of color #B16555: hue angle of 10.43º 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 #B16555 is Cyan = 0, Magento = 0.43, Yellow = 0.52 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 101 | 85 | - |
| CMYK | 0 | 0.43 | 0.52 | 0.31 |
| HSL | 10.43º | 0.37% | 0.51% | - |
| HSV(B) | 10.43º | 0.52% | 0.69% | - |
| XYZ | 24.42 | 19.31 | 11.03 | - |
| YUV | 121.9 | 107.18 | 167.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 101 | 85 | 0 | 0.43 | 0.52 | 0.31 | 10.43 | 0.37 | 0.51 |
| Hex | B1 | 65 | 55 | 0 | 2B | 34 | 1F | A | 25 | 33 |
| Octal | 261 | 145 | 125 | 0 | 53 | 64 | 37 | 12 | 45 | 63 |
| Binary | 10110001 | 1100101 | 1010101 | 0 | 101011 | 110100 | 11111 | 1010 | 100101 | 110011 |
Color Harmonies of #B16555
Complementary color
Monochromatic Colors of #B16555
Black with #B16555
Text Example
Text Example
White with #B16555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16555; }
p { color: rgb(177,101,85); }
H1.HeaderClassName
{
color: #B16555;
}
.AnyTagClassName
{
color: #B16555;
}
</style>
background-color css
<style>
a { background-color: #B16555; }
a { background-color: rgb(177,101,85); }
div.DivClassName
{
background-color: #B16555;
}
.BgClassName
{
background-color: #B16555;
}
</style>
border-color css
<style>
span { border-color: #B16555; }
span { border-color: rgb(177,101,85); }
td.TdClassName
{
border-color: #B16555;
}
.TagClassName
{
border-color: #B16555;
}
</style>