Shades of Sante Fe #B1684A
Tints of Sante Fe #B1684A
RGB
CMYK
RGB Variations
Color information
#B1684A (or 0xB1684A) is known color: Sante Fe. HEX triplet: B1, 68 and 4A. RGB value is (177,104,74). Sum of RGB (Red+Green+Blue) = 177+104+74=355 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.86% from 355); Green value is 104 (41.02% from 255 or 29.30% from 355); Blue value is 74 (29.30% from 255 or 20.85% from 355); Max value from RGB is 177 - color contains mainly: red. Hex color #B1684A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1684A is #4E97B5. Grayscale: #7A7A7A. Windows color (decimal): -5150646 or 4876465. OLE color: 4876465.
HSL color Cylindrical-coordinate representation of color #B1684A: hue angle of 17.48º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B1684A is Cyan = 0, Magento = 0.41, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 104 | 74 | - |
| CMYK | 0 | 0.41 | 0.58 | 0.31 |
| HSL | 17.48º | 0.41% | 0.49% | - |
| HSV(B) | 17.48º | 0.58% | 0.69% | - |
| XYZ | 24.32 | 19.74 | 9.01 | - |
| YUV | 122.41 | 100.68 | 166.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 104 | 74 | 0 | 0.41 | 0.58 | 0.31 | 17.48 | 0.41 | 0.49 |
| Hex | B1 | 68 | 4A | 0 | 29 | 3A | 1F | 11 | 29 | 31 |
| Octal | 261 | 150 | 112 | 0 | 51 | 72 | 37 | 21 | 51 | 61 |
| Binary | 10110001 | 1101000 | 1001010 | 0 | 101001 | 111010 | 11111 | 10001 | 101001 | 110001 |
Color Harmonies of #B1684A
Complementary color
Monochromatic Colors of #B1684A
Black with #B1684A
Text Example
Text Example
White with #B1684A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1684A; }
p { color: rgb(177,104,74); }
H1.HeaderClassName
{
color: #B1684A;
}
.AnyTagClassName
{
color: #B1684A;
}
</style>
background-color css
<style>
a { background-color: #B1684A; }
a { background-color: rgb(177,104,74); }
div.DivClassName
{
background-color: #B1684A;
}
.BgClassName
{
background-color: #B1684A;
}
</style>
border-color css
<style>
span { border-color: #B1684A; }
span { border-color: rgb(177,104,74); }
td.TdClassName
{
border-color: #B1684A;
}
.TagClassName
{
border-color: #B1684A;
}
</style>