Shades of Sante Fe #B2664D
Tints of Sante Fe #B2664D
RGB
CMYK
RGB Variations
Color information
#B2664D (or 0xB2664D) is known color: Sante Fe. HEX triplet: B2, 66 and 4D. RGB value is (178,102,77). Sum of RGB (Red+Green+Blue) = 178+102+77=357 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.86% from 357); Green value is 102 (40.23% from 255 or 28.57% from 357); Blue value is 77 (30.47% from 255 or 21.57% from 357); Max value from RGB is 178 - color contains mainly: red. Hex color #B2664D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2664D is #4D99B2. Grayscale: #7A7A7A. Windows color (decimal): -5085619 or 5072562. OLE color: 5072562.
HSL color Cylindrical-coordinate representation of color #B2664D: hue angle of 14.85º 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 #B2664D is Cyan = 0, Magento = 0.43, Yellow = 0.57 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 102 | 77 | - |
| CMYK | 0 | 0.43 | 0.57 | 0.30 |
| HSL | 14.85º | 0.4% | 0.5% | - |
| HSV(B) | 14.85º | 0.57% | 0.7% | - |
| XYZ | 24.45 | 19.5 | 9.5 | - |
| YUV | 121.87 | 102.68 | 168.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 102 | 77 | 0 | 0.43 | 0.57 | 0.30 | 14.85 | 0.4 | 0.5 |
| Hex | B2 | 66 | 4D | 0 | 2B | 39 | 1E | F | 28 | 32 |
| Octal | 262 | 146 | 115 | 0 | 53 | 71 | 36 | 17 | 50 | 62 |
| Binary | 10110010 | 1100110 | 1001101 | 0 | 101011 | 111001 | 11110 | 1111 | 101000 | 110010 |
Color Harmonies of #B2664D
Complementary color
Monochromatic Colors of #B2664D
Black with #B2664D
Text Example
Text Example
White with #B2664D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2664D; }
p { color: rgb(178,102,77); }
H1.HeaderClassName
{
color: #B2664D;
}
.AnyTagClassName
{
color: #B2664D;
}
</style>
background-color css
<style>
a { background-color: #B2664D; }
a { background-color: rgb(178,102,77); }
div.DivClassName
{
background-color: #B2664D;
}
.BgClassName
{
background-color: #B2664D;
}
</style>
border-color css
<style>
span { border-color: #B2664D; }
span { border-color: rgb(178,102,77); }
td.TdClassName
{
border-color: #B2664D;
}
.TagClassName
{
border-color: #B2664D;
}
</style>