Shades of Sante Fe #B76C4D
Tints of Sante Fe #B76C4D
RGB
CMYK
RGB Variations
Color information
#B76C4D (or 0xB76C4D) is known color: Sante Fe. HEX triplet: B7, 6C and 4D. RGB value is (183,108,77). Sum of RGB (Red+Green+Blue) = 183+108+77=368 (48% of max value = 765). Red value is 183 (71.88% from 255 or 49.73% from 368); Green value is 108 (42.58% from 255 or 29.35% from 368); Blue value is 77 (30.47% from 255 or 20.92% from 368); Max value from RGB is 183 - color contains mainly: red. Hex color #B76C4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76C4D is #4893B2. Grayscale: #7F7F7F. Windows color (decimal): -4756403 or 5074103. OLE color: 5074103.
HSL color Cylindrical-coordinate representation of color #B76C4D: hue angle of 17.55º 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 #B76C4D is Cyan = 0, Magento = 0.41, Yellow = 0.58 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 108 | 77 | - |
| CMYK | 0 | 0.41 | 0.58 | 0.28 |
| HSL | 17.55º | 0.42% | 0.51% | - |
| HSV(B) | 17.55º | 0.58% | 0.72% | - |
| XYZ | 26.23 | 21.33 | 9.76 | - |
| YUV | 126.89 | 99.85 | 168.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 108 | 77 | 0 | 0.41 | 0.58 | 0.28 | 17.55 | 0.42 | 0.51 |
| Hex | B7 | 6C | 4D | 0 | 29 | 3A | 1C | 12 | 2A | 33 |
| Octal | 267 | 154 | 115 | 0 | 51 | 72 | 34 | 22 | 52 | 63 |
| Binary | 10110111 | 1101100 | 1001101 | 0 | 101001 | 111010 | 11100 | 10010 | 101010 | 110011 |
Color Harmonies of #B76C4D
Complementary color
Monochromatic Colors of #B76C4D
Black with #B76C4D
Text Example
Text Example
White with #B76C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76C4D; }
p { color: rgb(183,108,77); }
H1.HeaderClassName
{
color: #B76C4D;
}
.AnyTagClassName
{
color: #B76C4D;
}
</style>
background-color css
<style>
a { background-color: #B76C4D; }
a { background-color: rgb(183,108,77); }
div.DivClassName
{
background-color: #B76C4D;
}
.BgClassName
{
background-color: #B76C4D;
}
</style>
border-color css
<style>
span { border-color: #B76C4D; }
span { border-color: rgb(183,108,77); }
td.TdClassName
{
border-color: #B76C4D;
}
.TagClassName
{
border-color: #B76C4D;
}
</style>