Shades of Sante Fe #B87458
Tints of Sante Fe #B87458
RGB
CMYK
RGB Variations
Color information
#B87458 (or 0xB87458) is known color: Sante Fe. HEX triplet: B8, 74 and 58. RGB value is (184,116,88). Sum of RGB (Red+Green+Blue) = 184+116+88=388 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.42% from 388); Green value is 116 (45.70% from 255 or 29.90% from 388); Blue value is 88 (34.77% from 255 or 22.68% from 388); Max value from RGB is 184 - color contains mainly: red. Hex color #B87458 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87458 is #478BA7. Grayscale: #858585. Windows color (decimal): -4688808 or 5797048. OLE color: 5797048.
HSL color Cylindrical-coordinate representation of color #B87458: hue angle of 17.5º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B87458 is Cyan = 0, Magento = 0.37, Yellow = 0.52 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 116 | 88 | - |
| CMYK | 0 | 0.37 | 0.52 | 0.28 |
| HSL | 17.5º | 0.4% | 0.53% | - |
| HSV(B) | 17.5º | 0.52% | 0.72% | - |
| XYZ | 27.77 | 23.39 | 12.28 | - |
| YUV | 133.14 | 102.53 | 164.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 116 | 88 | 0 | 0.37 | 0.52 | 0.28 | 17.5 | 0.4 | 0.53 |
| Hex | B8 | 74 | 58 | 0 | 25 | 34 | 1C | 12 | 28 | 35 |
| Octal | 270 | 164 | 130 | 0 | 45 | 64 | 34 | 22 | 50 | 65 |
| Binary | 10111000 | 1110100 | 1011000 | 0 | 100101 | 110100 | 11100 | 10010 | 101000 | 110101 |
Color Harmonies of #B87458
Complementary color
Monochromatic Colors of #B87458
Black with #B87458
Text Example
Text Example
White with #B87458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87458; }
p { color: rgb(184,116,88); }
H1.HeaderClassName
{
color: #B87458;
}
.AnyTagClassName
{
color: #B87458;
}
</style>
background-color css
<style>
a { background-color: #B87458; }
a { background-color: rgb(184,116,88); }
div.DivClassName
{
background-color: #B87458;
}
.BgClassName
{
background-color: #B87458;
}
</style>
border-color css
<style>
span { border-color: #B87458; }
span { border-color: rgb(184,116,88); }
td.TdClassName
{
border-color: #B87458;
}
.TagClassName
{
border-color: #B87458;
}
</style>