Shades of Sante Fe #B9714C
Tints of Sante Fe #B9714C
RGB
CMYK
RGB Variations
Color information
#B9714C (or 0xB9714C) is known color: Sante Fe. HEX triplet: B9, 71 and 4C. RGB value is (185,113,76). Sum of RGB (Red+Green+Blue) = 185+113+76=374 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.47% from 374); Green value is 113 (44.53% from 255 or 30.21% from 374); Blue value is 76 (30.08% from 255 or 20.32% from 374); Max value from RGB is 185 - color contains mainly: red. Hex color #B9714C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9714C is #468EB3. Grayscale: #828282. Windows color (decimal): -4624052 or 5009849. OLE color: 5009849.
HSL color Cylindrical-coordinate representation of color #B9714C: hue angle of 20.37º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B9714C is Cyan = 0, Magento = 0.39, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 113 | 76 | - |
| CMYK | 0 | 0.39 | 0.59 | 0.27 |
| HSL | 20.37º | 0.44% | 0.51% | - |
| HSV(B) | 20.37º | 0.59% | 0.73% | - |
| XYZ | 27.22 | 22.65 | 9.77 | - |
| YUV | 130.31 | 97.35 | 167.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 113 | 76 | 0 | 0.39 | 0.59 | 0.27 | 20.37 | 0.44 | 0.51 |
| Hex | B9 | 71 | 4C | 0 | 27 | 3B | 1B | 14 | 2C | 33 |
| Octal | 271 | 161 | 114 | 0 | 47 | 73 | 33 | 24 | 54 | 63 |
| Binary | 10111001 | 1110001 | 1001100 | 0 | 100111 | 111011 | 11011 | 10100 | 101100 | 110011 |
Color Harmonies of #B9714C
Complementary color
Monochromatic Colors of #B9714C
Black with #B9714C
Text Example
Text Example
White with #B9714C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9714C; }
p { color: rgb(185,113,76); }
H1.HeaderClassName
{
color: #B9714C;
}
.AnyTagClassName
{
color: #B9714C;
}
</style>
background-color css
<style>
a { background-color: #B9714C; }
a { background-color: rgb(185,113,76); }
div.DivClassName
{
background-color: #B9714C;
}
.BgClassName
{
background-color: #B9714C;
}
</style>
border-color css
<style>
span { border-color: #B9714C; }
span { border-color: rgb(185,113,76); }
td.TdClassName
{
border-color: #B9714C;
}
.TagClassName
{
border-color: #B9714C;
}
</style>