Shades of Sante Fe #B2724E
Tints of Sante Fe #B2724E
RGB
CMYK
RGB Variations
Color information
#B2724E (or 0xB2724E) is known color: Sante Fe. HEX triplet: B2, 72 and 4E. RGB value is (178,114,78). Sum of RGB (Red+Green+Blue) = 178+114+78=370 (49% of max value = 765). Red value is 178 (69.92% from 255 or 48.11% from 370); Green value is 114 (44.92% from 255 or 30.81% from 370); Blue value is 78 (30.86% from 255 or 21.08% from 370); Max value from RGB is 178 - color contains mainly: red. Hex color #B2724E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2724E is #4D8DB1. Grayscale: #818181. Windows color (decimal): -5082546 or 5141170. OLE color: 5141170.
HSL color Cylindrical-coordinate representation of color #B2724E: hue angle of 21.6º 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 #B2724E is Cyan = 0, Magento = 0.36, Yellow = 0.56 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 114 | 78 | - |
| CMYK | 0 | 0.36 | 0.56 | 0.30 |
| HSL | 21.6º | 0.39% | 0.5% | - |
| HSV(B) | 21.6º | 0.56% | 0.7% | - |
| XYZ | 25.75 | 22.05 | 10.11 | - |
| YUV | 129.03 | 99.2 | 162.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 114 | 78 | 0 | 0.36 | 0.56 | 0.30 | 21.6 | 0.39 | 0.5 |
| Hex | B2 | 72 | 4E | 0 | 24 | 38 | 1E | 16 | 27 | 32 |
| Octal | 262 | 162 | 116 | 0 | 44 | 70 | 36 | 26 | 47 | 62 |
| Binary | 10110010 | 1110010 | 1001110 | 0 | 100100 | 111000 | 11110 | 10110 | 100111 | 110010 |
Color Harmonies of #B2724E
Complementary color
Monochromatic Colors of #B2724E
Black with #B2724E
Text Example
Text Example
White with #B2724E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2724E; }
p { color: rgb(178,114,78); }
H1.HeaderClassName
{
color: #B2724E;
}
.AnyTagClassName
{
color: #B2724E;
}
</style>
background-color css
<style>
a { background-color: #B2724E; }
a { background-color: rgb(178,114,78); }
div.DivClassName
{
background-color: #B2724E;
}
.BgClassName
{
background-color: #B2724E;
}
</style>
border-color css
<style>
span { border-color: #B2724E; }
span { border-color: rgb(178,114,78); }
td.TdClassName
{
border-color: #B2724E;
}
.TagClassName
{
border-color: #B2724E;
}
</style>