Shades of Sante Fe #B76D52
Tints of Sante Fe #B76D52
RGB
CMYK
RGB Variations
Color information
#B76D52 (or 0xB76D52) is known color: Sante Fe. HEX triplet: B7, 6D and 52. RGB value is (183,109,82). Sum of RGB (Red+Green+Blue) = 183+109+82=374 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.93% from 374); Green value is 109 (42.97% from 255 or 29.14% from 374); Blue value is 82 (32.42% from 255 or 21.93% from 374); Max value from RGB is 183 - color contains mainly: red. Hex color #B76D52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76D52 is #4892AD. Grayscale: #808080. Windows color (decimal): -4756142 or 5402039. OLE color: 5402039.
HSL color Cylindrical-coordinate representation of color #B76D52: hue angle of 16.04º 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 #B76D52 is Cyan = 0, Magento = 0.40, Yellow = 0.55 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 109 | 82 | - |
| CMYK | 0 | 0.40 | 0.55 | 0.28 |
| HSL | 16.04º | 0.41% | 0.52% | - |
| HSV(B) | 16.04º | 0.55% | 0.72% | - |
| XYZ | 26.52 | 21.61 | 10.76 | - |
| YUV | 128.05 | 102.02 | 167.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 109 | 82 | 0 | 0.40 | 0.55 | 0.28 | 16.04 | 0.41 | 0.52 |
| Hex | B7 | 6D | 52 | 0 | 28 | 37 | 1C | 10 | 29 | 34 |
| Octal | 267 | 155 | 122 | 0 | 50 | 67 | 34 | 20 | 51 | 64 |
| Binary | 10110111 | 1101101 | 1010010 | 0 | 101000 | 110111 | 11100 | 10000 | 101001 | 110100 |
Color Harmonies of #B76D52
Complementary color
Monochromatic Colors of #B76D52
Black with #B76D52
Text Example
Text Example
White with #B76D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76D52; }
p { color: rgb(183,109,82); }
H1.HeaderClassName
{
color: #B76D52;
}
.AnyTagClassName
{
color: #B76D52;
}
</style>
background-color css
<style>
a { background-color: #B76D52; }
a { background-color: rgb(183,109,82); }
div.DivClassName
{
background-color: #B76D52;
}
.BgClassName
{
background-color: #B76D52;
}
</style>
border-color css
<style>
span { border-color: #B76D52; }
span { border-color: rgb(183,109,82); }
td.TdClassName
{
border-color: #B76D52;
}
.TagClassName
{
border-color: #B76D52;
}
</style>