Shades of Sante Fe #B76C5A
Tints of Sante Fe #B76C5A
RGB
CMYK
RGB Variations
Color information
#B76C5A (or 0xB76C5A) is known color: Sante Fe. HEX triplet: B7, 6C and 5A. RGB value is (183,108,90). Sum of RGB (Red+Green+Blue) = 183+108+90=381 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.03% from 381); Green value is 108 (42.58% from 255 or 28.35% from 381); Blue value is 90 (35.55% from 255 or 23.62% from 381); Max value from RGB is 183 - color contains mainly: red. Hex color #B76C5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76C5A is #4893A5. Grayscale: #808080. Windows color (decimal): -4756390 or 5926071. OLE color: 5926071.
HSL color Cylindrical-coordinate representation of color #B76C5A: hue angle of 11.61º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B76C5A is Cyan = 0, Magento = 0.41, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 108 | 90 | - |
| CMYK | 0 | 0.41 | 0.51 | 0.28 |
| HSL | 11.61º | 0.39% | 0.54% | - |
| HSV(B) | 11.61º | 0.51% | 0.72% | - |
| XYZ | 26.74 | 21.53 | 12.42 | - |
| YUV | 128.37 | 106.35 | 166.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 108 | 90 | 0 | 0.41 | 0.51 | 0.28 | 11.61 | 0.39 | 0.54 |
| Hex | B7 | 6C | 5A | 0 | 29 | 33 | 1C | C | 27 | 36 |
| Octal | 267 | 154 | 132 | 0 | 51 | 63 | 34 | 14 | 47 | 66 |
| Binary | 10110111 | 1101100 | 1011010 | 0 | 101001 | 110011 | 11100 | 1100 | 100111 | 110110 |
Color Harmonies of #B76C5A
Complementary color
Monochromatic Colors of #B76C5A
Black with #B76C5A
Text Example
Text Example
White with #B76C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76C5A; }
p { color: rgb(183,108,90); }
H1.HeaderClassName
{
color: #B76C5A;
}
.AnyTagClassName
{
color: #B76C5A;
}
</style>
background-color css
<style>
a { background-color: #B76C5A; }
a { background-color: rgb(183,108,90); }
div.DivClassName
{
background-color: #B76C5A;
}
.BgClassName
{
background-color: #B76C5A;
}
</style>
border-color css
<style>
span { border-color: #B76C5A; }
span { border-color: rgb(183,108,90); }
td.TdClassName
{
border-color: #B76C5A;
}
.TagClassName
{
border-color: #B76C5A;
}
</style>