Shades of Sante Fe #B26A57
Tints of Sante Fe #B26A57
RGB
CMYK
RGB Variations
Color information
#B26A57 (or 0xB26A57) is known color: Sante Fe. HEX triplet: B2, 6A and 57. RGB value is (178,106,87). Sum of RGB (Red+Green+Blue) = 178+106+87=371 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.98% from 371); Green value is 106 (41.80% from 255 or 28.57% from 371); Blue value is 87 (34.38% from 255 or 23.45% from 371); Max value from RGB is 178 - color contains mainly: red. Hex color #B26A57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26A57 is #4D95A8. Grayscale: #7D7D7D. Windows color (decimal): -5084585 or 5728946. OLE color: 5728946.
HSL color Cylindrical-coordinate representation of color #B26A57: hue angle of 12.53º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B26A57 is Cyan = 0, Magento = 0.40, Yellow = 0.51 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 106 | 87 | - |
| CMYK | 0 | 0.40 | 0.51 | 0.30 |
| HSL | 12.53º | 0.37% | 0.52% | - |
| HSV(B) | 12.53º | 0.51% | 0.7% | - |
| XYZ | 25.23 | 20.46 | 11.64 | - |
| YUV | 125.36 | 106.35 | 165.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 106 | 87 | 0 | 0.40 | 0.51 | 0.30 | 12.53 | 0.37 | 0.52 |
| Hex | B2 | 6A | 57 | 0 | 28 | 33 | 1E | D | 25 | 34 |
| Octal | 262 | 152 | 127 | 0 | 50 | 63 | 36 | 15 | 45 | 64 |
| Binary | 10110010 | 1101010 | 1010111 | 0 | 101000 | 110011 | 11110 | 1101 | 100101 | 110100 |
Color Harmonies of #B26A57
Complementary color
Monochromatic Colors of #B26A57
Black with #B26A57
Text Example
Text Example
White with #B26A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26A57; }
p { color: rgb(178,106,87); }
H1.HeaderClassName
{
color: #B26A57;
}
.AnyTagClassName
{
color: #B26A57;
}
</style>
background-color css
<style>
a { background-color: #B26A57; }
a { background-color: rgb(178,106,87); }
div.DivClassName
{
background-color: #B26A57;
}
.BgClassName
{
background-color: #B26A57;
}
</style>
border-color css
<style>
span { border-color: #B26A57; }
span { border-color: rgb(178,106,87); }
td.TdClassName
{
border-color: #B26A57;
}
.TagClassName
{
border-color: #B26A57;
}
</style>