Shades of Sante Fe #B2704E
Tints of Sante Fe #B2704E
RGB
CMYK
RGB Variations
Color information
#B2704E (or 0xB2704E) is known color: Sante Fe. HEX triplet: B2, 70 and 4E. RGB value is (178,112,78). Sum of RGB (Red+Green+Blue) = 178+112+78=368 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.37% from 368); Green value is 112 (44.14% from 255 or 30.43% from 368); Blue value is 78 (30.86% from 255 or 21.20% from 368); Max value from RGB is 178 - color contains mainly: red. Hex color #B2704E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2704E is #4D8FB1. Grayscale: #808080. Windows color (decimal): -5083058 or 5140658. OLE color: 5140658.
HSL color Cylindrical-coordinate representation of color #B2704E: hue angle of 20.4º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B2704E is Cyan = 0, Magento = 0.37, Yellow = 0.56 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 112 | 78 | - |
| CMYK | 0 | 0.37 | 0.56 | 0.30 |
| HSL | 20.4º | 0.39% | 0.5% | - |
| HSV(B) | 20.4º | 0.56% | 0.7% | - |
| XYZ | 25.53 | 21.6 | 10.03 | - |
| YUV | 127.86 | 99.87 | 163.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 112 | 78 | 0 | 0.37 | 0.56 | 0.30 | 20.4 | 0.39 | 0.5 |
| Hex | B2 | 70 | 4E | 0 | 25 | 38 | 1E | 14 | 27 | 32 |
| Octal | 262 | 160 | 116 | 0 | 45 | 70 | 36 | 24 | 47 | 62 |
| Binary | 10110010 | 1110000 | 1001110 | 0 | 100101 | 111000 | 11110 | 10100 | 100111 | 110010 |
Color Harmonies of #B2704E
Complementary color
Monochromatic Colors of #B2704E
Black with #B2704E
Text Example
Text Example
White with #B2704E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2704E; }
p { color: rgb(178,112,78); }
H1.HeaderClassName
{
color: #B2704E;
}
.AnyTagClassName
{
color: #B2704E;
}
</style>
background-color css
<style>
a { background-color: #B2704E; }
a { background-color: rgb(178,112,78); }
div.DivClassName
{
background-color: #B2704E;
}
.BgClassName
{
background-color: #B2704E;
}
</style>
border-color css
<style>
span { border-color: #B2704E; }
span { border-color: rgb(178,112,78); }
td.TdClassName
{
border-color: #B2704E;
}
.TagClassName
{
border-color: #B2704E;
}
</style>