Shades of Sante Fe #B37250
Tints of Sante Fe #B37250
RGB
CMYK
RGB Variations
Color information
#B37250 (or 0xB37250) is known color: Sante Fe. HEX triplet: B3, 72 and 50. RGB value is (179,114,80). Sum of RGB (Red+Green+Blue) = 179+114+80=373 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.99% from 373); Green value is 114 (44.92% from 255 or 30.56% from 373); Blue value is 80 (31.64% from 255 or 21.45% from 373); Max value from RGB is 179 - color contains mainly: red. Hex color #B37250 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37250 is #4C8DAF. Grayscale: #818181. Windows color (decimal): -5017008 or 5272243. OLE color: 5272243.
HSL color Cylindrical-coordinate representation of color #B37250: hue angle of 20.61º 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 #B37250 is Cyan = 0, Magento = 0.36, Yellow = 0.55 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 114 | 80 | - |
| CMYK | 0 | 0.36 | 0.55 | 0.30 |
| HSL | 20.61º | 0.39% | 0.51% | - |
| HSV(B) | 20.61º | 0.55% | 0.7% | - |
| XYZ | 26.06 | 22.2 | 10.5 | - |
| YUV | 129.56 | 100.03 | 163.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 114 | 80 | 0 | 0.36 | 0.55 | 0.30 | 20.61 | 0.39 | 0.51 |
| Hex | B3 | 72 | 50 | 0 | 24 | 37 | 1E | 15 | 27 | 33 |
| Octal | 263 | 162 | 120 | 0 | 44 | 67 | 36 | 25 | 47 | 63 |
| Binary | 10110011 | 1110010 | 1010000 | 0 | 100100 | 110111 | 11110 | 10101 | 100111 | 110011 |
Color Harmonies of #B37250
Complementary color
Monochromatic Colors of #B37250
Black with #B37250
Text Example
Text Example
White with #B37250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37250; }
p { color: rgb(179,114,80); }
H1.HeaderClassName
{
color: #B37250;
}
.AnyTagClassName
{
color: #B37250;
}
</style>
background-color css
<style>
a { background-color: #B37250; }
a { background-color: rgb(179,114,80); }
div.DivClassName
{
background-color: #B37250;
}
.BgClassName
{
background-color: #B37250;
}
</style>
border-color css
<style>
span { border-color: #B37250; }
span { border-color: rgb(179,114,80); }
td.TdClassName
{
border-color: #B37250;
}
.TagClassName
{
border-color: #B37250;
}
</style>