Shades of Sante Fe #B26C57
Tints of Sante Fe #B26C57
RGB
CMYK
RGB Variations
Color information
#B26C57 (or 0xB26C57) is known color: Sante Fe. HEX triplet: B2, 6C and 57. RGB value is (178,108,87). Sum of RGB (Red+Green+Blue) = 178+108+87=373 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.72% from 373); Green value is 108 (42.58% from 255 or 28.95% from 373); Blue value is 87 (34.38% from 255 or 23.32% from 373); Max value from RGB is 178 - color contains mainly: red. Hex color #B26C57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26C57 is #4D93A8. Grayscale: #7E7E7E. Windows color (decimal): -5084073 or 5729458. OLE color: 5729458.
HSL color Cylindrical-coordinate representation of color #B26C57: hue angle of 13.85º 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 #B26C57 is Cyan = 0, Magento = 0.39, Yellow = 0.51 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 108 | 87 | - |
| CMYK | 0 | 0.39 | 0.51 | 0.30 |
| HSL | 13.85º | 0.37% | 0.52% | - |
| HSV(B) | 13.85º | 0.51% | 0.7% | - |
| XYZ | 25.44 | 20.88 | 11.71 | - |
| YUV | 126.54 | 105.69 | 164.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 108 | 87 | 0 | 0.39 | 0.51 | 0.30 | 13.85 | 0.37 | 0.52 |
| Hex | B2 | 6C | 57 | 0 | 27 | 33 | 1E | E | 25 | 34 |
| Octal | 262 | 154 | 127 | 0 | 47 | 63 | 36 | 16 | 45 | 64 |
| Binary | 10110010 | 1101100 | 1010111 | 0 | 100111 | 110011 | 11110 | 1110 | 100101 | 110100 |
Color Harmonies of #B26C57
Complementary color
Monochromatic Colors of #B26C57
Black with #B26C57
Text Example
Text Example
White with #B26C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26C57; }
p { color: rgb(178,108,87); }
H1.HeaderClassName
{
color: #B26C57;
}
.AnyTagClassName
{
color: #B26C57;
}
</style>
background-color css
<style>
a { background-color: #B26C57; }
a { background-color: rgb(178,108,87); }
div.DivClassName
{
background-color: #B26C57;
}
.BgClassName
{
background-color: #B26C57;
}
</style>
border-color css
<style>
span { border-color: #B26C57; }
span { border-color: rgb(178,108,87); }
td.TdClassName
{
border-color: #B26C57;
}
.TagClassName
{
border-color: #B26C57;
}
</style>