Shades of Sante Fe #B56F56
Tints of Sante Fe #B56F56
RGB
CMYK
RGB Variations
Color information
#B56F56 (or 0xB56F56) is known color: Sante Fe. HEX triplet: B5, 6F and 56. RGB value is (181,111,86). Sum of RGB (Red+Green+Blue) = 181+111+86=378 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.88% from 378); Green value is 111 (43.75% from 255 or 29.37% from 378); Blue value is 86 (33.98% from 255 or 22.75% from 378); Max value from RGB is 181 - color contains mainly: red. Hex color #B56F56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56F56 is #4A90A9. Grayscale: #818181. Windows color (decimal): -4886698 or 5664693. OLE color: 5664693.
HSL color Cylindrical-coordinate representation of color #B56F56: hue angle of 15.79º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B56F56 is Cyan = 0, Magento = 0.39, Yellow = 0.52 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 111 | 86 | - |
| CMYK | 0 | 0.39 | 0.52 | 0.29 |
| HSL | 15.79º | 0.39% | 0.52% | - |
| HSV(B) | 15.79º | 0.52% | 0.71% | - |
| XYZ | 26.42 | 21.86 | 11.63 | - |
| YUV | 129.08 | 103.69 | 165.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 111 | 86 | 0 | 0.39 | 0.52 | 0.29 | 15.79 | 0.39 | 0.52 |
| Hex | B5 | 6F | 56 | 0 | 27 | 34 | 1D | 10 | 27 | 34 |
| Octal | 265 | 157 | 126 | 0 | 47 | 64 | 35 | 20 | 47 | 64 |
| Binary | 10110101 | 1101111 | 1010110 | 0 | 100111 | 110100 | 11101 | 10000 | 100111 | 110100 |
Color Harmonies of #B56F56
Complementary color
Monochromatic Colors of #B56F56
Black with #B56F56
Text Example
Text Example
White with #B56F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56F56; }
p { color: rgb(181,111,86); }
H1.HeaderClassName
{
color: #B56F56;
}
.AnyTagClassName
{
color: #B56F56;
}
</style>
background-color css
<style>
a { background-color: #B56F56; }
a { background-color: rgb(181,111,86); }
div.DivClassName
{
background-color: #B56F56;
}
.BgClassName
{
background-color: #B56F56;
}
</style>
border-color css
<style>
span { border-color: #B56F56; }
span { border-color: rgb(181,111,86); }
td.TdClassName
{
border-color: #B56F56;
}
.TagClassName
{
border-color: #B56F56;
}
</style>