Shades of Sante Fe #B86D4A
Tints of Sante Fe #B86D4A
RGB
CMYK
RGB Variations
Color information
#B86D4A (or 0xB86D4A) is known color: Sante Fe. HEX triplet: B8, 6D and 4A. RGB value is (184,109,74). Sum of RGB (Red+Green+Blue) = 184+109+74=367 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.14% from 367); Green value is 109 (42.97% from 255 or 29.70% from 367); Blue value is 74 (29.30% from 255 or 20.16% from 367); Max value from RGB is 184 - color contains mainly: red. Hex color #B86D4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B86D4A is #4792B5. Grayscale: #7F7F7F. Windows color (decimal): -4690614 or 4877752. OLE color: 4877752.
HSL color Cylindrical-coordinate representation of color #B86D4A: hue angle of 19.09º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B86D4A is Cyan = 0, Magento = 0.41, Yellow = 0.60 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 109 | 74 | - |
| CMYK | 0 | 0.41 | 0.60 | 0.28 |
| HSL | 19.09º | 0.44% | 0.51% | - |
| HSV(B) | 19.09º | 0.6% | 0.72% | - |
| XYZ | 26.47 | 21.62 | 9.26 | - |
| YUV | 127.44 | 97.85 | 168.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 109 | 74 | 0 | 0.41 | 0.60 | 0.28 | 19.09 | 0.44 | 0.51 |
| Hex | B8 | 6D | 4A | 0 | 29 | 3C | 1C | 13 | 2C | 33 |
| Octal | 270 | 155 | 112 | 0 | 51 | 74 | 34 | 23 | 54 | 63 |
| Binary | 10111000 | 1101101 | 1001010 | 0 | 101001 | 111100 | 11100 | 10011 | 101100 | 110011 |
Color Harmonies of #B86D4A
Complementary color
Monochromatic Colors of #B86D4A
Black with #B86D4A
Text Example
Text Example
White with #B86D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86D4A; }
p { color: rgb(184,109,74); }
H1.HeaderClassName
{
color: #B86D4A;
}
.AnyTagClassName
{
color: #B86D4A;
}
</style>
background-color css
<style>
a { background-color: #B86D4A; }
a { background-color: rgb(184,109,74); }
div.DivClassName
{
background-color: #B86D4A;
}
.BgClassName
{
background-color: #B86D4A;
}
</style>
border-color css
<style>
span { border-color: #B86D4A; }
span { border-color: rgb(184,109,74); }
td.TdClassName
{
border-color: #B86D4A;
}
.TagClassName
{
border-color: #B86D4A;
}
</style>