Shades of Sante Fe #B3644D
Tints of Sante Fe #B3644D
RGB
CMYK
RGB Variations
Color information
#B3644D (or 0xB3644D) is known color: Sante Fe. HEX triplet: B3, 64 and 4D. RGB value is (179,100,77). Sum of RGB (Red+Green+Blue) = 179+100+77=356 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50.28% from 356); Green value is 100 (39.45% from 255 or 28.09% from 356); Blue value is 77 (30.47% from 255 or 21.63% from 356); Max value from RGB is 179 - color contains mainly: red. Hex color #B3644D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3644D is #4C9BB2. Grayscale: #797979. Windows color (decimal): -5020595 or 5072051. OLE color: 5072051.
HSL color Cylindrical-coordinate representation of color #B3644D: hue angle of 13.53º 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 #B3644D is Cyan = 0, Magento = 0.44, Yellow = 0.57 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 100 | 77 | - |
| CMYK | 0 | 0.44 | 0.57 | 0.30 |
| HSL | 13.53º | 0.4% | 0.5% | - |
| HSV(B) | 13.53º | 0.57% | 0.7% | - |
| XYZ | 24.49 | 19.23 | 9.44 | - |
| YUV | 121 | 103.17 | 169.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 100 | 77 | 0 | 0.44 | 0.57 | 0.30 | 13.53 | 0.4 | 0.5 |
| Hex | B3 | 64 | 4D | 0 | 2C | 39 | 1E | E | 28 | 32 |
| Octal | 263 | 144 | 115 | 0 | 54 | 71 | 36 | 16 | 50 | 62 |
| Binary | 10110011 | 1100100 | 1001101 | 0 | 101100 | 111001 | 11110 | 1110 | 101000 | 110010 |
Color Harmonies of #B3644D
Complementary color
Monochromatic Colors of #B3644D
Black with #B3644D
Text Example
Text Example
White with #B3644D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3644D; }
p { color: rgb(179,100,77); }
H1.HeaderClassName
{
color: #B3644D;
}
.AnyTagClassName
{
color: #B3644D;
}
</style>
background-color css
<style>
a { background-color: #B3644D; }
a { background-color: rgb(179,100,77); }
div.DivClassName
{
background-color: #B3644D;
}
.BgClassName
{
background-color: #B3644D;
}
</style>
border-color css
<style>
span { border-color: #B3644D; }
span { border-color: rgb(179,100,77); }
td.TdClassName
{
border-color: #B3644D;
}
.TagClassName
{
border-color: #B3644D;
}
</style>