Shades of Sante Fe #B87752
Tints of Sante Fe #B87752
RGB
CMYK
RGB Variations
Color information
#B87752 (or 0xB87752) is known color: Sante Fe. HEX triplet: B8, 77 and 52. RGB value is (184,119,82). Sum of RGB (Red+Green+Blue) = 184+119+82=385 (50% of max value = 765). Red value is 184 (72.27% from 255 or 47.79% from 385); Green value is 119 (46.88% from 255 or 30.91% from 385); Blue value is 82 (32.42% from 255 or 21.30% from 385); Max value from RGB is 184 - color contains mainly: red. Hex color #B87752 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87752 is #4788AD. Grayscale: #868686. Windows color (decimal): -4688046 or 5404600. OLE color: 5404600.
HSL color Cylindrical-coordinate representation of color #B87752: hue angle of 21.76º 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 #B87752 is Cyan = 0, Magento = 0.35, Yellow = 0.55 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 119 | 82 | - |
| CMYK | 0 | 0.35 | 0.55 | 0.28 |
| HSL | 21.76º | 0.42% | 0.52% | - |
| HSV(B) | 21.76º | 0.55% | 0.72% | - |
| XYZ | 27.89 | 23.99 | 11.14 | - |
| YUV | 134.22 | 98.53 | 163.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 119 | 82 | 0 | 0.35 | 0.55 | 0.28 | 21.76 | 0.42 | 0.52 |
| Hex | B8 | 77 | 52 | 0 | 23 | 37 | 1C | 16 | 2A | 34 |
| Octal | 270 | 167 | 122 | 0 | 43 | 67 | 34 | 26 | 52 | 64 |
| Binary | 10111000 | 1110111 | 1010010 | 0 | 100011 | 110111 | 11100 | 10110 | 101010 | 110100 |
Color Harmonies of #B87752
Complementary color
Monochromatic Colors of #B87752
Black with #B87752
Text Example
Text Example
White with #B87752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87752; }
p { color: rgb(184,119,82); }
H1.HeaderClassName
{
color: #B87752;
}
.AnyTagClassName
{
color: #B87752;
}
</style>
background-color css
<style>
a { background-color: #B87752; }
a { background-color: rgb(184,119,82); }
div.DivClassName
{
background-color: #B87752;
}
.BgClassName
{
background-color: #B87752;
}
</style>
border-color css
<style>
span { border-color: #B87752; }
span { border-color: rgb(184,119,82); }
td.TdClassName
{
border-color: #B87752;
}
.TagClassName
{
border-color: #B87752;
}
</style>