Shades of Sante Fe #B7704E
Tints of Sante Fe #B7704E
RGB
CMYK
RGB Variations
Color information
#B7704E (or 0xB7704E) is known color: Sante Fe. HEX triplet: B7, 70 and 4E. RGB value is (183,112,78). Sum of RGB (Red+Green+Blue) = 183+112+78=373 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.06% from 373); Green value is 112 (44.14% from 255 or 30.03% from 373); Blue value is 78 (30.86% from 255 or 20.91% from 373); Max value from RGB is 183 - color contains mainly: red. Hex color #B7704E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7704E is #488FB1. Grayscale: #818181. Windows color (decimal): -4755378 or 5140663. OLE color: 5140663.
HSL color Cylindrical-coordinate representation of color #B7704E: hue angle of 19.43º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B7704E is Cyan = 0, Magento = 0.39, Yellow = 0.57 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 112 | 78 | - |
| CMYK | 0 | 0.39 | 0.57 | 0.28 |
| HSL | 19.43º | 0.42% | 0.51% | - |
| HSV(B) | 19.43º | 0.57% | 0.72% | - |
| XYZ | 26.7 | 22.21 | 10.09 | - |
| YUV | 129.35 | 99.02 | 166.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 112 | 78 | 0 | 0.39 | 0.57 | 0.28 | 19.43 | 0.42 | 0.51 |
| Hex | B7 | 70 | 4E | 0 | 27 | 39 | 1C | 13 | 2A | 33 |
| Octal | 267 | 160 | 116 | 0 | 47 | 71 | 34 | 23 | 52 | 63 |
| Binary | 10110111 | 1110000 | 1001110 | 0 | 100111 | 111001 | 11100 | 10011 | 101010 | 110011 |
Color Harmonies of #B7704E
Complementary color
Monochromatic Colors of #B7704E
Black with #B7704E
Text Example
Text Example
White with #B7704E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7704E; }
p { color: rgb(183,112,78); }
H1.HeaderClassName
{
color: #B7704E;
}
.AnyTagClassName
{
color: #B7704E;
}
</style>
background-color css
<style>
a { background-color: #B7704E; }
a { background-color: rgb(183,112,78); }
div.DivClassName
{
background-color: #B7704E;
}
.BgClassName
{
background-color: #B7704E;
}
</style>
border-color css
<style>
span { border-color: #B7704E; }
span { border-color: rgb(183,112,78); }
td.TdClassName
{
border-color: #B7704E;
}
.TagClassName
{
border-color: #B7704E;
}
</style>