Shades of Sante Fe #B47155
Tints of Sante Fe #B47155
RGB
CMYK
RGB Variations
Color information
#B47155 (or 0xB47155) is known color: Sante Fe. HEX triplet: B4, 71 and 55. RGB value is (180,113,85). Sum of RGB (Red+Green+Blue) = 180+113+85=378 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.62% from 378); Green value is 113 (44.53% from 255 or 29.89% from 378); Blue value is 85 (33.59% from 255 or 22.49% from 378); Max value from RGB is 180 - color contains mainly: red. Hex color #B47155 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47155 is #4B8EAA. Grayscale: #828282. Windows color (decimal): -4951723 or 5599668. OLE color: 5599668.
HSL color Cylindrical-coordinate representation of color #B47155: hue angle of 17.68º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B47155 is Cyan = 0, Magento = 0.37, Yellow = 0.53 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 113 | 85 | - |
| CMYK | 0 | 0.37 | 0.53 | 0.29 |
| HSL | 17.68º | 0.39% | 0.52% | - |
| HSV(B) | 17.68º | 0.53% | 0.71% | - |
| XYZ | 26.37 | 22.17 | 11.48 | - |
| YUV | 129.84 | 102.7 | 163.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 113 | 85 | 0 | 0.37 | 0.53 | 0.29 | 17.68 | 0.39 | 0.52 |
| Hex | B4 | 71 | 55 | 0 | 25 | 35 | 1D | 12 | 27 | 34 |
| Octal | 264 | 161 | 125 | 0 | 45 | 65 | 35 | 22 | 47 | 64 |
| Binary | 10110100 | 1110001 | 1010101 | 0 | 100101 | 110101 | 11101 | 10010 | 100111 | 110100 |
Color Harmonies of #B47155
Complementary color
Monochromatic Colors of #B47155
Black with #B47155
Text Example
Text Example
White with #B47155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47155; }
p { color: rgb(180,113,85); }
H1.HeaderClassName
{
color: #B47155;
}
.AnyTagClassName
{
color: #B47155;
}
</style>
background-color css
<style>
a { background-color: #B47155; }
a { background-color: rgb(180,113,85); }
div.DivClassName
{
background-color: #B47155;
}
.BgClassName
{
background-color: #B47155;
}
</style>
border-color css
<style>
span { border-color: #B47155; }
span { border-color: rgb(180,113,85); }
td.TdClassName
{
border-color: #B47155;
}
.TagClassName
{
border-color: #B47155;
}
</style>