Shades of Sante Fe #B37754
Tints of Sante Fe #B37754
RGB
CMYK
RGB Variations
Color information
#B37754 (or 0xB37754) is known color: Sante Fe. HEX triplet: B3, 77 and 54. RGB value is (179,119,84). Sum of RGB (Red+Green+Blue) = 179+119+84=382 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.86% from 382); Green value is 119 (46.88% from 255 or 31.15% from 382); Blue value is 84 (33.20% from 255 or 21.99% from 382); Max value from RGB is 179 - color contains mainly: red. Hex color #B37754 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37754 is #4C88AB. Grayscale: #858585. Windows color (decimal): -5015724 or 5535667. OLE color: 5535667.
HSL color Cylindrical-coordinate representation of color #B37754: hue angle of 22.11º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B37754 is Cyan = 0, Magento = 0.34, Yellow = 0.53 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 119 | 84 | - |
| CMYK | 0 | 0.34 | 0.53 | 0.30 |
| HSL | 22.11º | 0.38% | 0.52% | - |
| HSV(B) | 22.11º | 0.53% | 0.7% | - |
| XYZ | 26.79 | 23.42 | 11.5 | - |
| YUV | 132.95 | 100.38 | 160.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 119 | 84 | 0 | 0.34 | 0.53 | 0.30 | 22.11 | 0.38 | 0.52 |
| Hex | B3 | 77 | 54 | 0 | 22 | 35 | 1E | 16 | 26 | 34 |
| Octal | 263 | 167 | 124 | 0 | 42 | 65 | 36 | 26 | 46 | 64 |
| Binary | 10110011 | 1110111 | 1010100 | 0 | 100010 | 110101 | 11110 | 10110 | 100110 | 110100 |
Color Harmonies of #B37754
Complementary color
Monochromatic Colors of #B37754
Black with #B37754
Text Example
Text Example
White with #B37754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37754; }
p { color: rgb(179,119,84); }
H1.HeaderClassName
{
color: #B37754;
}
.AnyTagClassName
{
color: #B37754;
}
</style>
background-color css
<style>
a { background-color: #B37754; }
a { background-color: rgb(179,119,84); }
div.DivClassName
{
background-color: #B37754;
}
.BgClassName
{
background-color: #B37754;
}
</style>
border-color css
<style>
span { border-color: #B37754; }
span { border-color: rgb(179,119,84); }
td.TdClassName
{
border-color: #B37754;
}
.TagClassName
{
border-color: #B37754;
}
</style>