Shades of Sante Fe #B26255
Tints of Sante Fe #B26255
RGB
CMYK
RGB Variations
Color information
#B26255 (or 0xB26255) is known color: Sante Fe. HEX triplet: B2, 62 and 55. RGB value is (178,98,85). Sum of RGB (Red+Green+Blue) = 178+98+85=361 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.31% from 361); Green value is 98 (38.67% from 255 or 27.15% from 361); Blue value is 85 (33.59% from 255 or 23.55% from 361); Max value from RGB is 178 - color contains mainly: red. Hex color #B26255 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26255 is #4D9DAA. Grayscale: #787878. Windows color (decimal): -5086635 or 5595826. OLE color: 5595826.
HSL color Cylindrical-coordinate representation of color #B26255: hue angle of 8.39º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B26255 is Cyan = 0, Magento = 0.45, Yellow = 0.52 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 98 | 85 | - |
| CMYK | 0 | 0.45 | 0.52 | 0.30 |
| HSL | 8.39º | 0.38% | 0.52% | - |
| HSV(B) | 8.39º | 0.52% | 0.7% | - |
| XYZ | 24.37 | 18.86 | 10.95 | - |
| YUV | 120.44 | 108 | 169.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 98 | 85 | 0 | 0.45 | 0.52 | 0.30 | 8.39 | 0.38 | 0.52 |
| Hex | B2 | 62 | 55 | 0 | 2D | 34 | 1E | 8 | 26 | 34 |
| Octal | 262 | 142 | 125 | 0 | 55 | 64 | 36 | 10 | 46 | 64 |
| Binary | 10110010 | 1100010 | 1010101 | 0 | 101101 | 110100 | 11110 | 1000 | 100110 | 110100 |
Color Harmonies of #B26255
Complementary color
Monochromatic Colors of #B26255
Black with #B26255
Text Example
Text Example
White with #B26255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26255; }
p { color: rgb(178,98,85); }
H1.HeaderClassName
{
color: #B26255;
}
.AnyTagClassName
{
color: #B26255;
}
</style>
background-color css
<style>
a { background-color: #B26255; }
a { background-color: rgb(178,98,85); }
div.DivClassName
{
background-color: #B26255;
}
.BgClassName
{
background-color: #B26255;
}
</style>
border-color css
<style>
span { border-color: #B26255; }
span { border-color: rgb(178,98,85); }
td.TdClassName
{
border-color: #B26255;
}
.TagClassName
{
border-color: #B26255;
}
</style>