Shades of Sante Fe #B0714D
Tints of Sante Fe #B0714D
RGB
CMYK
RGB Variations
Color information
#B0714D (or 0xB0714D) is known color: Sante Fe. HEX triplet: B0, 71 and 4D. RGB value is (176,113,77). Sum of RGB (Red+Green+Blue) = 176+113+77=366 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.09% from 366); Green value is 113 (44.53% from 255 or 30.87% from 366); Blue value is 77 (30.47% from 255 or 21.04% from 366); Max value from RGB is 176 - color contains mainly: red. Hex color #B0714D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0714D is #4F8EB2. Grayscale: #7F7F7F. Windows color (decimal): -5213875 or 5075376. OLE color: 5075376.
HSL color Cylindrical-coordinate representation of color #B0714D: hue angle of 21.82º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B0714D is Cyan = 0, Magento = 0.36, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 113 | 77 | - |
| CMYK | 0 | 0.36 | 0.56 | 0.31 |
| HSL | 21.82º | 0.39% | 0.5% | - |
| HSV(B) | 21.82º | 0.56% | 0.69% | - |
| XYZ | 25.15 | 21.58 | 9.86 | - |
| YUV | 127.73 | 99.37 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 113 | 77 | 0 | 0.36 | 0.56 | 0.31 | 21.82 | 0.39 | 0.5 |
| Hex | B0 | 71 | 4D | 0 | 24 | 38 | 1F | 16 | 27 | 32 |
| Octal | 260 | 161 | 115 | 0 | 44 | 70 | 37 | 26 | 47 | 62 |
| Binary | 10110000 | 1110001 | 1001101 | 0 | 100100 | 111000 | 11111 | 10110 | 100111 | 110010 |
Color Harmonies of #B0714D
Complementary color
Monochromatic Colors of #B0714D
Black with #B0714D
Text Example
Text Example
White with #B0714D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0714D; }
p { color: rgb(176,113,77); }
H1.HeaderClassName
{
color: #B0714D;
}
.AnyTagClassName
{
color: #B0714D;
}
</style>
background-color css
<style>
a { background-color: #B0714D; }
a { background-color: rgb(176,113,77); }
div.DivClassName
{
background-color: #B0714D;
}
.BgClassName
{
background-color: #B0714D;
}
</style>
border-color css
<style>
span { border-color: #B0714D; }
span { border-color: rgb(176,113,77); }
td.TdClassName
{
border-color: #B0714D;
}
.TagClassName
{
border-color: #B0714D;
}
</style>