Shades of Sante Fe #B76A4D
Tints of Sante Fe #B76A4D
RGB
CMYK
RGB Variations
Color information
#B76A4D (or 0xB76A4D) is known color: Sante Fe. HEX triplet: B7, 6A and 4D. RGB value is (183,106,77). Sum of RGB (Red+Green+Blue) = 183+106+77=366 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50% from 366); Green value is 106 (41.80% from 255 or 28.96% from 366); Blue value is 77 (30.47% from 255 or 21.04% from 366); Max value from RGB is 183 - color contains mainly: red. Hex color #B76A4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76A4D is #4895B2. Grayscale: #7D7D7D. Windows color (decimal): -4756915 or 5073591. OLE color: 5073591.
HSL color Cylindrical-coordinate representation of color #B76A4D: hue angle of 16.42º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B76A4D is Cyan = 0, Magento = 0.42, Yellow = 0.58 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 106 | 77 | - |
| CMYK | 0 | 0.42 | 0.58 | 0.28 |
| HSL | 16.42º | 0.42% | 0.51% | - |
| HSV(B) | 16.42º | 0.58% | 0.72% | - |
| XYZ | 26.02 | 20.91 | 9.69 | - |
| YUV | 125.72 | 100.51 | 168.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 106 | 77 | 0 | 0.42 | 0.58 | 0.28 | 16.42 | 0.42 | 0.51 |
| Hex | B7 | 6A | 4D | 0 | 2A | 3A | 1C | 10 | 2A | 33 |
| Octal | 267 | 152 | 115 | 0 | 52 | 72 | 34 | 20 | 52 | 63 |
| Binary | 10110111 | 1101010 | 1001101 | 0 | 101010 | 111010 | 11100 | 10000 | 101010 | 110011 |
Color Harmonies of #B76A4D
Complementary color
Monochromatic Colors of #B76A4D
Black with #B76A4D
Text Example
Text Example
White with #B76A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76A4D; }
p { color: rgb(183,106,77); }
H1.HeaderClassName
{
color: #B76A4D;
}
.AnyTagClassName
{
color: #B76A4D;
}
</style>
background-color css
<style>
a { background-color: #B76A4D; }
a { background-color: rgb(183,106,77); }
div.DivClassName
{
background-color: #B76A4D;
}
.BgClassName
{
background-color: #B76A4D;
}
</style>
border-color css
<style>
span { border-color: #B76A4D; }
span { border-color: rgb(183,106,77); }
td.TdClassName
{
border-color: #B76A4D;
}
.TagClassName
{
border-color: #B76A4D;
}
</style>