Shades of Sante Fe #B2724D
Tints of Sante Fe #B2724D
RGB
CMYK
RGB Variations
Color information
#B2724D (or 0xB2724D) is known color: Sante Fe. HEX triplet: B2, 72 and 4D. RGB value is (178,114,77). Sum of RGB (Red+Green+Blue) = 178+114+77=369 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.24% from 369); Green value is 114 (44.92% from 255 or 30.89% from 369); Blue value is 77 (30.47% from 255 or 20.87% from 369); Max value from RGB is 178 - color contains mainly: red. Hex color #B2724D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2724D is #4D8DB2. Grayscale: #818181. Windows color (decimal): -5082547 or 5075634. OLE color: 5075634.
HSL color Cylindrical-coordinate representation of color #B2724D: hue angle of 21.98º 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 #B2724D is Cyan = 0, Magento = 0.36, Yellow = 0.57 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 114 | 77 | - |
| CMYK | 0 | 0.36 | 0.57 | 0.30 |
| HSL | 21.98º | 0.4% | 0.5% | - |
| HSV(B) | 21.98º | 0.57% | 0.7% | - |
| XYZ | 25.72 | 22.04 | 9.92 | - |
| YUV | 128.92 | 98.7 | 163.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 114 | 77 | 0 | 0.36 | 0.57 | 0.30 | 21.98 | 0.4 | 0.5 |
| Hex | B2 | 72 | 4D | 0 | 24 | 39 | 1E | 16 | 28 | 32 |
| Octal | 262 | 162 | 115 | 0 | 44 | 71 | 36 | 26 | 50 | 62 |
| Binary | 10110010 | 1110010 | 1001101 | 0 | 100100 | 111001 | 11110 | 10110 | 101000 | 110010 |
Color Harmonies of #B2724D
Complementary color
Monochromatic Colors of #B2724D
Black with #B2724D
Text Example
Text Example
White with #B2724D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2724D; }
p { color: rgb(178,114,77); }
H1.HeaderClassName
{
color: #B2724D;
}
.AnyTagClassName
{
color: #B2724D;
}
</style>
background-color css
<style>
a { background-color: #B2724D; }
a { background-color: rgb(178,114,77); }
div.DivClassName
{
background-color: #B2724D;
}
.BgClassName
{
background-color: #B2724D;
}
</style>
border-color css
<style>
span { border-color: #B2724D; }
span { border-color: rgb(178,114,77); }
td.TdClassName
{
border-color: #B2724D;
}
.TagClassName
{
border-color: #B2724D;
}
</style>