Shades of Sante Fe #B87554
Tints of Sante Fe #B87554
RGB
CMYK
RGB Variations
Color information
#B87554 (or 0xB87554) is known color: Sante Fe. HEX triplet: B8, 75 and 54. RGB value is (184,117,84). Sum of RGB (Red+Green+Blue) = 184+117+84=385 (50% of max value = 765). Red value is 184 (72.27% from 255 or 47.79% from 385); Green value is 117 (46.09% from 255 or 30.39% from 385); Blue value is 84 (33.20% from 255 or 21.82% from 385); Max value from RGB is 184 - color contains mainly: red. Hex color #B87554 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87554 is #478AAB. Grayscale: #858585. Windows color (decimal): -4688556 or 5535160. OLE color: 5535160.
HSL color Cylindrical-coordinate representation of color #B87554: hue angle of 19.8º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B87554 is Cyan = 0, Magento = 0.36, Yellow = 0.54 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 117 | 84 | - |
| CMYK | 0 | 0.36 | 0.54 | 0.28 |
| HSL | 19.8º | 0.41% | 0.53% | - |
| HSV(B) | 19.8º | 0.54% | 0.72% | - |
| XYZ | 27.73 | 23.55 | 11.47 | - |
| YUV | 133.27 | 100.2 | 164.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 117 | 84 | 0 | 0.36 | 0.54 | 0.28 | 19.8 | 0.41 | 0.53 |
| Hex | B8 | 75 | 54 | 0 | 24 | 36 | 1C | 14 | 29 | 35 |
| Octal | 270 | 165 | 124 | 0 | 44 | 66 | 34 | 24 | 51 | 65 |
| Binary | 10111000 | 1110101 | 1010100 | 0 | 100100 | 110110 | 11100 | 10100 | 101001 | 110101 |
Color Harmonies of #B87554
Complementary color
Monochromatic Colors of #B87554
Black with #B87554
Text Example
Text Example
White with #B87554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87554; }
p { color: rgb(184,117,84); }
H1.HeaderClassName
{
color: #B87554;
}
.AnyTagClassName
{
color: #B87554;
}
</style>
background-color css
<style>
a { background-color: #B87554; }
a { background-color: rgb(184,117,84); }
div.DivClassName
{
background-color: #B87554;
}
.BgClassName
{
background-color: #B87554;
}
</style>
border-color css
<style>
span { border-color: #B87554; }
span { border-color: rgb(184,117,84); }
td.TdClassName
{
border-color: #B87554;
}
.TagClassName
{
border-color: #B87554;
}
</style>