Shades of Sante Fe #B1684F
Tints of Sante Fe #B1684F
RGB
CMYK
RGB Variations
Color information
#B1684F (or 0xB1684F) is known color: Sante Fe. HEX triplet: B1, 68 and 4F. RGB value is (177,104,79). Sum of RGB (Red+Green+Blue) = 177+104+79=360 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.17% from 360); Green value is 104 (41.02% from 255 or 28.89% from 360); Blue value is 79 (31.25% from 255 or 21.94% from 360); Max value from RGB is 177 - color contains mainly: red. Hex color #B1684F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1684F is #4E97B0. Grayscale: #7B7B7B. Windows color (decimal): -5150641 or 5204145. OLE color: 5204145.
HSL color Cylindrical-coordinate representation of color #B1684F: hue angle of 15.31º 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 #B1684F is Cyan = 0, Magento = 0.41, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 104 | 79 | - |
| CMYK | 0 | 0.41 | 0.55 | 0.31 |
| HSL | 15.31º | 0.39% | 0.5% | - |
| HSV(B) | 15.31º | 0.55% | 0.69% | - |
| XYZ | 24.49 | 19.81 | 9.93 | - |
| YUV | 122.98 | 103.18 | 166.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 104 | 79 | 0 | 0.41 | 0.55 | 0.31 | 15.31 | 0.39 | 0.5 |
| Hex | B1 | 68 | 4F | 0 | 29 | 37 | 1F | F | 27 | 32 |
| Octal | 261 | 150 | 117 | 0 | 51 | 67 | 37 | 17 | 47 | 62 |
| Binary | 10110001 | 1101000 | 1001111 | 0 | 101001 | 110111 | 11111 | 1111 | 100111 | 110010 |
Color Harmonies of #B1684F
Complementary color
Monochromatic Colors of #B1684F
Black with #B1684F
Text Example
Text Example
White with #B1684F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1684F; }
p { color: rgb(177,104,79); }
H1.HeaderClassName
{
color: #B1684F;
}
.AnyTagClassName
{
color: #B1684F;
}
</style>
background-color css
<style>
a { background-color: #B1684F; }
a { background-color: rgb(177,104,79); }
div.DivClassName
{
background-color: #B1684F;
}
.BgClassName
{
background-color: #B1684F;
}
</style>
border-color css
<style>
span { border-color: #B1684F; }
span { border-color: rgb(177,104,79); }
td.TdClassName
{
border-color: #B1684F;
}
.TagClassName
{
border-color: #B1684F;
}
</style>