Shades of Sante Fe #B76E4E
Tints of Sante Fe #B76E4E
RGB
CMYK
RGB Variations
Color information
#B76E4E (or 0xB76E4E) is known color: Sante Fe. HEX triplet: B7, 6E and 4E. RGB value is (183,110,78). Sum of RGB (Red+Green+Blue) = 183+110+78=371 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.33% from 371); Green value is 110 (43.36% from 255 or 29.65% from 371); Blue value is 78 (30.86% from 255 or 21.02% from 371); Max value from RGB is 183 - color contains mainly: red. Hex color #B76E4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76E4E is #4891B1. Grayscale: #808080. Windows color (decimal): -4755890 or 5140151. OLE color: 5140151.
HSL color Cylindrical-coordinate representation of color #B76E4E: hue angle of 18.29º 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 #B76E4E is Cyan = 0, Magento = 0.40, Yellow = 0.57 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 110 | 78 | - |
| CMYK | 0 | 0.40 | 0.57 | 0.28 |
| HSL | 18.29º | 0.42% | 0.51% | - |
| HSV(B) | 18.29º | 0.57% | 0.72% | - |
| XYZ | 26.48 | 21.77 | 10.01 | - |
| YUV | 128.18 | 99.68 | 167.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 110 | 78 | 0 | 0.40 | 0.57 | 0.28 | 18.29 | 0.42 | 0.51 |
| Hex | B7 | 6E | 4E | 0 | 28 | 39 | 1C | 12 | 2A | 33 |
| Octal | 267 | 156 | 116 | 0 | 50 | 71 | 34 | 22 | 52 | 63 |
| Binary | 10110111 | 1101110 | 1001110 | 0 | 101000 | 111001 | 11100 | 10010 | 101010 | 110011 |
Color Harmonies of #B76E4E
Complementary color
Monochromatic Colors of #B76E4E
Black with #B76E4E
Text Example
Text Example
White with #B76E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76E4E; }
p { color: rgb(183,110,78); }
H1.HeaderClassName
{
color: #B76E4E;
}
.AnyTagClassName
{
color: #B76E4E;
}
</style>
background-color css
<style>
a { background-color: #B76E4E; }
a { background-color: rgb(183,110,78); }
div.DivClassName
{
background-color: #B76E4E;
}
.BgClassName
{
background-color: #B76E4E;
}
</style>
border-color css
<style>
span { border-color: #B76E4E; }
span { border-color: rgb(183,110,78); }
td.TdClassName
{
border-color: #B76E4E;
}
.TagClassName
{
border-color: #B76E4E;
}
</style>