Shades of Sante Fe #B26850
Tints of Sante Fe #B26850
RGB
CMYK
RGB Variations
Color information
#B26850 (or 0xB26850) is known color: Sante Fe. HEX triplet: B2, 68 and 50. RGB value is (178,104,80). Sum of RGB (Red+Green+Blue) = 178+104+80=362 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.17% from 362); Green value is 104 (41.02% from 255 or 28.73% from 362); Blue value is 80 (31.64% from 255 or 22.10% from 362); Max value from RGB is 178 - color contains mainly: red. Hex color #B26850 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26850 is #4D97AF. Grayscale: #7B7B7B. Windows color (decimal): -5085104 or 5269682. OLE color: 5269682.
HSL color Cylindrical-coordinate representation of color #B26850: hue angle of 14.69º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B26850 is Cyan = 0, Magento = 0.42, Yellow = 0.55 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 104 | 80 | - |
| CMYK | 0 | 0.42 | 0.55 | 0.30 |
| HSL | 14.69º | 0.39% | 0.51% | - |
| HSV(B) | 14.69º | 0.55% | 0.7% | - |
| XYZ | 24.76 | 19.94 | 10.13 | - |
| YUV | 123.39 | 103.52 | 166.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 104 | 80 | 0 | 0.42 | 0.55 | 0.30 | 14.69 | 0.39 | 0.51 |
| Hex | B2 | 68 | 50 | 0 | 2A | 37 | 1E | F | 27 | 33 |
| Octal | 262 | 150 | 120 | 0 | 52 | 67 | 36 | 17 | 47 | 63 |
| Binary | 10110010 | 1101000 | 1010000 | 0 | 101010 | 110111 | 11110 | 1111 | 100111 | 110011 |
Color Harmonies of #B26850
Complementary color
Monochromatic Colors of #B26850
Black with #B26850
Text Example
Text Example
White with #B26850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26850; }
p { color: rgb(178,104,80); }
H1.HeaderClassName
{
color: #B26850;
}
.AnyTagClassName
{
color: #B26850;
}
</style>
background-color css
<style>
a { background-color: #B26850; }
a { background-color: rgb(178,104,80); }
div.DivClassName
{
background-color: #B26850;
}
.BgClassName
{
background-color: #B26850;
}
</style>
border-color css
<style>
span { border-color: #B26850; }
span { border-color: rgb(178,104,80); }
td.TdClassName
{
border-color: #B26850;
}
.TagClassName
{
border-color: #B26850;
}
</style>