Shades of Sante Fe #B86C4D
Tints of Sante Fe #B86C4D
RGB
CMYK
RGB Variations
Color information
#B86C4D (or 0xB86C4D) is known color: Sante Fe. HEX triplet: B8, 6C and 4D. RGB value is (184,108,77). Sum of RGB (Red+Green+Blue) = 184+108+77=369 (48% of max value = 765). Red value is 184 (72.27% from 255 or 49.86% from 369); Green value is 108 (42.58% from 255 or 29.27% from 369); Blue value is 77 (30.47% from 255 or 20.87% from 369); Max value from RGB is 184 - color contains mainly: red. Hex color #B86C4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86C4D is #4793B2. Grayscale: #7F7F7F. Windows color (decimal): -4690867 or 5074104. OLE color: 5074104.
HSL color Cylindrical-coordinate representation of color #B86C4D: hue angle of 17.38º 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 #B86C4D is Cyan = 0, Magento = 0.41, Yellow = 0.58 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 108 | 77 | - |
| CMYK | 0 | 0.41 | 0.58 | 0.28 |
| HSL | 17.38º | 0.43% | 0.51% | - |
| HSV(B) | 17.38º | 0.58% | 0.72% | - |
| XYZ | 26.47 | 21.45 | 9.77 | - |
| YUV | 127.19 | 99.68 | 168.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 108 | 77 | 0 | 0.41 | 0.58 | 0.28 | 17.38 | 0.43 | 0.51 |
| Hex | B8 | 6C | 4D | 0 | 29 | 3A | 1C | 11 | 2B | 33 |
| Octal | 270 | 154 | 115 | 0 | 51 | 72 | 34 | 21 | 53 | 63 |
| Binary | 10111000 | 1101100 | 1001101 | 0 | 101001 | 111010 | 11100 | 10001 | 101011 | 110011 |
Color Harmonies of #B86C4D
Complementary color
Monochromatic Colors of #B86C4D
Black with #B86C4D
Text Example
Text Example
White with #B86C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86C4D; }
p { color: rgb(184,108,77); }
H1.HeaderClassName
{
color: #B86C4D;
}
.AnyTagClassName
{
color: #B86C4D;
}
</style>
background-color css
<style>
a { background-color: #B86C4D; }
a { background-color: rgb(184,108,77); }
div.DivClassName
{
background-color: #B86C4D;
}
.BgClassName
{
background-color: #B86C4D;
}
</style>
border-color css
<style>
span { border-color: #B86C4D; }
span { border-color: rgb(184,108,77); }
td.TdClassName
{
border-color: #B86C4D;
}
.TagClassName
{
border-color: #B86C4D;
}
</style>