Shades of Sante Fe #B76F4D
Tints of Sante Fe #B76F4D
RGB
CMYK
RGB Variations
Color information
#B76F4D (or 0xB76F4D) is known color: Sante Fe. HEX triplet: B7, 6F and 4D. RGB value is (183,111,77). Sum of RGB (Red+Green+Blue) = 183+111+77=371 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.33% from 371); Green value is 111 (43.75% from 255 or 29.92% from 371); Blue value is 77 (30.47% from 255 or 20.75% from 371); Max value from RGB is 183 - color contains mainly: red. Hex color #B76F4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76F4D is #4890B2. Grayscale: #808080. Windows color (decimal): -4755635 or 5074871. OLE color: 5074871.
HSL color Cylindrical-coordinate representation of color #B76F4D: hue angle of 19.25º 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 #B76F4D is Cyan = 0, Magento = 0.39, Yellow = 0.58 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 111 | 77 | - |
| CMYK | 0 | 0.39 | 0.58 | 0.28 |
| HSL | 19.25º | 0.42% | 0.51% | - |
| HSV(B) | 19.25º | 0.58% | 0.72% | - |
| XYZ | 26.55 | 21.97 | 9.86 | - |
| YUV | 128.65 | 98.85 | 166.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 111 | 77 | 0 | 0.39 | 0.58 | 0.28 | 19.25 | 0.42 | 0.51 |
| Hex | B7 | 6F | 4D | 0 | 27 | 3A | 1C | 13 | 2A | 33 |
| Octal | 267 | 157 | 115 | 0 | 47 | 72 | 34 | 23 | 52 | 63 |
| Binary | 10110111 | 1101111 | 1001101 | 0 | 100111 | 111010 | 11100 | 10011 | 101010 | 110011 |
Color Harmonies of #B76F4D
Complementary color
Monochromatic Colors of #B76F4D
Black with #B76F4D
Text Example
Text Example
White with #B76F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76F4D; }
p { color: rgb(183,111,77); }
H1.HeaderClassName
{
color: #B76F4D;
}
.AnyTagClassName
{
color: #B76F4D;
}
</style>
background-color css
<style>
a { background-color: #B76F4D; }
a { background-color: rgb(183,111,77); }
div.DivClassName
{
background-color: #B76F4D;
}
.BgClassName
{
background-color: #B76F4D;
}
</style>
border-color css
<style>
span { border-color: #B76F4D; }
span { border-color: rgb(183,111,77); }
td.TdClassName
{
border-color: #B76F4D;
}
.TagClassName
{
border-color: #B76F4D;
}
</style>