Shades of Sante Fe #B56651
Tints of Sante Fe #B56651
RGB
CMYK
RGB Variations
Color information
#B56651 (or 0xB56651) is known color: Sante Fe. HEX triplet: B5, 66 and 51. RGB value is (181,102,81). Sum of RGB (Red+Green+Blue) = 181+102+81=364 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.73% from 364); Green value is 102 (40.23% from 255 or 28.02% from 364); Blue value is 81 (32.03% from 255 or 22.25% from 364); Max value from RGB is 181 - color contains mainly: red. Hex color #B56651 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56651 is #4A99AE. Grayscale: #7B7B7B. Windows color (decimal): -4889007 or 5334709. OLE color: 5334709.
HSL color Cylindrical-coordinate representation of color #B56651: hue angle of 12.6º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B56651 is Cyan = 0, Magento = 0.44, Yellow = 0.55 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 102 | 81 | - |
| CMYK | 0 | 0.44 | 0.55 | 0.29 |
| HSL | 12.6º | 0.4% | 0.51% | - |
| HSV(B) | 12.6º | 0.55% | 0.71% | - |
| XYZ | 25.29 | 19.92 | 10.3 | - |
| YUV | 123.23 | 104.17 | 169.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 102 | 81 | 0 | 0.44 | 0.55 | 0.29 | 12.6 | 0.4 | 0.51 |
| Hex | B5 | 66 | 51 | 0 | 2C | 37 | 1D | D | 28 | 33 |
| Octal | 265 | 146 | 121 | 0 | 54 | 67 | 35 | 15 | 50 | 63 |
| Binary | 10110101 | 1100110 | 1010001 | 0 | 101100 | 110111 | 11101 | 1101 | 101000 | 110011 |
Color Harmonies of #B56651
Complementary color
Monochromatic Colors of #B56651
Black with #B56651
Text Example
Text Example
White with #B56651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56651; }
p { color: rgb(181,102,81); }
H1.HeaderClassName
{
color: #B56651;
}
.AnyTagClassName
{
color: #B56651;
}
</style>
background-color css
<style>
a { background-color: #B56651; }
a { background-color: rgb(181,102,81); }
div.DivClassName
{
background-color: #B56651;
}
.BgClassName
{
background-color: #B56651;
}
</style>
border-color css
<style>
span { border-color: #B56651; }
span { border-color: rgb(181,102,81); }
td.TdClassName
{
border-color: #B56651;
}
.TagClassName
{
border-color: #B56651;
}
</style>