Shades of Sante Fe #B26E4C
Tints of Sante Fe #B26E4C
RGB
CMYK
RGB Variations
Color information
#B26E4C (or 0xB26E4C) is known color: Sante Fe. HEX triplet: B2, 6E and 4C. RGB value is (178,110,76). Sum of RGB (Red+Green+Blue) = 178+110+76=364 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.90% from 364); Green value is 110 (43.36% from 255 or 30.22% from 364); Blue value is 76 (30.08% from 255 or 20.88% from 364); Max value from RGB is 178 - color contains mainly: red. Hex color #B26E4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26E4C is #4D91B3. Grayscale: #7E7E7E. Windows color (decimal): -5083572 or 5009074. OLE color: 5009074.
HSL color Cylindrical-coordinate representation of color #B26E4C: hue angle of 20º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B26E4C is Cyan = 0, Magento = 0.38, Yellow = 0.57 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 110 | 76 | - |
| CMYK | 0 | 0.38 | 0.57 | 0.30 |
| HSL | 20º | 0.4% | 0.5% | - |
| HSV(B) | 20º | 0.57% | 0.7% | - |
| XYZ | 25.24 | 21.14 | 9.59 | - |
| YUV | 126.46 | 99.53 | 164.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 110 | 76 | 0 | 0.38 | 0.57 | 0.30 | 20 | 0.4 | 0.5 |
| Hex | B2 | 6E | 4C | 0 | 26 | 39 | 1E | 14 | 28 | 32 |
| Octal | 262 | 156 | 114 | 0 | 46 | 71 | 36 | 24 | 50 | 62 |
| Binary | 10110010 | 1101110 | 1001100 | 0 | 100110 | 111001 | 11110 | 10100 | 101000 | 110010 |
Color Harmonies of #B26E4C
Complementary color
Monochromatic Colors of #B26E4C
Black with #B26E4C
Text Example
Text Example
White with #B26E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26E4C; }
p { color: rgb(178,110,76); }
H1.HeaderClassName
{
color: #B26E4C;
}
.AnyTagClassName
{
color: #B26E4C;
}
</style>
background-color css
<style>
a { background-color: #B26E4C; }
a { background-color: rgb(178,110,76); }
div.DivClassName
{
background-color: #B26E4C;
}
.BgClassName
{
background-color: #B26E4C;
}
</style>
border-color css
<style>
span { border-color: #B26E4C; }
span { border-color: rgb(178,110,76); }
td.TdClassName
{
border-color: #B26E4C;
}
.TagClassName
{
border-color: #B26E4C;
}
</style>