Shades of Sante Fe #B5705B
Tints of Sante Fe #B5705B
RGB
CMYK
RGB Variations
Color information
#B5705B (or 0xB5705B) is known color: Sante Fe. HEX triplet: B5, 70 and 5B. RGB value is (181,112,91). Sum of RGB (Red+Green+Blue) = 181+112+91=384 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.14% from 384); Green value is 112 (44.14% from 255 or 29.17% from 384); Blue value is 91 (35.94% from 255 or 23.70% from 384); Max value from RGB is 181 - color contains mainly: red. Hex color #B5705B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5705B is #4A8FA4. Grayscale: #828282. Windows color (decimal): -4886437 or 5992629. OLE color: 5992629.
HSL color Cylindrical-coordinate representation of color #B5705B: hue angle of 14º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B5705B is Cyan = 0, Magento = 0.38, Yellow = 0.50 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 112 | 91 | - |
| CMYK | 0 | 0.38 | 0.50 | 0.29 |
| HSL | 14º | 0.38% | 0.53% | - |
| HSV(B) | 14º | 0.5% | 0.71% | - |
| XYZ | 26.74 | 22.17 | 12.77 | - |
| YUV | 130.24 | 105.86 | 164.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 112 | 91 | 0 | 0.38 | 0.50 | 0.29 | 14 | 0.38 | 0.53 |
| Hex | B5 | 70 | 5B | 0 | 26 | 32 | 1D | E | 26 | 35 |
| Octal | 265 | 160 | 133 | 0 | 46 | 62 | 35 | 16 | 46 | 65 |
| Binary | 10110101 | 1110000 | 1011011 | 0 | 100110 | 110010 | 11101 | 1110 | 100110 | 110101 |
Color Harmonies of #B5705B
Complementary color
Monochromatic Colors of #B5705B
Black with #B5705B
Text Example
Text Example
White with #B5705B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5705B; }
p { color: rgb(181,112,91); }
H1.HeaderClassName
{
color: #B5705B;
}
.AnyTagClassName
{
color: #B5705B;
}
</style>
background-color css
<style>
a { background-color: #B5705B; }
a { background-color: rgb(181,112,91); }
div.DivClassName
{
background-color: #B5705B;
}
.BgClassName
{
background-color: #B5705B;
}
</style>
border-color css
<style>
span { border-color: #B5705B; }
span { border-color: rgb(181,112,91); }
td.TdClassName
{
border-color: #B5705B;
}
.TagClassName
{
border-color: #B5705B;
}
</style>