Shades of Sante Fe #B87352
Tints of Sante Fe #B87352
RGB
CMYK
RGB Variations
Color information
#B87352 (or 0xB87352) is known color: Sante Fe. HEX triplet: B8, 73 and 52. RGB value is (184,115,82). Sum of RGB (Red+Green+Blue) = 184+115+82=381 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.29% from 381); Green value is 115 (45.31% from 255 or 30.18% from 381); Blue value is 82 (32.42% from 255 or 21.52% from 381); Max value from RGB is 184 - color contains mainly: red. Hex color #B87352 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87352 is #478CAD. Grayscale: #848484. Windows color (decimal): -4689070 or 5403576. OLE color: 5403576.
HSL color Cylindrical-coordinate representation of color #B87352: hue angle of 19.41º 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 #B87352 is Cyan = 0, Magento = 0.38, Yellow = 0.55 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 115 | 82 | - |
| CMYK | 0 | 0.38 | 0.55 | 0.28 |
| HSL | 19.41º | 0.42% | 0.52% | - |
| HSV(B) | 19.41º | 0.55% | 0.72% | - |
| XYZ | 27.42 | 23.06 | 10.99 | - |
| YUV | 131.87 | 99.86 | 165.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 115 | 82 | 0 | 0.38 | 0.55 | 0.28 | 19.41 | 0.42 | 0.52 |
| Hex | B8 | 73 | 52 | 0 | 26 | 37 | 1C | 13 | 2A | 34 |
| Octal | 270 | 163 | 122 | 0 | 46 | 67 | 34 | 23 | 52 | 64 |
| Binary | 10111000 | 1110011 | 1010010 | 0 | 100110 | 110111 | 11100 | 10011 | 101010 | 110100 |
Color Harmonies of #B87352
Complementary color
Monochromatic Colors of #B87352
Black with #B87352
Text Example
Text Example
White with #B87352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87352; }
p { color: rgb(184,115,82); }
H1.HeaderClassName
{
color: #B87352;
}
.AnyTagClassName
{
color: #B87352;
}
</style>
background-color css
<style>
a { background-color: #B87352; }
a { background-color: rgb(184,115,82); }
div.DivClassName
{
background-color: #B87352;
}
.BgClassName
{
background-color: #B87352;
}
</style>
border-color css
<style>
span { border-color: #B87352; }
span { border-color: rgb(184,115,82); }
td.TdClassName
{
border-color: #B87352;
}
.TagClassName
{
border-color: #B87352;
}
</style>