Shades of Sante Fe #B16653
Tints of Sante Fe #B16653
RGB
CMYK
RGB Variations
Color information
#B16653 (or 0xB16653) is known color: Sante Fe. HEX triplet: B1, 66 and 53. RGB value is (177,102,83). Sum of RGB (Red+Green+Blue) = 177+102+83=362 (47% of max value = 765). Red value is 177 (69.53% from 255 or 48.90% from 362); Green value is 102 (40.23% from 255 or 28.18% from 362); Blue value is 83 (32.81% from 255 or 22.93% from 362); Max value from RGB is 177 - color contains mainly: red. Hex color #B16653 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16653 is #4E99AC. Grayscale: #7A7A7A. Windows color (decimal): -5151149 or 5465777. OLE color: 5465777.
HSL color Cylindrical-coordinate representation of color #B16653: hue angle of 12.13º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B16653 is Cyan = 0, Magento = 0.42, Yellow = 0.53 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 102 | 83 | - |
| CMYK | 0 | 0.42 | 0.53 | 0.31 |
| HSL | 12.13º | 0.38% | 0.51% | - |
| HSV(B) | 12.13º | 0.53% | 0.69% | - |
| XYZ | 24.44 | 19.47 | 10.65 | - |
| YUV | 122.26 | 105.85 | 167.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 102 | 83 | 0 | 0.42 | 0.53 | 0.31 | 12.13 | 0.38 | 0.51 |
| Hex | B1 | 66 | 53 | 0 | 2A | 35 | 1F | C | 26 | 33 |
| Octal | 261 | 146 | 123 | 0 | 52 | 65 | 37 | 14 | 46 | 63 |
| Binary | 10110001 | 1100110 | 1010011 | 0 | 101010 | 110101 | 11111 | 1100 | 100110 | 110011 |
Color Harmonies of #B16653
Complementary color
Monochromatic Colors of #B16653
Black with #B16653
Text Example
Text Example
White with #B16653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16653; }
p { color: rgb(177,102,83); }
H1.HeaderClassName
{
color: #B16653;
}
.AnyTagClassName
{
color: #B16653;
}
</style>
background-color css
<style>
a { background-color: #B16653; }
a { background-color: rgb(177,102,83); }
div.DivClassName
{
background-color: #B16653;
}
.BgClassName
{
background-color: #B16653;
}
</style>
border-color css
<style>
span { border-color: #B16653; }
span { border-color: rgb(177,102,83); }
td.TdClassName
{
border-color: #B16653;
}
.TagClassName
{
border-color: #B16653;
}
</style>