Shades of Sante Fe #B9724D
Tints of Sante Fe #B9724D
RGB
CMYK
RGB Variations
Color information
#B9724D (or 0xB9724D) is known color: Sante Fe. HEX triplet: B9, 72 and 4D. RGB value is (185,114,77). Sum of RGB (Red+Green+Blue) = 185+114+77=376 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.20% from 376); Green value is 114 (44.92% from 255 or 30.32% from 376); Blue value is 77 (30.47% from 255 or 20.48% from 376); Max value from RGB is 185 - color contains mainly: red. Hex color #B9724D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9724D is #468DB2. Grayscale: #838383. Windows color (decimal): -4623795 or 5075641. OLE color: 5075641.
HSL color Cylindrical-coordinate representation of color #B9724D: hue angle of 20.56º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B9724D is Cyan = 0, Magento = 0.38, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 114 | 77 | - |
| CMYK | 0 | 0.38 | 0.58 | 0.27 |
| HSL | 20.56º | 0.44% | 0.51% | - |
| HSV(B) | 20.56º | 0.58% | 0.73% | - |
| XYZ | 27.36 | 22.88 | 10 | - |
| YUV | 131.01 | 97.52 | 166.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 114 | 77 | 0 | 0.38 | 0.58 | 0.27 | 20.56 | 0.44 | 0.51 |
| Hex | B9 | 72 | 4D | 0 | 26 | 3A | 1B | 15 | 2C | 33 |
| Octal | 271 | 162 | 115 | 0 | 46 | 72 | 33 | 25 | 54 | 63 |
| Binary | 10111001 | 1110010 | 1001101 | 0 | 100110 | 111010 | 11011 | 10101 | 101100 | 110011 |
Color Harmonies of #B9724D
Complementary color
Monochromatic Colors of #B9724D
Black with #B9724D
Text Example
Text Example
White with #B9724D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9724D; }
p { color: rgb(185,114,77); }
H1.HeaderClassName
{
color: #B9724D;
}
.AnyTagClassName
{
color: #B9724D;
}
</style>
background-color css
<style>
a { background-color: #B9724D; }
a { background-color: rgb(185,114,77); }
div.DivClassName
{
background-color: #B9724D;
}
.BgClassName
{
background-color: #B9724D;
}
</style>
border-color css
<style>
span { border-color: #B9724D; }
span { border-color: rgb(185,114,77); }
td.TdClassName
{
border-color: #B9724D;
}
.TagClassName
{
border-color: #B9724D;
}
</style>