Shades of Sante Fe #B76B4D
Tints of Sante Fe #B76B4D
RGB
CMYK
RGB Variations
Color information
#B76B4D (or 0xB76B4D) is known color: Sante Fe. HEX triplet: B7, 6B and 4D. RGB value is (183,107,77). Sum of RGB (Red+Green+Blue) = 183+107+77=367 (48% of max value = 765). Red value is 183 (71.88% from 255 or 49.86% from 367); Green value is 107 (42.19% from 255 or 29.16% from 367); Blue value is 77 (30.47% from 255 or 20.98% from 367); Max value from RGB is 183 - color contains mainly: red. Hex color #B76B4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76B4D is #4894B2. Grayscale: #7E7E7E. Windows color (decimal): -4756659 or 5073847. OLE color: 5073847.
HSL color Cylindrical-coordinate representation of color #B76B4D: hue angle of 16.98º 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 #B76B4D is Cyan = 0, Magento = 0.42, Yellow = 0.58 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 107 | 77 | - |
| CMYK | 0 | 0.42 | 0.58 | 0.28 |
| HSL | 16.98º | 0.42% | 0.51% | - |
| HSV(B) | 16.98º | 0.58% | 0.72% | - |
| XYZ | 26.13 | 21.12 | 9.72 | - |
| YUV | 126.3 | 100.18 | 168.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 107 | 77 | 0 | 0.42 | 0.58 | 0.28 | 16.98 | 0.42 | 0.51 |
| Hex | B7 | 6B | 4D | 0 | 2A | 3A | 1C | 11 | 2A | 33 |
| Octal | 267 | 153 | 115 | 0 | 52 | 72 | 34 | 21 | 52 | 63 |
| Binary | 10110111 | 1101011 | 1001101 | 0 | 101010 | 111010 | 11100 | 10001 | 101010 | 110011 |
Color Harmonies of #B76B4D
Complementary color
Monochromatic Colors of #B76B4D
Black with #B76B4D
Text Example
Text Example
White with #B76B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76B4D; }
p { color: rgb(183,107,77); }
H1.HeaderClassName
{
color: #B76B4D;
}
.AnyTagClassName
{
color: #B76B4D;
}
</style>
background-color css
<style>
a { background-color: #B76B4D; }
a { background-color: rgb(183,107,77); }
div.DivClassName
{
background-color: #B76B4D;
}
.BgClassName
{
background-color: #B76B4D;
}
</style>
border-color css
<style>
span { border-color: #B76B4D; }
span { border-color: rgb(183,107,77); }
td.TdClassName
{
border-color: #B76B4D;
}
.TagClassName
{
border-color: #B76B4D;
}
</style>