Shades of Sante Fe #B76E57
Tints of Sante Fe #B76E57
RGB
CMYK
RGB Variations
Color information
#B76E57 (or 0xB76E57) is known color: Sante Fe. HEX triplet: B7, 6E and 57. RGB value is (183,110,87). Sum of RGB (Red+Green+Blue) = 183+110+87=380 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.16% from 380); Green value is 110 (43.36% from 255 or 28.95% from 380); Blue value is 87 (34.38% from 255 or 22.89% from 380); Max value from RGB is 183 - color contains mainly: red. Hex color #B76E57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76E57 is #4891A8. Grayscale: #818181. Windows color (decimal): -4755881 or 5729975. OLE color: 5729975.
HSL color Cylindrical-coordinate representation of color #B76E57: hue angle of 14.38º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B76E57 is Cyan = 0, Magento = 0.40, Yellow = 0.52 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 110 | 87 | - |
| CMYK | 0 | 0.40 | 0.52 | 0.28 |
| HSL | 14.38º | 0.4% | 0.53% | - |
| HSV(B) | 14.38º | 0.52% | 0.72% | - |
| XYZ | 26.82 | 21.91 | 11.83 | - |
| YUV | 129.21 | 104.18 | 166.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 110 | 87 | 0 | 0.40 | 0.52 | 0.28 | 14.38 | 0.4 | 0.53 |
| Hex | B7 | 6E | 57 | 0 | 28 | 34 | 1C | E | 28 | 35 |
| Octal | 267 | 156 | 127 | 0 | 50 | 64 | 34 | 16 | 50 | 65 |
| Binary | 10110111 | 1101110 | 1010111 | 0 | 101000 | 110100 | 11100 | 1110 | 101000 | 110101 |
Color Harmonies of #B76E57
Complementary color
Monochromatic Colors of #B76E57
Black with #B76E57
Text Example
Text Example
White with #B76E57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76E57; }
p { color: rgb(183,110,87); }
H1.HeaderClassName
{
color: #B76E57;
}
.AnyTagClassName
{
color: #B76E57;
}
</style>
background-color css
<style>
a { background-color: #B76E57; }
a { background-color: rgb(183,110,87); }
div.DivClassName
{
background-color: #B76E57;
}
.BgClassName
{
background-color: #B76E57;
}
</style>
border-color css
<style>
span { border-color: #B76E57; }
span { border-color: rgb(183,110,87); }
td.TdClassName
{
border-color: #B76E57;
}
.TagClassName
{
border-color: #B76E57;
}
</style>