Shades of Sante Fe #B87654
Tints of Sante Fe #B87654
RGB
CMYK
RGB Variations
Color information
#B87654 (or 0xB87654) is known color: Sante Fe. HEX triplet: B8, 76 and 54. RGB value is (184,118,84). Sum of RGB (Red+Green+Blue) = 184+118+84=386 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.67% from 386); Green value is 118 (46.48% from 255 or 30.57% from 386); Blue value is 84 (33.20% from 255 or 21.76% from 386); Max value from RGB is 184 - color contains mainly: red. Hex color #B87654 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87654 is #4789AB. Grayscale: #868686. Windows color (decimal): -4688300 or 5535416. OLE color: 5535416.
HSL color Cylindrical-coordinate representation of color #B87654: hue angle of 20.4º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B87654 is Cyan = 0, Magento = 0.36, Yellow = 0.54 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 118 | 84 | - |
| CMYK | 0 | 0.36 | 0.54 | 0.28 |
| HSL | 20.4º | 0.41% | 0.53% | - |
| HSV(B) | 20.4º | 0.54% | 0.72% | - |
| XYZ | 27.85 | 23.79 | 11.51 | - |
| YUV | 133.86 | 99.87 | 163.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 118 | 84 | 0 | 0.36 | 0.54 | 0.28 | 20.4 | 0.41 | 0.53 |
| Hex | B8 | 76 | 54 | 0 | 24 | 36 | 1C | 14 | 29 | 35 |
| Octal | 270 | 166 | 124 | 0 | 44 | 66 | 34 | 24 | 51 | 65 |
| Binary | 10111000 | 1110110 | 1010100 | 0 | 100100 | 110110 | 11100 | 10100 | 101001 | 110101 |
Color Harmonies of #B87654
Complementary color
Monochromatic Colors of #B87654
Black with #B87654
Text Example
Text Example
White with #B87654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87654; }
p { color: rgb(184,118,84); }
H1.HeaderClassName
{
color: #B87654;
}
.AnyTagClassName
{
color: #B87654;
}
</style>
background-color css
<style>
a { background-color: #B87654; }
a { background-color: rgb(184,118,84); }
div.DivClassName
{
background-color: #B87654;
}
.BgClassName
{
background-color: #B87654;
}
</style>
border-color css
<style>
span { border-color: #B87654; }
span { border-color: rgb(184,118,84); }
td.TdClassName
{
border-color: #B87654;
}
.TagClassName
{
border-color: #B87654;
}
</style>