Shades of Sante Fe #B26E53
Tints of Sante Fe #B26E53
RGB
CMYK
RGB Variations
Color information
#B26E53 (or 0xB26E53) is known color: Sante Fe. HEX triplet: B2, 6E and 53. RGB value is (178,110,83). Sum of RGB (Red+Green+Blue) = 178+110+83=371 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.98% from 371); Green value is 110 (43.36% from 255 or 29.65% from 371); Blue value is 83 (32.81% from 255 or 22.37% from 371); Max value from RGB is 178 - color contains mainly: red. Hex color #B26E53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26E53 is #4D91AC. Grayscale: #7F7F7F. Windows color (decimal): -5083565 or 5467826. OLE color: 5467826.
HSL color Cylindrical-coordinate representation of color #B26E53: hue angle of 17.05º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B26E53 is Cyan = 0, Magento = 0.38, Yellow = 0.53 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 110 | 83 | - |
| CMYK | 0 | 0.38 | 0.53 | 0.30 |
| HSL | 17.05º | 0.38% | 0.51% | - |
| HSV(B) | 17.05º | 0.53% | 0.7% | - |
| XYZ | 25.5 | 21.24 | 10.94 | - |
| YUV | 127.25 | 103.03 | 164.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 110 | 83 | 0 | 0.38 | 0.53 | 0.30 | 17.05 | 0.38 | 0.51 |
| Hex | B2 | 6E | 53 | 0 | 26 | 35 | 1E | 11 | 26 | 33 |
| Octal | 262 | 156 | 123 | 0 | 46 | 65 | 36 | 21 | 46 | 63 |
| Binary | 10110010 | 1101110 | 1010011 | 0 | 100110 | 110101 | 11110 | 10001 | 100110 | 110011 |
Color Harmonies of #B26E53
Complementary color
Monochromatic Colors of #B26E53
Black with #B26E53
Text Example
Text Example
White with #B26E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26E53; }
p { color: rgb(178,110,83); }
H1.HeaderClassName
{
color: #B26E53;
}
.AnyTagClassName
{
color: #B26E53;
}
</style>
background-color css
<style>
a { background-color: #B26E53; }
a { background-color: rgb(178,110,83); }
div.DivClassName
{
background-color: #B26E53;
}
.BgClassName
{
background-color: #B26E53;
}
</style>
border-color css
<style>
span { border-color: #B26E53; }
span { border-color: rgb(178,110,83); }
td.TdClassName
{
border-color: #B26E53;
}
.TagClassName
{
border-color: #B26E53;
}
</style>