Shades of Sante Fe #B5705A
Tints of Sante Fe #B5705A
RGB
CMYK
RGB Variations
Color information
#B5705A (or 0xB5705A) is known color: Sante Fe. HEX triplet: B5, 70 and 5A. RGB value is (181,112,90). Sum of RGB (Red+Green+Blue) = 181+112+90=383 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.26% from 383); Green value is 112 (44.14% from 255 or 29.24% from 383); Blue value is 90 (35.55% from 255 or 23.50% from 383); Max value from RGB is 181 - color contains mainly: red. Hex color #B5705A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5705A is #4A8FA5. Grayscale: #828282. Windows color (decimal): -4886438 or 5927093. OLE color: 5927093.
HSL color Cylindrical-coordinate representation of color #B5705A: hue angle of 14.51º 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 #B5705A is Cyan = 0, Magento = 0.38, Yellow = 0.50 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 112 | 90 | - |
| CMYK | 0 | 0.38 | 0.50 | 0.29 |
| HSL | 14.51º | 0.38% | 0.53% | - |
| HSV(B) | 14.51º | 0.5% | 0.71% | - |
| XYZ | 26.7 | 22.15 | 12.54 | - |
| YUV | 130.12 | 105.36 | 164.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 112 | 90 | 0 | 0.38 | 0.50 | 0.29 | 14.51 | 0.38 | 0.53 |
| Hex | B5 | 70 | 5A | 0 | 26 | 32 | 1D | F | 26 | 35 |
| Octal | 265 | 160 | 132 | 0 | 46 | 62 | 35 | 17 | 46 | 65 |
| Binary | 10110101 | 1110000 | 1011010 | 0 | 100110 | 110010 | 11101 | 1111 | 100110 | 110101 |
Color Harmonies of #B5705A
Complementary color
Monochromatic Colors of #B5705A
Black with #B5705A
Text Example
Text Example
White with #B5705A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5705A; }
p { color: rgb(181,112,90); }
H1.HeaderClassName
{
color: #B5705A;
}
.AnyTagClassName
{
color: #B5705A;
}
</style>
background-color css
<style>
a { background-color: #B5705A; }
a { background-color: rgb(181,112,90); }
div.DivClassName
{
background-color: #B5705A;
}
.BgClassName
{
background-color: #B5705A;
}
</style>
border-color css
<style>
span { border-color: #B5705A; }
span { border-color: rgb(181,112,90); }
td.TdClassName
{
border-color: #B5705A;
}
.TagClassName
{
border-color: #B5705A;
}
</style>