Shades of Sante Fe #B37851
Tints of Sante Fe #B37851
RGB
CMYK
RGB Variations
Color information
#B37851 (or 0xB37851) is known color: Sante Fe. HEX triplet: B3, 78 and 51. RGB value is (179,120,81). Sum of RGB (Red+Green+Blue) = 179+120+81=380 (50% of max value = 765). Red value is 179 (70.31% from 255 or 47.11% from 380); Green value is 120 (47.27% from 255 or 31.58% from 380); Blue value is 81 (32.03% from 255 or 21.32% from 380); Max value from RGB is 179 - color contains mainly: red. Hex color #B37851 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37851 is #4C87AE. Grayscale: #858585. Windows color (decimal): -5015471 or 5339315. OLE color: 5339315.
HSL color Cylindrical-coordinate representation of color #B37851: hue angle of 23.88º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B37851 is Cyan = 0, Magento = 0.33, Yellow = 0.55 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 120 | 81 | - |
| CMYK | 0 | 0.33 | 0.55 | 0.30 |
| HSL | 23.88º | 0.39% | 0.51% | - |
| HSV(B) | 23.88º | 0.55% | 0.7% | - |
| XYZ | 26.79 | 23.61 | 10.93 | - |
| YUV | 133.2 | 98.55 | 160.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 120 | 81 | 0 | 0.33 | 0.55 | 0.30 | 23.88 | 0.39 | 0.51 |
| Hex | B3 | 78 | 51 | 0 | 21 | 37 | 1E | 18 | 27 | 33 |
| Octal | 263 | 170 | 121 | 0 | 41 | 67 | 36 | 30 | 47 | 63 |
| Binary | 10110011 | 1111000 | 1010001 | 0 | 100001 | 110111 | 11110 | 11000 | 100111 | 110011 |
Color Harmonies of #B37851
Complementary color
Monochromatic Colors of #B37851
Black with #B37851
Text Example
Text Example
White with #B37851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37851; }
p { color: rgb(179,120,81); }
H1.HeaderClassName
{
color: #B37851;
}
.AnyTagClassName
{
color: #B37851;
}
</style>
background-color css
<style>
a { background-color: #B37851; }
a { background-color: rgb(179,120,81); }
div.DivClassName
{
background-color: #B37851;
}
.BgClassName
{
background-color: #B37851;
}
</style>
border-color css
<style>
span { border-color: #B37851; }
span { border-color: rgb(179,120,81); }
td.TdClassName
{
border-color: #B37851;
}
.TagClassName
{
border-color: #B37851;
}
</style>