Shades of Sante Fe #B87753
Tints of Sante Fe #B87753
RGB
CMYK
RGB Variations
Color information
#B87753 (or 0xB87753) is known color: Sante Fe. HEX triplet: B8, 77 and 53. RGB value is (184,119,83). Sum of RGB (Red+Green+Blue) = 184+119+83=386 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.67% from 386); Green value is 119 (46.88% from 255 or 30.83% from 386); Blue value is 83 (32.81% from 255 or 21.50% from 386); Max value from RGB is 184 - color contains mainly: red. Hex color #B87753 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87753 is #4788AC. Grayscale: #868686. Windows color (decimal): -4688045 or 5470136. OLE color: 5470136.
HSL color Cylindrical-coordinate representation of color #B87753: hue angle of 21.39º 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 #B87753 is Cyan = 0, Magento = 0.35, Yellow = 0.55 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 119 | 83 | - |
| CMYK | 0 | 0.35 | 0.55 | 0.28 |
| HSL | 21.39º | 0.42% | 0.52% | - |
| HSV(B) | 21.39º | 0.55% | 0.72% | - |
| XYZ | 27.93 | 24.01 | 11.35 | - |
| YUV | 134.33 | 99.03 | 163.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 119 | 83 | 0 | 0.35 | 0.55 | 0.28 | 21.39 | 0.42 | 0.52 |
| Hex | B8 | 77 | 53 | 0 | 23 | 37 | 1C | 15 | 2A | 34 |
| Octal | 270 | 167 | 123 | 0 | 43 | 67 | 34 | 25 | 52 | 64 |
| Binary | 10111000 | 1110111 | 1010011 | 0 | 100011 | 110111 | 11100 | 10101 | 101010 | 110100 |
Color Harmonies of #B87753
Complementary color
Monochromatic Colors of #B87753
Black with #B87753
Text Example
Text Example
White with #B87753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87753; }
p { color: rgb(184,119,83); }
H1.HeaderClassName
{
color: #B87753;
}
.AnyTagClassName
{
color: #B87753;
}
</style>
background-color css
<style>
a { background-color: #B87753; }
a { background-color: rgb(184,119,83); }
div.DivClassName
{
background-color: #B87753;
}
.BgClassName
{
background-color: #B87753;
}
</style>
border-color css
<style>
span { border-color: #B87753; }
span { border-color: rgb(184,119,83); }
td.TdClassName
{
border-color: #B87753;
}
.TagClassName
{
border-color: #B87753;
}
</style>