Shades of Sante Fe #B26D50
Tints of Sante Fe #B26D50
RGB
CMYK
RGB Variations
Color information
#B26D50 (or 0xB26D50) is known color: Sante Fe. HEX triplet: B2, 6D and 50. RGB value is (178,109,80). Sum of RGB (Red+Green+Blue) = 178+109+80=367 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.50% from 367); Green value is 109 (42.97% from 255 or 29.70% from 367); Blue value is 80 (31.64% from 255 or 21.80% from 367); Max value from RGB is 178 - color contains mainly: red. Hex color #B26D50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26D50 is #4D92AF. Grayscale: #7E7E7E. Windows color (decimal): -5083824 or 5270962. OLE color: 5270962.
HSL color Cylindrical-coordinate representation of color #B26D50: hue angle of 17.76º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B26D50 is Cyan = 0, Magento = 0.39, Yellow = 0.55 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 109 | 80 | - |
| CMYK | 0 | 0.39 | 0.55 | 0.30 |
| HSL | 17.76º | 0.39% | 0.51% | - |
| HSV(B) | 17.76º | 0.55% | 0.7% | - |
| XYZ | 25.28 | 20.98 | 10.31 | - |
| YUV | 126.33 | 101.86 | 164.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 109 | 80 | 0 | 0.39 | 0.55 | 0.30 | 17.76 | 0.39 | 0.51 |
| Hex | B2 | 6D | 50 | 0 | 27 | 37 | 1E | 12 | 27 | 33 |
| Octal | 262 | 155 | 120 | 0 | 47 | 67 | 36 | 22 | 47 | 63 |
| Binary | 10110010 | 1101101 | 1010000 | 0 | 100111 | 110111 | 11110 | 10010 | 100111 | 110011 |
Color Harmonies of #B26D50
Complementary color
Monochromatic Colors of #B26D50
Black with #B26D50
Text Example
Text Example
White with #B26D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26D50; }
p { color: rgb(178,109,80); }
H1.HeaderClassName
{
color: #B26D50;
}
.AnyTagClassName
{
color: #B26D50;
}
</style>
background-color css
<style>
a { background-color: #B26D50; }
a { background-color: rgb(178,109,80); }
div.DivClassName
{
background-color: #B26D50;
}
.BgClassName
{
background-color: #B26D50;
}
</style>
border-color css
<style>
span { border-color: #B26D50; }
span { border-color: rgb(178,109,80); }
td.TdClassName
{
border-color: #B26D50;
}
.TagClassName
{
border-color: #B26D50;
}
</style>