Shades of Sante Fe #B17254
Tints of Sante Fe #B17254
RGB
CMYK
RGB Variations
Color information
#B17254 (or 0xB17254) is known color: Sante Fe. HEX triplet: B1, 72 and 54. RGB value is (177,114,84). Sum of RGB (Red+Green+Blue) = 177+114+84=375 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.2% from 375); Green value is 114 (44.92% from 255 or 30.4% from 375); Blue value is 84 (33.20% from 255 or 22.4% from 375); Max value from RGB is 177 - color contains mainly: red. Hex color #B17254 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17254 is #4E8DAB. Grayscale: #818181. Windows color (decimal): -5148076 or 5534385. OLE color: 5534385.
HSL color Cylindrical-coordinate representation of color #B17254: hue angle of 19.35º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B17254 is Cyan = 0, Magento = 0.36, Yellow = 0.53 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 114 | 84 | - |
| CMYK | 0 | 0.36 | 0.53 | 0.31 |
| HSL | 19.35º | 0.37% | 0.51% | - |
| HSV(B) | 19.35º | 0.53% | 0.69% | - |
| XYZ | 25.75 | 22.02 | 11.28 | - |
| YUV | 129.42 | 102.37 | 161.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 114 | 84 | 0 | 0.36 | 0.53 | 0.31 | 19.35 | 0.37 | 0.51 |
| Hex | B1 | 72 | 54 | 0 | 24 | 35 | 1F | 13 | 25 | 33 |
| Octal | 261 | 162 | 124 | 0 | 44 | 65 | 37 | 23 | 45 | 63 |
| Binary | 10110001 | 1110010 | 1010100 | 0 | 100100 | 110101 | 11111 | 10011 | 100101 | 110011 |
Color Harmonies of #B17254
Complementary color
Monochromatic Colors of #B17254
Black with #B17254
Text Example
Text Example
White with #B17254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17254; }
p { color: rgb(177,114,84); }
H1.HeaderClassName
{
color: #B17254;
}
.AnyTagClassName
{
color: #B17254;
}
</style>
background-color css
<style>
a { background-color: #B17254; }
a { background-color: rgb(177,114,84); }
div.DivClassName
{
background-color: #B17254;
}
.BgClassName
{
background-color: #B17254;
}
</style>
border-color css
<style>
span { border-color: #B17254; }
span { border-color: rgb(177,114,84); }
td.TdClassName
{
border-color: #B17254;
}
.TagClassName
{
border-color: #B17254;
}
</style>