Shades of Sante Fe #B2644C
Tints of Sante Fe #B2644C
RGB
CMYK
RGB Variations
Color information
#B2644C (or 0xB2644C) is known color: Sante Fe. HEX triplet: B2, 64 and 4C. RGB value is (178,100,76). Sum of RGB (Red+Green+Blue) = 178+100+76=354 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.28% from 354); Green value is 100 (39.45% from 255 or 28.25% from 354); Blue value is 76 (30.08% from 255 or 21.47% from 354); Max value from RGB is 178 - color contains mainly: red. Hex color #B2644C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2644C is #4D9BB3. Grayscale: #787878. Windows color (decimal): -5086132 or 5006514. OLE color: 5006514.
HSL color Cylindrical-coordinate representation of color #B2644C: hue angle of 14.12º 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 #B2644C is Cyan = 0, Magento = 0.44, Yellow = 0.57 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 100 | 76 | - |
| CMYK | 0 | 0.44 | 0.57 | 0.30 |
| HSL | 14.12º | 0.4% | 0.5% | - |
| HSV(B) | 14.12º | 0.57% | 0.7% | - |
| XYZ | 24.22 | 19.1 | 9.25 | - |
| YUV | 120.59 | 102.84 | 168.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 100 | 76 | 0 | 0.44 | 0.57 | 0.30 | 14.12 | 0.4 | 0.5 |
| Hex | B2 | 64 | 4C | 0 | 2C | 39 | 1E | E | 28 | 32 |
| Octal | 262 | 144 | 114 | 0 | 54 | 71 | 36 | 16 | 50 | 62 |
| Binary | 10110010 | 1100100 | 1001100 | 0 | 101100 | 111001 | 11110 | 1110 | 101000 | 110010 |
Color Harmonies of #B2644C
Complementary color
Monochromatic Colors of #B2644C
Black with #B2644C
Text Example
Text Example
White with #B2644C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2644C; }
p { color: rgb(178,100,76); }
H1.HeaderClassName
{
color: #B2644C;
}
.AnyTagClassName
{
color: #B2644C;
}
</style>
background-color css
<style>
a { background-color: #B2644C; }
a { background-color: rgb(178,100,76); }
div.DivClassName
{
background-color: #B2644C;
}
.BgClassName
{
background-color: #B2644C;
}
</style>
border-color css
<style>
span { border-color: #B2644C; }
span { border-color: rgb(178,100,76); }
td.TdClassName
{
border-color: #B2644C;
}
.TagClassName
{
border-color: #B2644C;
}
</style>