Shades of Sante Fe #B87559
Tints of Sante Fe #B87559
RGB
CMYK
RGB Variations
Color information
#B87559 (or 0xB87559) is known color: Sante Fe. HEX triplet: B8, 75 and 59. RGB value is (184,117,89). Sum of RGB (Red+Green+Blue) = 184+117+89=390 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.18% from 390); Green value is 117 (46.09% from 255 or 30% from 390); Blue value is 89 (35.16% from 255 or 22.82% from 390); Max value from RGB is 184 - color contains mainly: red. Hex color #B87559 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87559 is #478AA6. Grayscale: #868686. Windows color (decimal): -4688551 or 5862840. OLE color: 5862840.
HSL color Cylindrical-coordinate representation of color #B87559: hue angle of 17.68º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B87559 is Cyan = 0, Magento = 0.36, Yellow = 0.52 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 117 | 89 | - |
| CMYK | 0 | 0.36 | 0.52 | 0.28 |
| HSL | 17.68º | 0.4% | 0.54% | - |
| HSV(B) | 17.68º | 0.52% | 0.72% | - |
| XYZ | 27.93 | 23.63 | 12.54 | - |
| YUV | 133.84 | 102.7 | 163.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 117 | 89 | 0 | 0.36 | 0.52 | 0.28 | 17.68 | 0.4 | 0.54 |
| Hex | B8 | 75 | 59 | 0 | 24 | 34 | 1C | 12 | 28 | 36 |
| Octal | 270 | 165 | 131 | 0 | 44 | 64 | 34 | 22 | 50 | 66 |
| Binary | 10111000 | 1110101 | 1011001 | 0 | 100100 | 110100 | 11100 | 10010 | 101000 | 110110 |
Color Harmonies of #B87559
Complementary color
Monochromatic Colors of #B87559
Black with #B87559
Text Example
Text Example
White with #B87559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87559; }
p { color: rgb(184,117,89); }
H1.HeaderClassName
{
color: #B87559;
}
.AnyTagClassName
{
color: #B87559;
}
</style>
background-color css
<style>
a { background-color: #B87559; }
a { background-color: rgb(184,117,89); }
div.DivClassName
{
background-color: #B87559;
}
.BgClassName
{
background-color: #B87559;
}
</style>
border-color css
<style>
span { border-color: #B87559; }
span { border-color: rgb(184,117,89); }
td.TdClassName
{
border-color: #B87559;
}
.TagClassName
{
border-color: #B87559;
}
</style>