Shades of Sante Fe #B56857
Tints of Sante Fe #B56857
RGB
CMYK
RGB Variations
Color information
#B56857 (or 0xB56857) is known color: Sante Fe. HEX triplet: B5, 68 and 57. RGB value is (181,104,87). Sum of RGB (Red+Green+Blue) = 181+104+87=372 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.66% from 372); Green value is 104 (41.02% from 255 or 27.96% from 372); Blue value is 87 (34.38% from 255 or 23.39% from 372); Max value from RGB is 181 - color contains mainly: red. Hex color #B56857 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56857 is #4A97A8. Grayscale: #7D7D7D. Windows color (decimal): -4888489 or 5728437. OLE color: 5728437.
HSL color Cylindrical-coordinate representation of color #B56857: hue angle of 10.85º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B56857 is Cyan = 0, Magento = 0.43, Yellow = 0.52 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 104 | 87 | - |
| CMYK | 0 | 0.43 | 0.52 | 0.29 |
| HSL | 10.85º | 0.39% | 0.53% | - |
| HSV(B) | 10.85º | 0.52% | 0.71% | - |
| XYZ | 25.73 | 20.41 | 11.6 | - |
| YUV | 125.09 | 106.51 | 167.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 104 | 87 | 0 | 0.43 | 0.52 | 0.29 | 10.85 | 0.39 | 0.53 |
| Hex | B5 | 68 | 57 | 0 | 2B | 34 | 1D | B | 27 | 35 |
| Octal | 265 | 150 | 127 | 0 | 53 | 64 | 35 | 13 | 47 | 65 |
| Binary | 10110101 | 1101000 | 1010111 | 0 | 101011 | 110100 | 11101 | 1011 | 100111 | 110101 |
Color Harmonies of #B56857
Complementary color
Monochromatic Colors of #B56857
Black with #B56857
Text Example
Text Example
White with #B56857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56857; }
p { color: rgb(181,104,87); }
H1.HeaderClassName
{
color: #B56857;
}
.AnyTagClassName
{
color: #B56857;
}
</style>
background-color css
<style>
a { background-color: #B56857; }
a { background-color: rgb(181,104,87); }
div.DivClassName
{
background-color: #B56857;
}
.BgClassName
{
background-color: #B56857;
}
</style>
border-color css
<style>
span { border-color: #B56857; }
span { border-color: rgb(181,104,87); }
td.TdClassName
{
border-color: #B56857;
}
.TagClassName
{
border-color: #B56857;
}
</style>