Shades of Sante Fe #B37759
Tints of Sante Fe #B37759
RGB
CMYK
RGB Variations
Color information
#B37759 (or 0xB37759) is known color: Sante Fe. HEX triplet: B3, 77 and 59. RGB value is (179,119,89). Sum of RGB (Red+Green+Blue) = 179+119+89=387 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.25% from 387); Green value is 119 (46.88% from 255 or 30.75% from 387); Blue value is 89 (35.16% from 255 or 23.00% from 387); Max value from RGB is 179 - color contains mainly: red. Hex color #B37759 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37759 is #4C88A6. Grayscale: #858585. Windows color (decimal): -5015719 or 5863347. OLE color: 5863347.
HSL color Cylindrical-coordinate representation of color #B37759: hue angle of 20º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B37759 is Cyan = 0, Magento = 0.34, Yellow = 0.50 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 119 | 89 | - |
| CMYK | 0 | 0.34 | 0.50 | 0.30 |
| HSL | 20º | 0.37% | 0.53% | - |
| HSV(B) | 20º | 0.5% | 0.7% | - |
| XYZ | 26.99 | 23.5 | 12.56 | - |
| YUV | 133.52 | 102.88 | 160.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 119 | 89 | 0 | 0.34 | 0.50 | 0.30 | 20 | 0.37 | 0.53 |
| Hex | B3 | 77 | 59 | 0 | 22 | 32 | 1E | 14 | 25 | 35 |
| Octal | 263 | 167 | 131 | 0 | 42 | 62 | 36 | 24 | 45 | 65 |
| Binary | 10110011 | 1110111 | 1011001 | 0 | 100010 | 110010 | 11110 | 10100 | 100101 | 110101 |
Color Harmonies of #B37759
Complementary color
Monochromatic Colors of #B37759
Black with #B37759
Text Example
Text Example
White with #B37759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37759; }
p { color: rgb(179,119,89); }
H1.HeaderClassName
{
color: #B37759;
}
.AnyTagClassName
{
color: #B37759;
}
</style>
background-color css
<style>
a { background-color: #B37759; }
a { background-color: rgb(179,119,89); }
div.DivClassName
{
background-color: #B37759;
}
.BgClassName
{
background-color: #B37759;
}
</style>
border-color css
<style>
span { border-color: #B37759; }
span { border-color: rgb(179,119,89); }
td.TdClassName
{
border-color: #B37759;
}
.TagClassName
{
border-color: #B37759;
}
</style>