Shades of Sante Fe #B17852
Tints of Sante Fe #B17852
RGB
CMYK
RGB Variations
Color information
#B17852 (or 0xB17852) is known color: Sante Fe. HEX triplet: B1, 78 and 52. RGB value is (177,120,82). Sum of RGB (Red+Green+Blue) = 177+120+82=379 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.70% from 379); Green value is 120 (47.27% from 255 or 31.66% from 379); Blue value is 82 (32.42% from 255 or 21.64% from 379); Max value from RGB is 177 - color contains mainly: red. Hex color #B17852 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17852 is #4E87AD. Grayscale: #848484. Windows color (decimal): -5146542 or 5404849. OLE color: 5404849.
HSL color Cylindrical-coordinate representation of color #B17852: hue angle of 24º 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 #B17852 is Cyan = 0, Magento = 0.32, Yellow = 0.54 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 120 | 82 | - |
| CMYK | 0 | 0.32 | 0.54 | 0.31 |
| HSL | 24º | 0.38% | 0.51% | - |
| HSV(B) | 24º | 0.54% | 0.69% | - |
| XYZ | 26.37 | 23.39 | 11.11 | - |
| YUV | 132.71 | 99.38 | 159.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 120 | 82 | 0 | 0.32 | 0.54 | 0.31 | 24 | 0.38 | 0.51 |
| Hex | B1 | 78 | 52 | 0 | 20 | 36 | 1F | 18 | 26 | 33 |
| Octal | 261 | 170 | 122 | 0 | 40 | 66 | 37 | 30 | 46 | 63 |
| Binary | 10110001 | 1111000 | 1010010 | 0 | 100000 | 110110 | 11111 | 11000 | 100110 | 110011 |
Color Harmonies of #B17852
Complementary color
Monochromatic Colors of #B17852
Black with #B17852
Text Example
Text Example
White with #B17852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17852; }
p { color: rgb(177,120,82); }
H1.HeaderClassName
{
color: #B17852;
}
.AnyTagClassName
{
color: #B17852;
}
</style>
background-color css
<style>
a { background-color: #B17852; }
a { background-color: rgb(177,120,82); }
div.DivClassName
{
background-color: #B17852;
}
.BgClassName
{
background-color: #B17852;
}
</style>
border-color css
<style>
span { border-color: #B17852; }
span { border-color: rgb(177,120,82); }
td.TdClassName
{
border-color: #B17852;
}
.TagClassName
{
border-color: #B17852;
}
</style>