Shades of Sante Fe #B87358
Tints of Sante Fe #B87358
RGB
CMYK
RGB Variations
Color information
#B87358 (or 0xB87358) is known color: Sante Fe. HEX triplet: B8, 73 and 58. RGB value is (184,115,88). Sum of RGB (Red+Green+Blue) = 184+115+88=387 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.55% from 387); Green value is 115 (45.31% from 255 or 29.72% from 387); Blue value is 88 (34.77% from 255 or 22.74% from 387); Max value from RGB is 184 - color contains mainly: red. Hex color #B87358 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87358 is #478CA7. Grayscale: #848484. Windows color (decimal): -4689064 or 5796792. OLE color: 5796792.
HSL color Cylindrical-coordinate representation of color #B87358: hue angle of 16.88º 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 #B87358 is Cyan = 0, Magento = 0.38, Yellow = 0.52 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 115 | 88 | - |
| CMYK | 0 | 0.38 | 0.52 | 0.28 |
| HSL | 16.88º | 0.4% | 0.53% | - |
| HSV(B) | 16.88º | 0.52% | 0.72% | - |
| XYZ | 27.66 | 23.16 | 12.24 | - |
| YUV | 132.55 | 102.86 | 164.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 115 | 88 | 0 | 0.38 | 0.52 | 0.28 | 16.88 | 0.4 | 0.53 |
| Hex | B8 | 73 | 58 | 0 | 26 | 34 | 1C | 11 | 28 | 35 |
| Octal | 270 | 163 | 130 | 0 | 46 | 64 | 34 | 21 | 50 | 65 |
| Binary | 10111000 | 1110011 | 1011000 | 0 | 100110 | 110100 | 11100 | 10001 | 101000 | 110101 |
Color Harmonies of #B87358
Complementary color
Monochromatic Colors of #B87358
Black with #B87358
Text Example
Text Example
White with #B87358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87358; }
p { color: rgb(184,115,88); }
H1.HeaderClassName
{
color: #B87358;
}
.AnyTagClassName
{
color: #B87358;
}
</style>
background-color css
<style>
a { background-color: #B87358; }
a { background-color: rgb(184,115,88); }
div.DivClassName
{
background-color: #B87358;
}
.BgClassName
{
background-color: #B87358;
}
</style>
border-color css
<style>
span { border-color: #B87358; }
span { border-color: rgb(184,115,88); }
td.TdClassName
{
border-color: #B87358;
}
.TagClassName
{
border-color: #B87358;
}
</style>