Shades of Sante Fe #B87558
Tints of Sante Fe #B87558
RGB
CMYK
RGB Variations
Color information
#B87558 (or 0xB87558) is known color: Sante Fe. HEX triplet: B8, 75 and 58. RGB value is (184,117,88). Sum of RGB (Red+Green+Blue) = 184+117+88=389 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.30% from 389); Green value is 117 (46.09% from 255 or 30.08% from 389); Blue value is 88 (34.77% from 255 or 22.62% from 389); Max value from RGB is 184 - color contains mainly: red. Hex color #B87558 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87558 is #478AA7. Grayscale: #858585. Windows color (decimal): -4688552 or 5797304. OLE color: 5797304.
HSL color Cylindrical-coordinate representation of color #B87558: hue angle of 18.12º 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 #B87558 is Cyan = 0, Magento = 0.36, Yellow = 0.52 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 117 | 88 | - |
| CMYK | 0 | 0.36 | 0.52 | 0.28 |
| HSL | 18.13º | 0.4% | 0.53% | - |
| HSV(B) | 18.13º | 0.52% | 0.72% | - |
| XYZ | 27.89 | 23.62 | 12.32 | - |
| YUV | 133.73 | 102.2 | 163.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 117 | 88 | 0 | 0.36 | 0.52 | 0.28 | 18.13 | 0.4 | 0.53 |
| Hex | B8 | 75 | 58 | 0 | 24 | 34 | 1C | 12 | 28 | 35 |
| Octal | 270 | 165 | 130 | 0 | 44 | 64 | 34 | 22 | 50 | 65 |
| Binary | 10111000 | 1110101 | 1011000 | 0 | 100100 | 110100 | 11100 | 10010 | 101000 | 110101 |
Color Harmonies of #B87558
Complementary color
Monochromatic Colors of #B87558
Black with #B87558
Text Example
Text Example
White with #B87558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87558; }
p { color: rgb(184,117,88); }
H1.HeaderClassName
{
color: #B87558;
}
.AnyTagClassName
{
color: #B87558;
}
</style>
background-color css
<style>
a { background-color: #B87558; }
a { background-color: rgb(184,117,88); }
div.DivClassName
{
background-color: #B87558;
}
.BgClassName
{
background-color: #B87558;
}
</style>
border-color css
<style>
span { border-color: #B87558; }
span { border-color: rgb(184,117,88); }
td.TdClassName
{
border-color: #B87558;
}
.TagClassName
{
border-color: #B87558;
}
</style>