Shades of Sante Fe #B76D4A
Tints of Sante Fe #B76D4A
RGB
CMYK
RGB Variations
Color information
#B76D4A (or 0xB76D4A) is known color: Sante Fe. HEX triplet: B7, 6D and 4A. RGB value is (183,109,74). Sum of RGB (Red+Green+Blue) = 183+109+74=366 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50% from 366); Green value is 109 (42.97% from 255 or 29.78% from 366); Blue value is 74 (29.30% from 255 or 20.22% from 366); Max value from RGB is 183 - color contains mainly: red. Hex color #B76D4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76D4A is #4892B5. Grayscale: #7F7F7F. Windows color (decimal): -4756150 or 4877751. OLE color: 4877751.
HSL color Cylindrical-coordinate representation of color #B76D4A: hue angle of 19.27º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B76D4A is Cyan = 0, Magento = 0.40, Yellow = 0.60 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 109 | 74 | - |
| CMYK | 0 | 0.40 | 0.60 | 0.28 |
| HSL | 19.27º | 0.43% | 0.5% | - |
| HSV(B) | 19.27º | 0.6% | 0.72% | - |
| XYZ | 26.23 | 21.5 | 9.25 | - |
| YUV | 127.14 | 98.02 | 167.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 109 | 74 | 0 | 0.40 | 0.60 | 0.28 | 19.27 | 0.43 | 0.5 |
| Hex | B7 | 6D | 4A | 0 | 28 | 3C | 1C | 13 | 2B | 32 |
| Octal | 267 | 155 | 112 | 0 | 50 | 74 | 34 | 23 | 53 | 62 |
| Binary | 10110111 | 1101101 | 1001010 | 0 | 101000 | 111100 | 11100 | 10011 | 101011 | 110010 |
Color Harmonies of #B76D4A
Complementary color
Monochromatic Colors of #B76D4A
Black with #B76D4A
Text Example
Text Example
White with #B76D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76D4A; }
p { color: rgb(183,109,74); }
H1.HeaderClassName
{
color: #B76D4A;
}
.AnyTagClassName
{
color: #B76D4A;
}
</style>
background-color css
<style>
a { background-color: #B76D4A; }
a { background-color: rgb(183,109,74); }
div.DivClassName
{
background-color: #B76D4A;
}
.BgClassName
{
background-color: #B76D4A;
}
</style>
border-color css
<style>
span { border-color: #B76D4A; }
span { border-color: rgb(183,109,74); }
td.TdClassName
{
border-color: #B76D4A;
}
.TagClassName
{
border-color: #B76D4A;
}
</style>