Shades of Sante Fe #B76E5A
Tints of Sante Fe #B76E5A
RGB
CMYK
RGB Variations
Color information
#B76E5A (or 0xB76E5A) is known color: Sante Fe. HEX triplet: B7, 6E and 5A. RGB value is (183,110,90). Sum of RGB (Red+Green+Blue) = 183+110+90=383 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.78% from 383); Green value is 110 (43.36% from 255 or 28.72% from 383); Blue value is 90 (35.55% from 255 or 23.50% from 383); Max value from RGB is 183 - color contains mainly: red. Hex color #B76E5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76E5A is #4891A5. Grayscale: #818181. Windows color (decimal): -4755878 or 5926583. OLE color: 5926583.
HSL color Cylindrical-coordinate representation of color #B76E5A: hue angle of 12.9º 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 #B76E5A is Cyan = 0, Magento = 0.40, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 110 | 90 | - |
| CMYK | 0 | 0.40 | 0.51 | 0.28 |
| HSL | 12.9º | 0.39% | 0.54% | - |
| HSV(B) | 12.9º | 0.51% | 0.72% | - |
| XYZ | 26.95 | 21.96 | 12.49 | - |
| YUV | 129.55 | 105.68 | 166.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 110 | 90 | 0 | 0.40 | 0.51 | 0.28 | 12.9 | 0.39 | 0.54 |
| Hex | B7 | 6E | 5A | 0 | 28 | 33 | 1C | D | 27 | 36 |
| Octal | 267 | 156 | 132 | 0 | 50 | 63 | 34 | 15 | 47 | 66 |
| Binary | 10110111 | 1101110 | 1011010 | 0 | 101000 | 110011 | 11100 | 1101 | 100111 | 110110 |
Color Harmonies of #B76E5A
Complementary color
Monochromatic Colors of #B76E5A
Black with #B76E5A
Text Example
Text Example
White with #B76E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76E5A; }
p { color: rgb(183,110,90); }
H1.HeaderClassName
{
color: #B76E5A;
}
.AnyTagClassName
{
color: #B76E5A;
}
</style>
background-color css
<style>
a { background-color: #B76E5A; }
a { background-color: rgb(183,110,90); }
div.DivClassName
{
background-color: #B76E5A;
}
.BgClassName
{
background-color: #B76E5A;
}
</style>
border-color css
<style>
span { border-color: #B76E5A; }
span { border-color: rgb(183,110,90); }
td.TdClassName
{
border-color: #B76E5A;
}
.TagClassName
{
border-color: #B76E5A;
}
</style>