Shades of Sante Fe #B56858
Tints of Sante Fe #B56858
RGB
CMYK
RGB Variations
Color information
#B56858 (or 0xB56858) is known color: Sante Fe. HEX triplet: B5, 68 and 58. RGB value is (181,104,88). Sum of RGB (Red+Green+Blue) = 181+104+88=373 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.53% from 373); Green value is 104 (41.02% from 255 or 27.88% from 373); Blue value is 88 (34.77% from 255 or 23.59% from 373); Max value from RGB is 181 - color contains mainly: red. Hex color #B56858 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56858 is #4A97A7. Grayscale: #7D7D7D. Windows color (decimal): -4888488 or 5793973. OLE color: 5793973.
HSL color Cylindrical-coordinate representation of color #B56858: hue angle of 10.32º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B56858 is Cyan = 0, Magento = 0.43, Yellow = 0.51 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 104 | 88 | - |
| CMYK | 0 | 0.43 | 0.51 | 0.29 |
| HSL | 10.32º | 0.39% | 0.53% | - |
| HSV(B) | 10.32º | 0.51% | 0.71% | - |
| XYZ | 25.77 | 20.43 | 11.82 | - |
| YUV | 125.2 | 107.01 | 167.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 104 | 88 | 0 | 0.43 | 0.51 | 0.29 | 10.32 | 0.39 | 0.53 |
| Hex | B5 | 68 | 58 | 0 | 2B | 33 | 1D | A | 27 | 35 |
| Octal | 265 | 150 | 130 | 0 | 53 | 63 | 35 | 12 | 47 | 65 |
| Binary | 10110101 | 1101000 | 1011000 | 0 | 101011 | 110011 | 11101 | 1010 | 100111 | 110101 |
Color Harmonies of #B56858
Complementary color
Monochromatic Colors of #B56858
Black with #B56858
Text Example
Text Example
White with #B56858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56858; }
p { color: rgb(181,104,88); }
H1.HeaderClassName
{
color: #B56858;
}
.AnyTagClassName
{
color: #B56858;
}
</style>
background-color css
<style>
a { background-color: #B56858; }
a { background-color: rgb(181,104,88); }
div.DivClassName
{
background-color: #B56858;
}
.BgClassName
{
background-color: #B56858;
}
</style>
border-color css
<style>
span { border-color: #B56858; }
span { border-color: rgb(181,104,88); }
td.TdClassName
{
border-color: #B56858;
}
.TagClassName
{
border-color: #B56858;
}
</style>