Shades of Sante Fe #B76D4E
Tints of Sante Fe #B76D4E
RGB
CMYK
RGB Variations
Color information
#B76D4E (or 0xB76D4E) is known color: Sante Fe. HEX triplet: B7, 6D and 4E. RGB value is (183,109,78). Sum of RGB (Red+Green+Blue) = 183+109+78=370 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.46% from 370); Green value is 109 (42.97% from 255 or 29.46% from 370); Blue value is 78 (30.86% from 255 or 21.08% from 370); Max value from RGB is 183 - color contains mainly: red. Hex color #B76D4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76D4E is #4892B1. Grayscale: #7F7F7F. Windows color (decimal): -4756146 or 5139895. OLE color: 5139895.
HSL color Cylindrical-coordinate representation of color #B76D4E: hue angle of 17.71º 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 #B76D4E is Cyan = 0, Magento = 0.40, Yellow = 0.57 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 109 | 78 | - |
| CMYK | 0 | 0.40 | 0.57 | 0.28 |
| HSL | 17.71º | 0.42% | 0.51% | - |
| HSV(B) | 17.71º | 0.57% | 0.72% | - |
| XYZ | 26.37 | 21.55 | 9.98 | - |
| YUV | 127.59 | 100.02 | 167.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 109 | 78 | 0 | 0.40 | 0.57 | 0.28 | 17.71 | 0.42 | 0.51 |
| Hex | B7 | 6D | 4E | 0 | 28 | 39 | 1C | 12 | 2A | 33 |
| Octal | 267 | 155 | 116 | 0 | 50 | 71 | 34 | 22 | 52 | 63 |
| Binary | 10110111 | 1101101 | 1001110 | 0 | 101000 | 111001 | 11100 | 10010 | 101010 | 110011 |
Color Harmonies of #B76D4E
Complementary color
Monochromatic Colors of #B76D4E
Black with #B76D4E
Text Example
Text Example
White with #B76D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76D4E; }
p { color: rgb(183,109,78); }
H1.HeaderClassName
{
color: #B76D4E;
}
.AnyTagClassName
{
color: #B76D4E;
}
</style>
background-color css
<style>
a { background-color: #B76D4E; }
a { background-color: rgb(183,109,78); }
div.DivClassName
{
background-color: #B76D4E;
}
.BgClassName
{
background-color: #B76D4E;
}
</style>
border-color css
<style>
span { border-color: #B76D4E; }
span { border-color: rgb(183,109,78); }
td.TdClassName
{
border-color: #B76D4E;
}
.TagClassName
{
border-color: #B76D4E;
}
</style>