Shades of Sante Fe #B76D4B
Tints of Sante Fe #B76D4B
RGB
CMYK
RGB Variations
Color information
#B76D4B (or 0xB76D4B) is known color: Sante Fe. HEX triplet: B7, 6D and 4B. RGB value is (183,109,75). Sum of RGB (Red+Green+Blue) = 183+109+75=367 (48% of max value = 765). Red value is 183 (71.88% from 255 or 49.86% from 367); Green value is 109 (42.97% from 255 or 29.70% from 367); Blue value is 75 (29.69% from 255 or 20.44% from 367); Max value from RGB is 183 - color contains mainly: red. Hex color #B76D4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76D4B is #4892B4. Grayscale: #7F7F7F. Windows color (decimal): -4756149 or 4943287. OLE color: 4943287.
HSL color Cylindrical-coordinate representation of color #B76D4B: hue angle of 18.89º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B76D4B is Cyan = 0, Magento = 0.40, Yellow = 0.59 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 109 | 75 | - |
| CMYK | 0 | 0.40 | 0.59 | 0.28 |
| HSL | 18.89º | 0.43% | 0.51% | - |
| HSV(B) | 18.89º | 0.59% | 0.72% | - |
| XYZ | 26.27 | 21.51 | 9.42 | - |
| YUV | 127.25 | 98.52 | 167.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 109 | 75 | 0 | 0.40 | 0.59 | 0.28 | 18.89 | 0.43 | 0.51 |
| Hex | B7 | 6D | 4B | 0 | 28 | 3B | 1C | 13 | 2B | 33 |
| Octal | 267 | 155 | 113 | 0 | 50 | 73 | 34 | 23 | 53 | 63 |
| Binary | 10110111 | 1101101 | 1001011 | 0 | 101000 | 111011 | 11100 | 10011 | 101011 | 110011 |
Color Harmonies of #B76D4B
Complementary color
Monochromatic Colors of #B76D4B
Black with #B76D4B
Text Example
Text Example
White with #B76D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76D4B; }
p { color: rgb(183,109,75); }
H1.HeaderClassName
{
color: #B76D4B;
}
.AnyTagClassName
{
color: #B76D4B;
}
</style>
background-color css
<style>
a { background-color: #B76D4B; }
a { background-color: rgb(183,109,75); }
div.DivClassName
{
background-color: #B76D4B;
}
.BgClassName
{
background-color: #B76D4B;
}
</style>
border-color css
<style>
span { border-color: #B76D4B; }
span { border-color: rgb(183,109,75); }
td.TdClassName
{
border-color: #B76D4B;
}
.TagClassName
{
border-color: #B76D4B;
}
</style>