Shades of Sante Fe #B76C53
Tints of Sante Fe #B76C53
RGB
CMYK
RGB Variations
Color information
#B76C53 (or 0xB76C53) is known color: Sante Fe. HEX triplet: B7, 6C and 53. RGB value is (183,108,83). Sum of RGB (Red+Green+Blue) = 183+108+83=374 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.93% from 374); Green value is 108 (42.58% from 255 or 28.88% from 374); Blue value is 83 (32.81% from 255 or 22.19% from 374); Max value from RGB is 183 - color contains mainly: red. Hex color #B76C53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76C53 is #4893AC. Grayscale: #7F7F7F. Windows color (decimal): -4756397 or 5467319. OLE color: 5467319.
HSL color Cylindrical-coordinate representation of color #B76C53: hue angle of 15º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B76C53 is Cyan = 0, Magento = 0.41, Yellow = 0.55 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 108 | 83 | - |
| CMYK | 0 | 0.41 | 0.55 | 0.28 |
| HSL | 15º | 0.41% | 0.52% | - |
| HSV(B) | 15º | 0.55% | 0.72% | - |
| XYZ | 26.45 | 21.42 | 10.92 | - |
| YUV | 127.58 | 102.85 | 167.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 108 | 83 | 0 | 0.41 | 0.55 | 0.28 | 15 | 0.41 | 0.52 |
| Hex | B7 | 6C | 53 | 0 | 29 | 37 | 1C | F | 29 | 34 |
| Octal | 267 | 154 | 123 | 0 | 51 | 67 | 34 | 17 | 51 | 64 |
| Binary | 10110111 | 1101100 | 1010011 | 0 | 101001 | 110111 | 11100 | 1111 | 101001 | 110100 |
Color Harmonies of #B76C53
Complementary color
Monochromatic Colors of #B76C53
Black with #B76C53
Text Example
Text Example
White with #B76C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76C53; }
p { color: rgb(183,108,83); }
H1.HeaderClassName
{
color: #B76C53;
}
.AnyTagClassName
{
color: #B76C53;
}
</style>
background-color css
<style>
a { background-color: #B76C53; }
a { background-color: rgb(183,108,83); }
div.DivClassName
{
background-color: #B76C53;
}
.BgClassName
{
background-color: #B76C53;
}
</style>
border-color css
<style>
span { border-color: #B76C53; }
span { border-color: rgb(183,108,83); }
td.TdClassName
{
border-color: #B76C53;
}
.TagClassName
{
border-color: #B76C53;
}
</style>