Shades of Sante Fe #B76D4F
Tints of Sante Fe #B76D4F
RGB
CMYK
RGB Variations
Color information
#B76D4F (or 0xB76D4F) is known color: Sante Fe. HEX triplet: B7, 6D and 4F. RGB value is (183,109,79). Sum of RGB (Red+Green+Blue) = 183+109+79=371 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.33% from 371); Green value is 109 (42.97% from 255 or 29.38% from 371); Blue value is 79 (31.25% from 255 or 21.29% from 371); Max value from RGB is 183 - color contains mainly: red. Hex color #B76D4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76D4F is #4892B0. Grayscale: #7F7F7F. Windows color (decimal): -4756145 or 5205431. OLE color: 5205431.
HSL color Cylindrical-coordinate representation of color #B76D4F: hue angle of 17.31º 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 #B76D4F is Cyan = 0, Magento = 0.40, Yellow = 0.57 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 109 | 79 | - |
| CMYK | 0 | 0.40 | 0.57 | 0.28 |
| HSL | 17.31º | 0.42% | 0.51% | - |
| HSV(B) | 17.31º | 0.57% | 0.72% | - |
| XYZ | 26.41 | 21.57 | 10.17 | - |
| YUV | 127.71 | 100.52 | 167.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 109 | 79 | 0 | 0.40 | 0.57 | 0.28 | 17.31 | 0.42 | 0.51 |
| Hex | B7 | 6D | 4F | 0 | 28 | 39 | 1C | 11 | 2A | 33 |
| Octal | 267 | 155 | 117 | 0 | 50 | 71 | 34 | 21 | 52 | 63 |
| Binary | 10110111 | 1101101 | 1001111 | 0 | 101000 | 111001 | 11100 | 10001 | 101010 | 110011 |
Color Harmonies of #B76D4F
Complementary color
Monochromatic Colors of #B76D4F
Black with #B76D4F
Text Example
Text Example
White with #B76D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76D4F; }
p { color: rgb(183,109,79); }
H1.HeaderClassName
{
color: #B76D4F;
}
.AnyTagClassName
{
color: #B76D4F;
}
</style>
background-color css
<style>
a { background-color: #B76D4F; }
a { background-color: rgb(183,109,79); }
div.DivClassName
{
background-color: #B76D4F;
}
.BgClassName
{
background-color: #B76D4F;
}
</style>
border-color css
<style>
span { border-color: #B76D4F; }
span { border-color: rgb(183,109,79); }
td.TdClassName
{
border-color: #B76D4F;
}
.TagClassName
{
border-color: #B76D4F;
}
</style>