Shades of Sante Fe #B77459
Tints of Sante Fe #B77459
RGB
CMYK
RGB Variations
Color information
#B77459 (or 0xB77459) is known color: Sante Fe. HEX triplet: B7, 74 and 59. RGB value is (183,116,89). Sum of RGB (Red+Green+Blue) = 183+116+89=388 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.16% from 388); Green value is 116 (45.70% from 255 or 29.90% from 388); Blue value is 89 (35.16% from 255 or 22.94% from 388); Max value from RGB is 183 - color contains mainly: red. Hex color #B77459 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77459 is #488BA6. Grayscale: #858585. Windows color (decimal): -4754343 or 5862583. OLE color: 5862583.
HSL color Cylindrical-coordinate representation of color #B77459: hue angle of 17.23º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B77459 is Cyan = 0, Magento = 0.37, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 116 | 89 | - |
| CMYK | 0 | 0.37 | 0.51 | 0.28 |
| HSL | 17.23º | 0.39% | 0.53% | - |
| HSV(B) | 17.23º | 0.51% | 0.72% | - |
| XYZ | 27.58 | 23.28 | 12.49 | - |
| YUV | 132.96 | 103.2 | 163.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 116 | 89 | 0 | 0.37 | 0.51 | 0.28 | 17.23 | 0.39 | 0.53 |
| Hex | B7 | 74 | 59 | 0 | 25 | 33 | 1C | 11 | 27 | 35 |
| Octal | 267 | 164 | 131 | 0 | 45 | 63 | 34 | 21 | 47 | 65 |
| Binary | 10110111 | 1110100 | 1011001 | 0 | 100101 | 110011 | 11100 | 10001 | 100111 | 110101 |
Color Harmonies of #B77459
Complementary color
Monochromatic Colors of #B77459
Black with #B77459
Text Example
Text Example
White with #B77459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77459; }
p { color: rgb(183,116,89); }
H1.HeaderClassName
{
color: #B77459;
}
.AnyTagClassName
{
color: #B77459;
}
</style>
background-color css
<style>
a { background-color: #B77459; }
a { background-color: rgb(183,116,89); }
div.DivClassName
{
background-color: #B77459;
}
.BgClassName
{
background-color: #B77459;
}
</style>
border-color css
<style>
span { border-color: #B77459; }
span { border-color: rgb(183,116,89); }
td.TdClassName
{
border-color: #B77459;
}
.TagClassName
{
border-color: #B77459;
}
</style>