Shades of Sante Fe #B26859
Tints of Sante Fe #B26859
RGB
CMYK
RGB Variations
Color information
#B26859 (or 0xB26859) is known color: Sante Fe. HEX triplet: B2, 68 and 59. RGB value is (178,104,89). Sum of RGB (Red+Green+Blue) = 178+104+89=371 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.98% from 371); Green value is 104 (41.02% from 255 or 28.03% from 371); Blue value is 89 (35.16% from 255 or 23.99% from 371); Max value from RGB is 178 - color contains mainly: red. Hex color #B26859 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26859 is #4D97A6. Grayscale: #7C7C7C. Windows color (decimal): -5085095 or 5859506. OLE color: 5859506.
HSL color Cylindrical-coordinate representation of color #B26859: hue angle of 10.11º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B26859 is Cyan = 0, Magento = 0.42, Yellow = 0.5 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 104 | 89 | - |
| CMYK | 0 | 0.42 | 0.5 | 0.30 |
| HSL | 10.11º | 0.37% | 0.52% | - |
| HSV(B) | 10.11º | 0.5% | 0.7% | - |
| XYZ | 25.11 | 20.09 | 12 | - |
| YUV | 124.42 | 108.02 | 166.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 104 | 89 | 0 | 0.42 | 0.5 | 0.30 | 10.11 | 0.37 | 0.52 |
| Hex | B2 | 68 | 59 | 0 | 2A | 32 | 1E | A | 25 | 34 |
| Octal | 262 | 150 | 131 | 0 | 52 | 62 | 36 | 12 | 45 | 64 |
| Binary | 10110010 | 1101000 | 1011001 | 0 | 101010 | 110010 | 11110 | 1010 | 100101 | 110100 |
Color Harmonies of #B26859
Complementary color
Monochromatic Colors of #B26859
Black with #B26859
Text Example
Text Example
White with #B26859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26859; }
p { color: rgb(178,104,89); }
H1.HeaderClassName
{
color: #B26859;
}
.AnyTagClassName
{
color: #B26859;
}
</style>
background-color css
<style>
a { background-color: #B26859; }
a { background-color: rgb(178,104,89); }
div.DivClassName
{
background-color: #B26859;
}
.BgClassName
{
background-color: #B26859;
}
</style>
border-color css
<style>
span { border-color: #B26859; }
span { border-color: rgb(178,104,89); }
td.TdClassName
{
border-color: #B26859;
}
.TagClassName
{
border-color: #B26859;
}
</style>