Shades of Sante Fe #B26450
Tints of Sante Fe #B26450
RGB
CMYK
RGB Variations
Color information
#B26450 (or 0xB26450) is known color: Sante Fe. HEX triplet: B2, 64 and 50. RGB value is (178,100,80). Sum of RGB (Red+Green+Blue) = 178+100+80=358 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.72% from 358); Green value is 100 (39.45% from 255 or 27.93% from 358); Blue value is 80 (31.64% from 255 or 22.35% from 358); Max value from RGB is 178 - color contains mainly: red. Hex color #B26450 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26450 is #4D9BAF. Grayscale: #797979. Windows color (decimal): -5086128 or 5268658. OLE color: 5268658.
HSL color Cylindrical-coordinate representation of color #B26450: hue angle of 12.24º 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 #B26450 is Cyan = 0, Magento = 0.44, Yellow = 0.55 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 100 | 80 | - |
| CMYK | 0 | 0.44 | 0.55 | 0.30 |
| HSL | 12.24º | 0.39% | 0.51% | - |
| HSV(B) | 12.24º | 0.55% | 0.7% | - |
| XYZ | 24.37 | 19.16 | 10 | - |
| YUV | 121.04 | 104.84 | 168.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 100 | 80 | 0 | 0.44 | 0.55 | 0.30 | 12.24 | 0.39 | 0.51 |
| Hex | B2 | 64 | 50 | 0 | 2C | 37 | 1E | C | 27 | 33 |
| Octal | 262 | 144 | 120 | 0 | 54 | 67 | 36 | 14 | 47 | 63 |
| Binary | 10110010 | 1100100 | 1010000 | 0 | 101100 | 110111 | 11110 | 1100 | 100111 | 110011 |
Color Harmonies of #B26450
Complementary color
Monochromatic Colors of #B26450
Black with #B26450
Text Example
Text Example
White with #B26450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26450; }
p { color: rgb(178,100,80); }
H1.HeaderClassName
{
color: #B26450;
}
.AnyTagClassName
{
color: #B26450;
}
</style>
background-color css
<style>
a { background-color: #B26450; }
a { background-color: rgb(178,100,80); }
div.DivClassName
{
background-color: #B26450;
}
.BgClassName
{
background-color: #B26450;
}
</style>
border-color css
<style>
span { border-color: #B26450; }
span { border-color: rgb(178,100,80); }
td.TdClassName
{
border-color: #B26450;
}
.TagClassName
{
border-color: #B26450;
}
</style>