Shades of Sante Fe #B16550
Tints of Sante Fe #B16550
RGB
CMYK
RGB Variations
Color information
#B16550 (or 0xB16550) is known color: Sante Fe. HEX triplet: B1, 65 and 50. RGB value is (177,101,80). Sum of RGB (Red+Green+Blue) = 177+101+80=358 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.44% from 358); Green value is 101 (39.84% from 255 or 28.21% from 358); Blue value is 80 (31.64% from 255 or 22.35% from 358); Max value from RGB is 177 - color contains mainly: red. Hex color #B16550 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16550 is #4E9AAF. Grayscale: #797979. Windows color (decimal): -5151408 or 5268913. OLE color: 5268913.
HSL color Cylindrical-coordinate representation of color #B16550: hue angle of 12.99º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B16550 is Cyan = 0, Magento = 0.43, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 101 | 80 | - |
| CMYK | 0 | 0.43 | 0.55 | 0.31 |
| HSL | 12.99º | 0.38% | 0.5% | - |
| HSV(B) | 12.99º | 0.55% | 0.69% | - |
| XYZ | 24.23 | 19.23 | 10.02 | - |
| YUV | 121.33 | 104.68 | 167.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 101 | 80 | 0 | 0.43 | 0.55 | 0.31 | 12.99 | 0.38 | 0.5 |
| Hex | B1 | 65 | 50 | 0 | 2B | 37 | 1F | D | 26 | 32 |
| Octal | 261 | 145 | 120 | 0 | 53 | 67 | 37 | 15 | 46 | 62 |
| Binary | 10110001 | 1100101 | 1010000 | 0 | 101011 | 110111 | 11111 | 1101 | 100110 | 110010 |
Color Harmonies of #B16550
Complementary color
Monochromatic Colors of #B16550
Black with #B16550
Text Example
Text Example
White with #B16550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16550; }
p { color: rgb(177,101,80); }
H1.HeaderClassName
{
color: #B16550;
}
.AnyTagClassName
{
color: #B16550;
}
</style>
background-color css
<style>
a { background-color: #B16550; }
a { background-color: rgb(177,101,80); }
div.DivClassName
{
background-color: #B16550;
}
.BgClassName
{
background-color: #B16550;
}
</style>
border-color css
<style>
span { border-color: #B16550; }
span { border-color: rgb(177,101,80); }
td.TdClassName
{
border-color: #B16550;
}
.TagClassName
{
border-color: #B16550;
}
</style>