Shades of Sante Fe #B17850
Tints of Sante Fe #B17850
RGB
CMYK
RGB Variations
Color information
#B17850 (or 0xB17850) is known color: Sante Fe. HEX triplet: B1, 78 and 50. RGB value is (177,120,80). Sum of RGB (Red+Green+Blue) = 177+120+80=377 (49% of max value = 765). Red value is 177 (69.53% from 255 or 46.95% from 377); Green value is 120 (47.27% from 255 or 31.83% from 377); Blue value is 80 (31.64% from 255 or 21.22% from 377); Max value from RGB is 177 - color contains mainly: red. Hex color #B17850 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17850 is #4E87AF. Grayscale: #848484. Windows color (decimal): -5146544 or 5273777. OLE color: 5273777.
HSL color Cylindrical-coordinate representation of color #B17850: hue angle of 24.74º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B17850 is Cyan = 0, Magento = 0.32, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 120 | 80 | - |
| CMYK | 0 | 0.32 | 0.55 | 0.31 |
| HSL | 24.74º | 0.38% | 0.5% | - |
| HSV(B) | 24.74º | 0.55% | 0.69% | - |
| XYZ | 26.3 | 23.36 | 10.71 | - |
| YUV | 132.48 | 98.38 | 159.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 120 | 80 | 0 | 0.32 | 0.55 | 0.31 | 24.74 | 0.38 | 0.5 |
| Hex | B1 | 78 | 50 | 0 | 20 | 37 | 1F | 19 | 26 | 32 |
| Octal | 261 | 170 | 120 | 0 | 40 | 67 | 37 | 31 | 46 | 62 |
| Binary | 10110001 | 1111000 | 1010000 | 0 | 100000 | 110111 | 11111 | 11001 | 100110 | 110010 |
Color Harmonies of #B17850
Complementary color
Monochromatic Colors of #B17850
Black with #B17850
Text Example
Text Example
White with #B17850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17850; }
p { color: rgb(177,120,80); }
H1.HeaderClassName
{
color: #B17850;
}
.AnyTagClassName
{
color: #B17850;
}
</style>
background-color css
<style>
a { background-color: #B17850; }
a { background-color: rgb(177,120,80); }
div.DivClassName
{
background-color: #B17850;
}
.BgClassName
{
background-color: #B17850;
}
</style>
border-color css
<style>
span { border-color: #B17850; }
span { border-color: rgb(177,120,80); }
td.TdClassName
{
border-color: #B17850;
}
.TagClassName
{
border-color: #B17850;
}
</style>