Shades of Sante Fe #B2644D
Tints of Sante Fe #B2644D
RGB
CMYK
RGB Variations
Color information
#B2644D (or 0xB2644D) is known color: Sante Fe. HEX triplet: B2, 64 and 4D. RGB value is (178,100,77). Sum of RGB (Red+Green+Blue) = 178+100+77=355 (47% of max value = 765). Red value is 178 (69.92% from 255 or 50.14% from 355); Green value is 100 (39.45% from 255 or 28.17% from 355); Blue value is 77 (30.47% from 255 or 21.69% from 355); Max value from RGB is 178 - color contains mainly: red. Hex color #B2644D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2644D is #4D9BB2. Grayscale: #787878. Windows color (decimal): -5086131 or 5072050. OLE color: 5072050.
HSL color Cylindrical-coordinate representation of color #B2644D: hue angle of 13.66º 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 #B2644D is Cyan = 0, Magento = 0.44, Yellow = 0.57 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 100 | 77 | - |
| CMYK | 0 | 0.44 | 0.57 | 0.30 |
| HSL | 13.66º | 0.4% | 0.5% | - |
| HSV(B) | 13.66º | 0.57% | 0.7% | - |
| XYZ | 24.26 | 19.12 | 9.43 | - |
| YUV | 120.7 | 103.34 | 168.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 100 | 77 | 0 | 0.44 | 0.57 | 0.30 | 13.66 | 0.4 | 0.5 |
| Hex | B2 | 64 | 4D | 0 | 2C | 39 | 1E | E | 28 | 32 |
| Octal | 262 | 144 | 115 | 0 | 54 | 71 | 36 | 16 | 50 | 62 |
| Binary | 10110010 | 1100100 | 1001101 | 0 | 101100 | 111001 | 11110 | 1110 | 101000 | 110010 |
Color Harmonies of #B2644D
Complementary color
Monochromatic Colors of #B2644D
Black with #B2644D
Text Example
Text Example
White with #B2644D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2644D; }
p { color: rgb(178,100,77); }
H1.HeaderClassName
{
color: #B2644D;
}
.AnyTagClassName
{
color: #B2644D;
}
</style>
background-color css
<style>
a { background-color: #B2644D; }
a { background-color: rgb(178,100,77); }
div.DivClassName
{
background-color: #B2644D;
}
.BgClassName
{
background-color: #B2644D;
}
</style>
border-color css
<style>
span { border-color: #B2644D; }
span { border-color: rgb(178,100,77); }
td.TdClassName
{
border-color: #B2644D;
}
.TagClassName
{
border-color: #B2644D;
}
</style>