Shades of Sante Fe #B5704D
Tints of Sante Fe #B5704D
RGB
CMYK
RGB Variations
Color information
#B5704D (or 0xB5704D) is known color: Sante Fe. HEX triplet: B5, 70 and 4D. RGB value is (181,112,77). Sum of RGB (Red+Green+Blue) = 181+112+77=370 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.92% from 370); Green value is 112 (44.14% from 255 or 30.27% from 370); Blue value is 77 (30.47% from 255 or 20.81% from 370); Max value from RGB is 181 - color contains mainly: red. Hex color #B5704D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5704D is #4A8FB2. Grayscale: #808080. Windows color (decimal): -4886451 or 5075125. OLE color: 5075125.
HSL color Cylindrical-coordinate representation of color #B5704D: hue angle of 20.19º 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 #B5704D is Cyan = 0, Magento = 0.38, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 112 | 77 | - |
| CMYK | 0 | 0.38 | 0.57 | 0.29 |
| HSL | 20.19º | 0.41% | 0.51% | - |
| HSV(B) | 20.19º | 0.57% | 0.71% | - |
| XYZ | 26.19 | 21.95 | 9.88 | - |
| YUV | 128.64 | 98.86 | 165.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 112 | 77 | 0 | 0.38 | 0.57 | 0.29 | 20.19 | 0.41 | 0.51 |
| Hex | B5 | 70 | 4D | 0 | 26 | 39 | 1D | 14 | 29 | 33 |
| Octal | 265 | 160 | 115 | 0 | 46 | 71 | 35 | 24 | 51 | 63 |
| Binary | 10110101 | 1110000 | 1001101 | 0 | 100110 | 111001 | 11101 | 10100 | 101001 | 110011 |
Color Harmonies of #B5704D
Complementary color
Monochromatic Colors of #B5704D
Black with #B5704D
Text Example
Text Example
White with #B5704D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5704D; }
p { color: rgb(181,112,77); }
H1.HeaderClassName
{
color: #B5704D;
}
.AnyTagClassName
{
color: #B5704D;
}
</style>
background-color css
<style>
a { background-color: #B5704D; }
a { background-color: rgb(181,112,77); }
div.DivClassName
{
background-color: #B5704D;
}
.BgClassName
{
background-color: #B5704D;
}
</style>
border-color css
<style>
span { border-color: #B5704D; }
span { border-color: rgb(181,112,77); }
td.TdClassName
{
border-color: #B5704D;
}
.TagClassName
{
border-color: #B5704D;
}
</style>