Shades of Sante Fe #B17758
Tints of Sante Fe #B17758
RGB
CMYK
RGB Variations
Color information
#B17758 (or 0xB17758) is known color: Sante Fe. HEX triplet: B1, 77 and 58. RGB value is (177,119,88). Sum of RGB (Red+Green+Blue) = 177+119+88=384 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.09% from 384); Green value is 119 (46.88% from 255 or 30.99% from 384); Blue value is 88 (34.77% from 255 or 22.92% from 384); Max value from RGB is 177 - color contains mainly: red. Hex color #B17758 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17758 is #4E88A7. Grayscale: #848484. Windows color (decimal): -5146792 or 5797809. OLE color: 5797809.
HSL color Cylindrical-coordinate representation of color #B17758: hue angle of 20.9º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B17758 is Cyan = 0, Magento = 0.33, Yellow = 0.50 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 119 | 88 | - |
| CMYK | 0 | 0.33 | 0.50 | 0.31 |
| HSL | 20.9º | 0.36% | 0.52% | - |
| HSV(B) | 20.9º | 0.5% | 0.69% | - |
| XYZ | 26.49 | 23.25 | 12.32 | - |
| YUV | 132.81 | 102.72 | 159.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 119 | 88 | 0 | 0.33 | 0.50 | 0.31 | 20.9 | 0.36 | 0.52 |
| Hex | B1 | 77 | 58 | 0 | 21 | 32 | 1F | 15 | 24 | 34 |
| Octal | 261 | 167 | 130 | 0 | 41 | 62 | 37 | 25 | 44 | 64 |
| Binary | 10110001 | 1110111 | 1011000 | 0 | 100001 | 110010 | 11111 | 10101 | 100100 | 110100 |
Color Harmonies of #B17758
Complementary color
Monochromatic Colors of #B17758
Black with #B17758
Text Example
Text Example
White with #B17758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17758; }
p { color: rgb(177,119,88); }
H1.HeaderClassName
{
color: #B17758;
}
.AnyTagClassName
{
color: #B17758;
}
</style>
background-color css
<style>
a { background-color: #B17758; }
a { background-color: rgb(177,119,88); }
div.DivClassName
{
background-color: #B17758;
}
.BgClassName
{
background-color: #B17758;
}
</style>
border-color css
<style>
span { border-color: #B17758; }
span { border-color: rgb(177,119,88); }
td.TdClassName
{
border-color: #B17758;
}
.TagClassName
{
border-color: #B17758;
}
</style>