Shades of Sante Fe #B27656
Tints of Sante Fe #B27656
RGB
CMYK
RGB Variations
Color information
#B27656 (or 0xB27656) is known color: Sante Fe. HEX triplet: B2, 76 and 56. RGB value is (178,118,86). Sum of RGB (Red+Green+Blue) = 178+118+86=382 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.60% from 382); Green value is 118 (46.48% from 255 or 30.89% from 382); Blue value is 86 (33.98% from 255 or 22.51% from 382); Max value from RGB is 178 - color contains mainly: red. Hex color #B27656 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27656 is #4D89A9. Grayscale: #848484. Windows color (decimal): -5081514 or 5666482. OLE color: 5666482.
HSL color Cylindrical-coordinate representation of color #B27656: hue angle of 20.87º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B27656 is Cyan = 0, Magento = 0.34, Yellow = 0.52 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 118 | 86 | - |
| CMYK | 0 | 0.34 | 0.52 | 0.30 |
| HSL | 20.87º | 0.37% | 0.52% | - |
| HSV(B) | 20.87º | 0.52% | 0.7% | - |
| XYZ | 26.52 | 23.09 | 11.86 | - |
| YUV | 132.29 | 101.88 | 160.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 118 | 86 | 0 | 0.34 | 0.52 | 0.30 | 20.87 | 0.37 | 0.52 |
| Hex | B2 | 76 | 56 | 0 | 22 | 34 | 1E | 15 | 25 | 34 |
| Octal | 262 | 166 | 126 | 0 | 42 | 64 | 36 | 25 | 45 | 64 |
| Binary | 10110010 | 1110110 | 1010110 | 0 | 100010 | 110100 | 11110 | 10101 | 100101 | 110100 |
Color Harmonies of #B27656
Complementary color
Monochromatic Colors of #B27656
Black with #B27656
Text Example
Text Example
White with #B27656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27656; }
p { color: rgb(178,118,86); }
H1.HeaderClassName
{
color: #B27656;
}
.AnyTagClassName
{
color: #B27656;
}
</style>
background-color css
<style>
a { background-color: #B27656; }
a { background-color: rgb(178,118,86); }
div.DivClassName
{
background-color: #B27656;
}
.BgClassName
{
background-color: #B27656;
}
</style>
border-color css
<style>
span { border-color: #B27656; }
span { border-color: rgb(178,118,86); }
td.TdClassName
{
border-color: #B27656;
}
.TagClassName
{
border-color: #B27656;
}
</style>