Shades of Sante Fe #B1694F
Tints of Sante Fe #B1694F
RGB
CMYK
RGB Variations
Color information
#B1694F (or 0xB1694F) is known color: Sante Fe. HEX triplet: B1, 69 and 4F. RGB value is (177,105,79). Sum of RGB (Red+Green+Blue) = 177+105+79=361 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.03% from 361); Green value is 105 (41.41% from 255 or 29.09% from 361); Blue value is 79 (31.25% from 255 or 21.88% from 361); Max value from RGB is 177 - color contains mainly: red. Hex color #B1694F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1694F is #4E96B0. Grayscale: #7B7B7B. Windows color (decimal): -5150385 or 5204401. OLE color: 5204401.
HSL color Cylindrical-coordinate representation of color #B1694F: hue angle of 15.92º degrees, saturation: 0.39, 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 #B1694F is Cyan = 0, Magento = 0.41, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 105 | 79 | - |
| CMYK | 0 | 0.41 | 0.55 | 0.31 |
| HSL | 15.92º | 0.39% | 0.5% | - |
| HSV(B) | 15.92º | 0.55% | 0.69% | - |
| XYZ | 24.59 | 20.01 | 9.96 | - |
| YUV | 123.56 | 102.85 | 166.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 105 | 79 | 0 | 0.41 | 0.55 | 0.31 | 15.92 | 0.39 | 0.5 |
| Hex | B1 | 69 | 4F | 0 | 29 | 37 | 1F | 10 | 27 | 32 |
| Octal | 261 | 151 | 117 | 0 | 51 | 67 | 37 | 20 | 47 | 62 |
| Binary | 10110001 | 1101001 | 1001111 | 0 | 101001 | 110111 | 11111 | 10000 | 100111 | 110010 |
Color Harmonies of #B1694F
Complementary color
Monochromatic Colors of #B1694F
Black with #B1694F
Text Example
Text Example
White with #B1694F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1694F; }
p { color: rgb(177,105,79); }
H1.HeaderClassName
{
color: #B1694F;
}
.AnyTagClassName
{
color: #B1694F;
}
</style>
background-color css
<style>
a { background-color: #B1694F; }
a { background-color: rgb(177,105,79); }
div.DivClassName
{
background-color: #B1694F;
}
.BgClassName
{
background-color: #B1694F;
}
</style>
border-color css
<style>
span { border-color: #B1694F; }
span { border-color: rgb(177,105,79); }
td.TdClassName
{
border-color: #B1694F;
}
.TagClassName
{
border-color: #B1694F;
}
</style>