Shades of Sante Fe #B26D57
Tints of Sante Fe #B26D57
RGB
CMYK
RGB Variations
Color information
#B26D57 (or 0xB26D57) is known color: Sante Fe. HEX triplet: B2, 6D and 57. RGB value is (178,109,87). Sum of RGB (Red+Green+Blue) = 178+109+87=374 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.59% from 374); Green value is 109 (42.97% from 255 or 29.14% from 374); Blue value is 87 (34.38% from 255 or 23.26% from 374); Max value from RGB is 178 - color contains mainly: red. Hex color #B26D57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26D57 is #4D92A8. Grayscale: #7F7F7F. Windows color (decimal): -5083817 or 5729714. OLE color: 5729714.
HSL color Cylindrical-coordinate representation of color #B26D57: hue angle of 14.51º 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 #B26D57 is Cyan = 0, Magento = 0.39, Yellow = 0.51 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 109 | 87 | - |
| CMYK | 0 | 0.39 | 0.51 | 0.30 |
| HSL | 14.51º | 0.37% | 0.52% | - |
| HSV(B) | 14.51º | 0.51% | 0.7% | - |
| XYZ | 25.55 | 21.09 | 11.74 | - |
| YUV | 127.12 | 105.36 | 164.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 109 | 87 | 0 | 0.39 | 0.51 | 0.30 | 14.51 | 0.37 | 0.52 |
| Hex | B2 | 6D | 57 | 0 | 27 | 33 | 1E | F | 25 | 34 |
| Octal | 262 | 155 | 127 | 0 | 47 | 63 | 36 | 17 | 45 | 64 |
| Binary | 10110010 | 1101101 | 1010111 | 0 | 100111 | 110011 | 11110 | 1111 | 100101 | 110100 |
Color Harmonies of #B26D57
Complementary color
Monochromatic Colors of #B26D57
Black with #B26D57
Text Example
Text Example
White with #B26D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26D57; }
p { color: rgb(178,109,87); }
H1.HeaderClassName
{
color: #B26D57;
}
.AnyTagClassName
{
color: #B26D57;
}
</style>
background-color css
<style>
a { background-color: #B26D57; }
a { background-color: rgb(178,109,87); }
div.DivClassName
{
background-color: #B26D57;
}
.BgClassName
{
background-color: #B26D57;
}
</style>
border-color css
<style>
span { border-color: #B26D57; }
span { border-color: rgb(178,109,87); }
td.TdClassName
{
border-color: #B26D57;
}
.TagClassName
{
border-color: #B26D57;
}
</style>