Shades of Sante Fe #B5724E
Tints of Sante Fe #B5724E
RGB
CMYK
RGB Variations
Color information
#B5724E (or 0xB5724E) is known color: Sante Fe. HEX triplet: B5, 72 and 4E. RGB value is (181,114,78). Sum of RGB (Red+Green+Blue) = 181+114+78=373 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.53% from 373); Green value is 114 (44.92% from 255 or 30.56% from 373); Blue value is 78 (30.86% from 255 or 20.91% from 373); Max value from RGB is 181 - color contains mainly: red. Hex color #B5724E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5724E is #4A8DB1. Grayscale: #828282. Windows color (decimal): -4885938 or 5141173. OLE color: 5141173.
HSL color Cylindrical-coordinate representation of color #B5724E: hue angle of 20.97º 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 #B5724E is Cyan = 0, Magento = 0.37, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 114 | 78 | - |
| CMYK | 0 | 0.37 | 0.57 | 0.29 |
| HSL | 20.97º | 0.41% | 0.51% | - |
| HSV(B) | 20.97º | 0.57% | 0.71% | - |
| XYZ | 26.45 | 22.41 | 10.14 | - |
| YUV | 129.93 | 98.7 | 164.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 114 | 78 | 0 | 0.37 | 0.57 | 0.29 | 20.97 | 0.41 | 0.51 |
| Hex | B5 | 72 | 4E | 0 | 25 | 39 | 1D | 15 | 29 | 33 |
| Octal | 265 | 162 | 116 | 0 | 45 | 71 | 35 | 25 | 51 | 63 |
| Binary | 10110101 | 1110010 | 1001110 | 0 | 100101 | 111001 | 11101 | 10101 | 101001 | 110011 |
Color Harmonies of #B5724E
Complementary color
Monochromatic Colors of #B5724E
Black with #B5724E
Text Example
Text Example
White with #B5724E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5724E; }
p { color: rgb(181,114,78); }
H1.HeaderClassName
{
color: #B5724E;
}
.AnyTagClassName
{
color: #B5724E;
}
</style>
background-color css
<style>
a { background-color: #B5724E; }
a { background-color: rgb(181,114,78); }
div.DivClassName
{
background-color: #B5724E;
}
.BgClassName
{
background-color: #B5724E;
}
</style>
border-color css
<style>
span { border-color: #B5724E; }
span { border-color: rgb(181,114,78); }
td.TdClassName
{
border-color: #B5724E;
}
.TagClassName
{
border-color: #B5724E;
}
</style>