Shades of Sante Fe #B1694C
Tints of Sante Fe #B1694C
RGB
CMYK
RGB Variations
Color information
#B1694C (or 0xB1694C) is known color: Sante Fe. HEX triplet: B1, 69 and 4C. RGB value is (177,105,76). Sum of RGB (Red+Green+Blue) = 177+105+76=358 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.44% from 358); Green value is 105 (41.41% from 255 or 29.33% from 358); Blue value is 76 (30.08% from 255 or 21.23% from 358); Max value from RGB is 177 - color contains mainly: red. Hex color #B1694C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1694C is #4E96B3. Grayscale: #7B7B7B. Windows color (decimal): -5150388 or 5007793. OLE color: 5007793.
HSL color Cylindrical-coordinate representation of color #B1694C: hue angle of 17.23º 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 #B1694C is Cyan = 0, Magento = 0.41, Yellow = 0.57 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 105 | 76 | - |
| CMYK | 0 | 0.41 | 0.57 | 0.31 |
| HSL | 17.23º | 0.4% | 0.5% | - |
| HSV(B) | 17.23º | 0.57% | 0.69% | - |
| XYZ | 24.49 | 19.97 | 9.4 | - |
| YUV | 123.22 | 101.35 | 166.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 105 | 76 | 0 | 0.41 | 0.57 | 0.31 | 17.23 | 0.4 | 0.5 |
| Hex | B1 | 69 | 4C | 0 | 29 | 39 | 1F | 11 | 28 | 32 |
| Octal | 261 | 151 | 114 | 0 | 51 | 71 | 37 | 21 | 50 | 62 |
| Binary | 10110001 | 1101001 | 1001100 | 0 | 101001 | 111001 | 11111 | 10001 | 101000 | 110010 |
Color Harmonies of #B1694C
Complementary color
Monochromatic Colors of #B1694C
Black with #B1694C
Text Example
Text Example
White with #B1694C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1694C; }
p { color: rgb(177,105,76); }
H1.HeaderClassName
{
color: #B1694C;
}
.AnyTagClassName
{
color: #B1694C;
}
</style>
background-color css
<style>
a { background-color: #B1694C; }
a { background-color: rgb(177,105,76); }
div.DivClassName
{
background-color: #B1694C;
}
.BgClassName
{
background-color: #B1694C;
}
</style>
border-color css
<style>
span { border-color: #B1694C; }
span { border-color: rgb(177,105,76); }
td.TdClassName
{
border-color: #B1694C;
}
.TagClassName
{
border-color: #B1694C;
}
</style>