Shades of Sante Fe #B87153
Tints of Sante Fe #B87153
RGB
CMYK
RGB Variations
Color information
#B87153 (or 0xB87153) is known color: Sante Fe. HEX triplet: B8, 71 and 53. RGB value is (184,113,83). Sum of RGB (Red+Green+Blue) = 184+113+83=380 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.42% from 380); Green value is 113 (44.53% from 255 or 29.74% from 380); Blue value is 83 (32.81% from 255 or 21.84% from 380); Max value from RGB is 184 - color contains mainly: red. Hex color #B87153 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87153 is #478EAC. Grayscale: #838383. Windows color (decimal): -4689581 or 5468600. OLE color: 5468600.
HSL color Cylindrical-coordinate representation of color #B87153: hue angle of 17.82º 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 #B87153 is Cyan = 0, Magento = 0.39, Yellow = 0.55 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 113 | 83 | - |
| CMYK | 0 | 0.39 | 0.55 | 0.28 |
| HSL | 17.82º | 0.42% | 0.52% | - |
| HSV(B) | 17.82º | 0.55% | 0.72% | - |
| XYZ | 27.23 | 22.63 | 11.12 | - |
| YUV | 130.81 | 101.02 | 165.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 113 | 83 | 0 | 0.39 | 0.55 | 0.28 | 17.82 | 0.42 | 0.52 |
| Hex | B8 | 71 | 53 | 0 | 27 | 37 | 1C | 12 | 2A | 34 |
| Octal | 270 | 161 | 123 | 0 | 47 | 67 | 34 | 22 | 52 | 64 |
| Binary | 10111000 | 1110001 | 1010011 | 0 | 100111 | 110111 | 11100 | 10010 | 101010 | 110100 |
Color Harmonies of #B87153
Complementary color
Monochromatic Colors of #B87153
Black with #B87153
Text Example
Text Example
White with #B87153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87153; }
p { color: rgb(184,113,83); }
H1.HeaderClassName
{
color: #B87153;
}
.AnyTagClassName
{
color: #B87153;
}
</style>
background-color css
<style>
a { background-color: #B87153; }
a { background-color: rgb(184,113,83); }
div.DivClassName
{
background-color: #B87153;
}
.BgClassName
{
background-color: #B87153;
}
</style>
border-color css
<style>
span { border-color: #B87153; }
span { border-color: rgb(184,113,83); }
td.TdClassName
{
border-color: #B87153;
}
.TagClassName
{
border-color: #B87153;
}
</style>