Shades of Sante Fe #B26D4A
Tints of Sante Fe #B26D4A
RGB
CMYK
RGB Variations
Color information
#B26D4A (or 0xB26D4A) is known color: Sante Fe. HEX triplet: B2, 6D and 4A. RGB value is (178,109,74). Sum of RGB (Red+Green+Blue) = 178+109+74=361 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.31% from 361); Green value is 109 (42.97% from 255 or 30.19% from 361); Blue value is 74 (29.30% from 255 or 20.50% from 361); Max value from RGB is 178 - color contains mainly: red. Hex color #B26D4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26D4A is #4D92B5. Grayscale: #7D7D7D. Windows color (decimal): -5083830 or 4877746. OLE color: 4877746.
HSL color Cylindrical-coordinate representation of color #B26D4A: hue angle of 20.19º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B26D4A is Cyan = 0, Magento = 0.39, Yellow = 0.58 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 109 | 74 | - |
| CMYK | 0 | 0.39 | 0.58 | 0.30 |
| HSL | 20.19º | 0.41% | 0.49% | - |
| HSV(B) | 20.19º | 0.58% | 0.7% | - |
| XYZ | 25.06 | 20.9 | 9.19 | - |
| YUV | 125.64 | 98.86 | 165.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 109 | 74 | 0 | 0.39 | 0.58 | 0.30 | 20.19 | 0.41 | 0.49 |
| Hex | B2 | 6D | 4A | 0 | 27 | 3A | 1E | 14 | 29 | 31 |
| Octal | 262 | 155 | 112 | 0 | 47 | 72 | 36 | 24 | 51 | 61 |
| Binary | 10110010 | 1101101 | 1001010 | 0 | 100111 | 111010 | 11110 | 10100 | 101001 | 110001 |
Color Harmonies of #B26D4A
Complementary color
Monochromatic Colors of #B26D4A
Black with #B26D4A
Text Example
Text Example
White with #B26D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26D4A; }
p { color: rgb(178,109,74); }
H1.HeaderClassName
{
color: #B26D4A;
}
.AnyTagClassName
{
color: #B26D4A;
}
</style>
background-color css
<style>
a { background-color: #B26D4A; }
a { background-color: rgb(178,109,74); }
div.DivClassName
{
background-color: #B26D4A;
}
.BgClassName
{
background-color: #B26D4A;
}
</style>
border-color css
<style>
span { border-color: #B26D4A; }
span { border-color: rgb(178,109,74); }
td.TdClassName
{
border-color: #B26D4A;
}
.TagClassName
{
border-color: #B26D4A;
}
</style>