Shades of Sante Fe #B17352
Tints of Sante Fe #B17352
RGB
CMYK
RGB Variations
Color information
#B17352 (or 0xB17352) is known color: Sante Fe. HEX triplet: B1, 73 and 52. RGB value is (177,115,82). Sum of RGB (Red+Green+Blue) = 177+115+82=374 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.33% from 374); Green value is 115 (45.31% from 255 or 30.75% from 374); Blue value is 82 (32.42% from 255 or 21.93% from 374); Max value from RGB is 177 - color contains mainly: red. Hex color #B17352 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17352 is #4E8CAD. Grayscale: #818181. Windows color (decimal): -5147822 or 5403569. OLE color: 5403569.
HSL color Cylindrical-coordinate representation of color #B17352: hue angle of 20.84º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B17352 is Cyan = 0, Magento = 0.35, Yellow = 0.54 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 115 | 82 | - |
| CMYK | 0 | 0.35 | 0.54 | 0.31 |
| HSL | 20.84º | 0.38% | 0.51% | - |
| HSV(B) | 20.84º | 0.54% | 0.69% | - |
| XYZ | 25.79 | 22.22 | 10.91 | - |
| YUV | 129.78 | 101.04 | 161.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 115 | 82 | 0 | 0.35 | 0.54 | 0.31 | 20.84 | 0.38 | 0.51 |
| Hex | B1 | 73 | 52 | 0 | 23 | 36 | 1F | 15 | 26 | 33 |
| Octal | 261 | 163 | 122 | 0 | 43 | 66 | 37 | 25 | 46 | 63 |
| Binary | 10110001 | 1110011 | 1010010 | 0 | 100011 | 110110 | 11111 | 10101 | 100110 | 110011 |
Color Harmonies of #B17352
Complementary color
Monochromatic Colors of #B17352
Black with #B17352
Text Example
Text Example
White with #B17352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17352; }
p { color: rgb(177,115,82); }
H1.HeaderClassName
{
color: #B17352;
}
.AnyTagClassName
{
color: #B17352;
}
</style>
background-color css
<style>
a { background-color: #B17352; }
a { background-color: rgb(177,115,82); }
div.DivClassName
{
background-color: #B17352;
}
.BgClassName
{
background-color: #B17352;
}
</style>
border-color css
<style>
span { border-color: #B17352; }
span { border-color: rgb(177,115,82); }
td.TdClassName
{
border-color: #B17352;
}
.TagClassName
{
border-color: #B17352;
}
</style>