Shades of Sante Fe #B1684C
Tints of Sante Fe #B1684C
RGB
CMYK
RGB Variations
Color information
#B1684C (or 0xB1684C) is known color: Sante Fe. HEX triplet: B1, 68 and 4C. RGB value is (177,104,76). Sum of RGB (Red+Green+Blue) = 177+104+76=357 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.58% from 357); Green value is 104 (41.02% from 255 or 29.13% from 357); Blue value is 76 (30.08% from 255 or 21.29% from 357); Max value from RGB is 177 - color contains mainly: red. Hex color #B1684C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1684C is #4E97B3. Grayscale: #7A7A7A. Windows color (decimal): -5150644 or 5007537. OLE color: 5007537.
HSL color Cylindrical-coordinate representation of color #B1684C: hue angle of 16.63º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B1684C is Cyan = 0, Magento = 0.41, Yellow = 0.57 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 104 | 76 | - |
| CMYK | 0 | 0.41 | 0.57 | 0.31 |
| HSL | 16.63º | 0.4% | 0.5% | - |
| HSV(B) | 16.63º | 0.57% | 0.69% | - |
| XYZ | 24.39 | 19.77 | 9.37 | - |
| YUV | 122.64 | 101.68 | 166.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 104 | 76 | 0 | 0.41 | 0.57 | 0.31 | 16.63 | 0.4 | 0.5 |
| Hex | B1 | 68 | 4C | 0 | 29 | 39 | 1F | 11 | 28 | 32 |
| Octal | 261 | 150 | 114 | 0 | 51 | 71 | 37 | 21 | 50 | 62 |
| Binary | 10110001 | 1101000 | 1001100 | 0 | 101001 | 111001 | 11111 | 10001 | 101000 | 110010 |
Color Harmonies of #B1684C
Complementary color
Monochromatic Colors of #B1684C
Black with #B1684C
Text Example
Text Example
White with #B1684C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1684C; }
p { color: rgb(177,104,76); }
H1.HeaderClassName
{
color: #B1684C;
}
.AnyTagClassName
{
color: #B1684C;
}
</style>
background-color css
<style>
a { background-color: #B1684C; }
a { background-color: rgb(177,104,76); }
div.DivClassName
{
background-color: #B1684C;
}
.BgClassName
{
background-color: #B1684C;
}
</style>
border-color css
<style>
span { border-color: #B1684C; }
span { border-color: rgb(177,104,76); }
td.TdClassName
{
border-color: #B1684C;
}
.TagClassName
{
border-color: #B1684C;
}
</style>