Shades of Sante Fe #B4714E
Tints of Sante Fe #B4714E
RGB
CMYK
RGB Variations
Color information
#B4714E (or 0xB4714E) is known color: Sante Fe. HEX triplet: B4, 71 and 4E. RGB value is (180,113,78). Sum of RGB (Red+Green+Blue) = 180+113+78=371 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.52% from 371); Green value is 113 (44.53% from 255 or 30.46% from 371); Blue value is 78 (30.86% from 255 or 21.02% from 371); Max value from RGB is 180 - color contains mainly: red. Hex color #B4714E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4714E is #4B8EB1. Grayscale: #818181. Windows color (decimal): -4951730 or 5140916. OLE color: 5140916.
HSL color Cylindrical-coordinate representation of color #B4714E: hue angle of 20.59º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B4714E is Cyan = 0, Magento = 0.37, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 113 | 78 | - |
| CMYK | 0 | 0.37 | 0.57 | 0.29 |
| HSL | 20.59º | 0.4% | 0.51% | - |
| HSV(B) | 20.59º | 0.57% | 0.71% | - |
| XYZ | 26.1 | 22.06 | 10.09 | - |
| YUV | 129.04 | 99.2 | 164.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 113 | 78 | 0 | 0.37 | 0.57 | 0.29 | 20.59 | 0.4 | 0.51 |
| Hex | B4 | 71 | 4E | 0 | 25 | 39 | 1D | 15 | 28 | 33 |
| Octal | 264 | 161 | 116 | 0 | 45 | 71 | 35 | 25 | 50 | 63 |
| Binary | 10110100 | 1110001 | 1001110 | 0 | 100101 | 111001 | 11101 | 10101 | 101000 | 110011 |
Color Harmonies of #B4714E
Complementary color
Monochromatic Colors of #B4714E
Black with #B4714E
Text Example
Text Example
White with #B4714E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4714E; }
p { color: rgb(180,113,78); }
H1.HeaderClassName
{
color: #B4714E;
}
.AnyTagClassName
{
color: #B4714E;
}
</style>
background-color css
<style>
a { background-color: #B4714E; }
a { background-color: rgb(180,113,78); }
div.DivClassName
{
background-color: #B4714E;
}
.BgClassName
{
background-color: #B4714E;
}
</style>
border-color css
<style>
span { border-color: #B4714E; }
span { border-color: rgb(180,113,78); }
td.TdClassName
{
border-color: #B4714E;
}
.TagClassName
{
border-color: #B4714E;
}
</style>