Shades of Sante Fe #B26B55
Tints of Sante Fe #B26B55
RGB
CMYK
RGB Variations
Color information
#B26B55 (or 0xB26B55) is known color: Sante Fe. HEX triplet: B2, 6B and 55. RGB value is (178,107,85). Sum of RGB (Red+Green+Blue) = 178+107+85=370 (49% of max value = 765). Red value is 178 (69.92% from 255 or 48.11% from 370); Green value is 107 (42.19% from 255 or 28.92% from 370); Blue value is 85 (33.59% from 255 or 22.97% from 370); Max value from RGB is 178 - color contains mainly: red. Hex color #B26B55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26B55 is #4D94AA. Grayscale: #7D7D7D. Windows color (decimal): -5084331 or 5598130. OLE color: 5598130.
HSL color Cylindrical-coordinate representation of color #B26B55: hue angle of 14.19º 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 #B26B55 is Cyan = 0, Magento = 0.40, Yellow = 0.52 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 107 | 85 | - |
| CMYK | 0 | 0.40 | 0.52 | 0.30 |
| HSL | 14.19º | 0.38% | 0.52% | - |
| HSV(B) | 14.19º | 0.52% | 0.7% | - |
| XYZ | 25.26 | 20.64 | 11.25 | - |
| YUV | 125.72 | 105.02 | 165.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 107 | 85 | 0 | 0.40 | 0.52 | 0.30 | 14.19 | 0.38 | 0.52 |
| Hex | B2 | 6B | 55 | 0 | 28 | 34 | 1E | E | 26 | 34 |
| Octal | 262 | 153 | 125 | 0 | 50 | 64 | 36 | 16 | 46 | 64 |
| Binary | 10110010 | 1101011 | 1010101 | 0 | 101000 | 110100 | 11110 | 1110 | 100110 | 110100 |
Color Harmonies of #B26B55
Complementary color
Monochromatic Colors of #B26B55
Black with #B26B55
Text Example
Text Example
White with #B26B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26B55; }
p { color: rgb(178,107,85); }
H1.HeaderClassName
{
color: #B26B55;
}
.AnyTagClassName
{
color: #B26B55;
}
</style>
background-color css
<style>
a { background-color: #B26B55; }
a { background-color: rgb(178,107,85); }
div.DivClassName
{
background-color: #B26B55;
}
.BgClassName
{
background-color: #B26B55;
}
</style>
border-color css
<style>
span { border-color: #B26B55; }
span { border-color: rgb(178,107,85); }
td.TdClassName
{
border-color: #B26B55;
}
.TagClassName
{
border-color: #B26B55;
}
</style>