Shades of Sante Fe #B87351
Tints of Sante Fe #B87351
RGB
CMYK
RGB Variations
Color information
#B87351 (or 0xB87351) is known color: Sante Fe. HEX triplet: B8, 73 and 51. RGB value is (184,115,81). Sum of RGB (Red+Green+Blue) = 184+115+81=380 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.42% from 380); Green value is 115 (45.31% from 255 or 30.26% from 380); Blue value is 81 (32.03% from 255 or 21.32% from 380); Max value from RGB is 184 - color contains mainly: red. Hex color #B87351 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87351 is #478CAE. Grayscale: #838383. Windows color (decimal): -4689071 or 5338040. OLE color: 5338040.
HSL color Cylindrical-coordinate representation of color #B87351: hue angle of 19.81º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B87351 is Cyan = 0, Magento = 0.38, Yellow = 0.56 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 115 | 81 | - |
| CMYK | 0 | 0.38 | 0.56 | 0.28 |
| HSL | 19.81º | 0.42% | 0.52% | - |
| HSV(B) | 19.81º | 0.56% | 0.72% | - |
| XYZ | 27.38 | 23.05 | 10.79 | - |
| YUV | 131.76 | 99.36 | 165.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 115 | 81 | 0 | 0.38 | 0.56 | 0.28 | 19.81 | 0.42 | 0.52 |
| Hex | B8 | 73 | 51 | 0 | 26 | 38 | 1C | 14 | 2A | 34 |
| Octal | 270 | 163 | 121 | 0 | 46 | 70 | 34 | 24 | 52 | 64 |
| Binary | 10111000 | 1110011 | 1010001 | 0 | 100110 | 111000 | 11100 | 10100 | 101010 | 110100 |
Color Harmonies of #B87351
Complementary color
Monochromatic Colors of #B87351
Black with #B87351
Text Example
Text Example
White with #B87351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87351; }
p { color: rgb(184,115,81); }
H1.HeaderClassName
{
color: #B87351;
}
.AnyTagClassName
{
color: #B87351;
}
</style>
background-color css
<style>
a { background-color: #B87351; }
a { background-color: rgb(184,115,81); }
div.DivClassName
{
background-color: #B87351;
}
.BgClassName
{
background-color: #B87351;
}
</style>
border-color css
<style>
span { border-color: #B87351; }
span { border-color: rgb(184,115,81); }
td.TdClassName
{
border-color: #B87351;
}
.TagClassName
{
border-color: #B87351;
}
</style>