Shades of Sante Fe #B8724D
Tints of Sante Fe #B8724D
RGB
CMYK
RGB Variations
Color information
#B8724D (or 0xB8724D) is known color: Sante Fe. HEX triplet: B8, 72 and 4D. RGB value is (184,114,77). Sum of RGB (Red+Green+Blue) = 184+114+77=375 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.07% from 375); Green value is 114 (44.92% from 255 or 30.4% from 375); Blue value is 77 (30.47% from 255 or 20.53% from 375); Max value from RGB is 184 - color contains mainly: red. Hex color #B8724D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8724D is #478DB2. Grayscale: #828282. Windows color (decimal): -4689331 or 5075640. OLE color: 5075640.
HSL color Cylindrical-coordinate representation of color #B8724D: hue angle of 20.75º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B8724D is Cyan = 0, Magento = 0.38, Yellow = 0.58 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 114 | 77 | - |
| CMYK | 0 | 0.38 | 0.58 | 0.28 |
| HSL | 20.75º | 0.43% | 0.51% | - |
| HSV(B) | 20.75º | 0.58% | 0.72% | - |
| XYZ | 27.12 | 22.76 | 9.98 | - |
| YUV | 130.71 | 97.69 | 166.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 114 | 77 | 0 | 0.38 | 0.58 | 0.28 | 20.75 | 0.43 | 0.51 |
| Hex | B8 | 72 | 4D | 0 | 26 | 3A | 1C | 15 | 2B | 33 |
| Octal | 270 | 162 | 115 | 0 | 46 | 72 | 34 | 25 | 53 | 63 |
| Binary | 10111000 | 1110010 | 1001101 | 0 | 100110 | 111010 | 11100 | 10101 | 101011 | 110011 |
Color Harmonies of #B8724D
Complementary color
Monochromatic Colors of #B8724D
Black with #B8724D
Text Example
Text Example
White with #B8724D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8724D; }
p { color: rgb(184,114,77); }
H1.HeaderClassName
{
color: #B8724D;
}
.AnyTagClassName
{
color: #B8724D;
}
</style>
background-color css
<style>
a { background-color: #B8724D; }
a { background-color: rgb(184,114,77); }
div.DivClassName
{
background-color: #B8724D;
}
.BgClassName
{
background-color: #B8724D;
}
</style>
border-color css
<style>
span { border-color: #B8724D; }
span { border-color: rgb(184,114,77); }
td.TdClassName
{
border-color: #B8724D;
}
.TagClassName
{
border-color: #B8724D;
}
</style>