Shades of Sante Fe #B5704E
Tints of Sante Fe #B5704E
RGB
CMYK
RGB Variations
Color information
#B5704E (or 0xB5704E) is known color: Sante Fe. HEX triplet: B5, 70 and 4E. RGB value is (181,112,78). Sum of RGB (Red+Green+Blue) = 181+112+78=371 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.79% from 371); Green value is 112 (44.14% from 255 or 30.19% from 371); Blue value is 78 (30.86% from 255 or 21.02% from 371); Max value from RGB is 181 - color contains mainly: red. Hex color #B5704E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5704E is #4A8FB1. Grayscale: #808080. Windows color (decimal): -4886450 or 5140661. OLE color: 5140661.
HSL color Cylindrical-coordinate representation of color #B5704E: hue angle of 19.81º degrees, saturation: 0.41, 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 #B5704E is Cyan = 0, Magento = 0.38, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 112 | 78 | - |
| CMYK | 0 | 0.38 | 0.57 | 0.29 |
| HSL | 19.81º | 0.41% | 0.51% | - |
| HSV(B) | 19.81º | 0.57% | 0.71% | - |
| XYZ | 26.23 | 21.96 | 10.06 | - |
| YUV | 128.76 | 99.36 | 165.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 112 | 78 | 0 | 0.38 | 0.57 | 0.29 | 19.81 | 0.41 | 0.51 |
| Hex | B5 | 70 | 4E | 0 | 26 | 39 | 1D | 14 | 29 | 33 |
| Octal | 265 | 160 | 116 | 0 | 46 | 71 | 35 | 24 | 51 | 63 |
| Binary | 10110101 | 1110000 | 1001110 | 0 | 100110 | 111001 | 11101 | 10100 | 101001 | 110011 |
Color Harmonies of #B5704E
Complementary color
Monochromatic Colors of #B5704E
Black with #B5704E
Text Example
Text Example
White with #B5704E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5704E; }
p { color: rgb(181,112,78); }
H1.HeaderClassName
{
color: #B5704E;
}
.AnyTagClassName
{
color: #B5704E;
}
</style>
background-color css
<style>
a { background-color: #B5704E; }
a { background-color: rgb(181,112,78); }
div.DivClassName
{
background-color: #B5704E;
}
.BgClassName
{
background-color: #B5704E;
}
</style>
border-color css
<style>
span { border-color: #B5704E; }
span { border-color: rgb(181,112,78); }
td.TdClassName
{
border-color: #B5704E;
}
.TagClassName
{
border-color: #B5704E;
}
</style>