Shades of Sante Fe #B76F55
Tints of Sante Fe #B76F55
RGB
CMYK
RGB Variations
Color information
#B76F55 (or 0xB76F55) is known color: Sante Fe. HEX triplet: B7, 6F and 55. RGB value is (183,111,85). Sum of RGB (Red+Green+Blue) = 183+111+85=379 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.28% from 379); Green value is 111 (43.75% from 255 or 29.29% from 379); Blue value is 85 (33.59% from 255 or 22.43% from 379); Max value from RGB is 183 - color contains mainly: red. Hex color #B76F55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76F55 is #4890AA. Grayscale: #818181. Windows color (decimal): -4755627 or 5599159. OLE color: 5599159.
HSL color Cylindrical-coordinate representation of color #B76F55: hue angle of 15.92º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B76F55 is Cyan = 0, Magento = 0.39, Yellow = 0.54 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 111 | 85 | - |
| CMYK | 0 | 0.39 | 0.54 | 0.28 |
| HSL | 15.92º | 0.4% | 0.53% | - |
| HSV(B) | 15.92º | 0.54% | 0.72% | - |
| XYZ | 26.85 | 22.09 | 11.44 | - |
| YUV | 129.56 | 102.85 | 166.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 111 | 85 | 0 | 0.39 | 0.54 | 0.28 | 15.92 | 0.4 | 0.53 |
| Hex | B7 | 6F | 55 | 0 | 27 | 36 | 1C | 10 | 28 | 35 |
| Octal | 267 | 157 | 125 | 0 | 47 | 66 | 34 | 20 | 50 | 65 |
| Binary | 10110111 | 1101111 | 1010101 | 0 | 100111 | 110110 | 11100 | 10000 | 101000 | 110101 |
Color Harmonies of #B76F55
Complementary color
Monochromatic Colors of #B76F55
Black with #B76F55
Text Example
Text Example
White with #B76F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76F55; }
p { color: rgb(183,111,85); }
H1.HeaderClassName
{
color: #B76F55;
}
.AnyTagClassName
{
color: #B76F55;
}
</style>
background-color css
<style>
a { background-color: #B76F55; }
a { background-color: rgb(183,111,85); }
div.DivClassName
{
background-color: #B76F55;
}
.BgClassName
{
background-color: #B76F55;
}
</style>
border-color css
<style>
span { border-color: #B76F55; }
span { border-color: rgb(183,111,85); }
td.TdClassName
{
border-color: #B76F55;
}
.TagClassName
{
border-color: #B76F55;
}
</style>