Shades of Sante Fe #B87653
Tints of Sante Fe #B87653
RGB
CMYK
RGB Variations
Color information
#B87653 (or 0xB87653) is known color: Sante Fe. HEX triplet: B8, 76 and 53. RGB value is (184,118,83). Sum of RGB (Red+Green+Blue) = 184+118+83=385 (50% of max value = 765). Red value is 184 (72.27% from 255 or 47.79% from 385); Green value is 118 (46.48% from 255 or 30.65% from 385); Blue value is 83 (32.81% from 255 or 21.56% from 385); Max value from RGB is 184 - color contains mainly: red. Hex color #B87653 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87653 is #4789AC. Grayscale: #858585. Windows color (decimal): -4688301 or 5469880. OLE color: 5469880.
HSL color Cylindrical-coordinate representation of color #B87653: hue angle of 20.79º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B87653 is Cyan = 0, Magento = 0.36, Yellow = 0.55 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 118 | 83 | - |
| CMYK | 0 | 0.36 | 0.55 | 0.28 |
| HSL | 20.79º | 0.42% | 0.52% | - |
| HSV(B) | 20.79º | 0.55% | 0.72% | - |
| XYZ | 27.81 | 23.77 | 11.31 | - |
| YUV | 133.74 | 99.37 | 163.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 118 | 83 | 0 | 0.36 | 0.55 | 0.28 | 20.79 | 0.42 | 0.52 |
| Hex | B8 | 76 | 53 | 0 | 24 | 37 | 1C | 15 | 2A | 34 |
| Octal | 270 | 166 | 123 | 0 | 44 | 67 | 34 | 25 | 52 | 64 |
| Binary | 10111000 | 1110110 | 1010011 | 0 | 100100 | 110111 | 11100 | 10101 | 101010 | 110100 |
Color Harmonies of #B87653
Complementary color
Monochromatic Colors of #B87653
Black with #B87653
Text Example
Text Example
White with #B87653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87653; }
p { color: rgb(184,118,83); }
H1.HeaderClassName
{
color: #B87653;
}
.AnyTagClassName
{
color: #B87653;
}
</style>
background-color css
<style>
a { background-color: #B87653; }
a { background-color: rgb(184,118,83); }
div.DivClassName
{
background-color: #B87653;
}
.BgClassName
{
background-color: #B87653;
}
</style>
border-color css
<style>
span { border-color: #B87653; }
span { border-color: rgb(184,118,83); }
td.TdClassName
{
border-color: #B87653;
}
.TagClassName
{
border-color: #B87653;
}
</style>