Shades of Sante Fe #B16753
Tints of Sante Fe #B16753
RGB
CMYK
RGB Variations
Color information
#B16753 (or 0xB16753) is known color: Sante Fe. HEX triplet: B1, 67 and 53. RGB value is (177,103,83). Sum of RGB (Red+Green+Blue) = 177+103+83=363 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.76% from 363); Green value is 103 (40.62% from 255 or 28.37% from 363); Blue value is 83 (32.81% from 255 or 22.87% from 363); Max value from RGB is 177 - color contains mainly: red. Hex color #B16753 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16753 is #4E98AC. Grayscale: #7B7B7B. Windows color (decimal): -5150893 or 5466033. OLE color: 5466033.
HSL color Cylindrical-coordinate representation of color #B16753: hue angle of 12.77º 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 #B16753 is Cyan = 0, Magento = 0.42, Yellow = 0.53 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 103 | 83 | - |
| CMYK | 0 | 0.42 | 0.53 | 0.31 |
| HSL | 12.77º | 0.38% | 0.51% | - |
| HSV(B) | 12.77º | 0.53% | 0.69% | - |
| XYZ | 24.54 | 19.67 | 10.69 | - |
| YUV | 122.85 | 105.52 | 166.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 103 | 83 | 0 | 0.42 | 0.53 | 0.31 | 12.77 | 0.38 | 0.51 |
| Hex | B1 | 67 | 53 | 0 | 2A | 35 | 1F | D | 26 | 33 |
| Octal | 261 | 147 | 123 | 0 | 52 | 65 | 37 | 15 | 46 | 63 |
| Binary | 10110001 | 1100111 | 1010011 | 0 | 101010 | 110101 | 11111 | 1101 | 100110 | 110011 |
Color Harmonies of #B16753
Complementary color
Monochromatic Colors of #B16753
Black with #B16753
Text Example
Text Example
White with #B16753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16753; }
p { color: rgb(177,103,83); }
H1.HeaderClassName
{
color: #B16753;
}
.AnyTagClassName
{
color: #B16753;
}
</style>
background-color css
<style>
a { background-color: #B16753; }
a { background-color: rgb(177,103,83); }
div.DivClassName
{
background-color: #B16753;
}
.BgClassName
{
background-color: #B16753;
}
</style>
border-color css
<style>
span { border-color: #B16753; }
span { border-color: rgb(177,103,83); }
td.TdClassName
{
border-color: #B16753;
}
.TagClassName
{
border-color: #B16753;
}
</style>