Shades of Sante Fe #B7704D
Tints of Sante Fe #B7704D
RGB
CMYK
RGB Variations
Color information
#B7704D (or 0xB7704D) is known color: Sante Fe. HEX triplet: B7, 70 and 4D. RGB value is (183,112,77). Sum of RGB (Red+Green+Blue) = 183+112+77=372 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.19% from 372); Green value is 112 (44.14% from 255 or 30.11% from 372); Blue value is 77 (30.47% from 255 or 20.70% from 372); Max value from RGB is 183 - color contains mainly: red. Hex color #B7704D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7704D is #488FB2. Grayscale: #818181. Windows color (decimal): -4755379 or 5075127. OLE color: 5075127.
HSL color Cylindrical-coordinate representation of color #B7704D: hue angle of 19.81º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B7704D is Cyan = 0, Magento = 0.39, Yellow = 0.58 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 112 | 77 | - |
| CMYK | 0 | 0.39 | 0.58 | 0.28 |
| HSL | 19.81º | 0.42% | 0.51% | - |
| HSV(B) | 19.81º | 0.58% | 0.72% | - |
| XYZ | 26.66 | 22.19 | 9.9 | - |
| YUV | 129.24 | 98.52 | 166.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 112 | 77 | 0 | 0.39 | 0.58 | 0.28 | 19.81 | 0.42 | 0.51 |
| Hex | B7 | 70 | 4D | 0 | 27 | 3A | 1C | 14 | 2A | 33 |
| Octal | 267 | 160 | 115 | 0 | 47 | 72 | 34 | 24 | 52 | 63 |
| Binary | 10110111 | 1110000 | 1001101 | 0 | 100111 | 111010 | 11100 | 10100 | 101010 | 110011 |
Color Harmonies of #B7704D
Complementary color
Monochromatic Colors of #B7704D
Black with #B7704D
Text Example
Text Example
White with #B7704D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7704D; }
p { color: rgb(183,112,77); }
H1.HeaderClassName
{
color: #B7704D;
}
.AnyTagClassName
{
color: #B7704D;
}
</style>
background-color css
<style>
a { background-color: #B7704D; }
a { background-color: rgb(183,112,77); }
div.DivClassName
{
background-color: #B7704D;
}
.BgClassName
{
background-color: #B7704D;
}
</style>
border-color css
<style>
span { border-color: #B7704D; }
span { border-color: rgb(183,112,77); }
td.TdClassName
{
border-color: #B7704D;
}
.TagClassName
{
border-color: #B7704D;
}
</style>