Shades of Sante Fe #B26856
Tints of Sante Fe #B26856
RGB
CMYK
RGB Variations
Color information
#B26856 (or 0xB26856) is known color: Sante Fe. HEX triplet: B2, 68 and 56. RGB value is (178,104,86). Sum of RGB (Red+Green+Blue) = 178+104+86=368 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.37% from 368); Green value is 104 (41.02% from 255 or 28.26% from 368); Blue value is 86 (33.98% from 255 or 23.37% from 368); Max value from RGB is 178 - color contains mainly: red. Hex color #B26856 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26856 is #4D97A9. Grayscale: #7C7C7C. Windows color (decimal): -5085098 or 5662898. OLE color: 5662898.
HSL color Cylindrical-coordinate representation of color #B26856: hue angle of 11.74º 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 #B26856 is Cyan = 0, Magento = 0.42, Yellow = 0.52 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 104 | 86 | - |
| CMYK | 0 | 0.42 | 0.52 | 0.30 |
| HSL | 11.74º | 0.37% | 0.52% | - |
| HSV(B) | 11.74º | 0.52% | 0.7% | - |
| XYZ | 24.99 | 20.04 | 11.35 | - |
| YUV | 124.07 | 106.52 | 166.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 104 | 86 | 0 | 0.42 | 0.52 | 0.30 | 11.74 | 0.37 | 0.52 |
| Hex | B2 | 68 | 56 | 0 | 2A | 34 | 1E | C | 25 | 34 |
| Octal | 262 | 150 | 126 | 0 | 52 | 64 | 36 | 14 | 45 | 64 |
| Binary | 10110010 | 1101000 | 1010110 | 0 | 101010 | 110100 | 11110 | 1100 | 100101 | 110100 |
Color Harmonies of #B26856
Complementary color
Monochromatic Colors of #B26856
Black with #B26856
Text Example
Text Example
White with #B26856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26856; }
p { color: rgb(178,104,86); }
H1.HeaderClassName
{
color: #B26856;
}
.AnyTagClassName
{
color: #B26856;
}
</style>
background-color css
<style>
a { background-color: #B26856; }
a { background-color: rgb(178,104,86); }
div.DivClassName
{
background-color: #B26856;
}
.BgClassName
{
background-color: #B26856;
}
</style>
border-color css
<style>
span { border-color: #B26856; }
span { border-color: rgb(178,104,86); }
td.TdClassName
{
border-color: #B26856;
}
.TagClassName
{
border-color: #B26856;
}
</style>