Shades of Sante Fe #B76857
Tints of Sante Fe #B76857
RGB
CMYK
RGB Variations
Color information
#B76857 (or 0xB76857) is known color: Sante Fe. HEX triplet: B7, 68 and 57. RGB value is (183,104,87). Sum of RGB (Red+Green+Blue) = 183+104+87=374 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.93% from 374); Green value is 104 (41.02% from 255 or 27.81% from 374); Blue value is 87 (34.38% from 255 or 23.26% from 374); Max value from RGB is 183 - color contains mainly: red. Hex color #B76857 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76857 is #4897A8. Grayscale: #7D7D7D. Windows color (decimal): -4757417 or 5728439. OLE color: 5728439.
HSL color Cylindrical-coordinate representation of color #B76857: hue angle of 10.62º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B76857 is Cyan = 0, Magento = 0.43, Yellow = 0.52 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 104 | 87 | - |
| CMYK | 0 | 0.43 | 0.52 | 0.28 |
| HSL | 10.63º | 0.4% | 0.53% | - |
| HSV(B) | 10.63º | 0.52% | 0.72% | - |
| XYZ | 26.2 | 20.66 | 11.62 | - |
| YUV | 125.68 | 106.17 | 168.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 104 | 87 | 0 | 0.43 | 0.52 | 0.28 | 10.63 | 0.4 | 0.53 |
| Hex | B7 | 68 | 57 | 0 | 2B | 34 | 1C | B | 28 | 35 |
| Octal | 267 | 150 | 127 | 0 | 53 | 64 | 34 | 13 | 50 | 65 |
| Binary | 10110111 | 1101000 | 1010111 | 0 | 101011 | 110100 | 11100 | 1011 | 101000 | 110101 |
Color Harmonies of #B76857
Complementary color
Monochromatic Colors of #B76857
Black with #B76857
Text Example
Text Example
White with #B76857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76857; }
p { color: rgb(183,104,87); }
H1.HeaderClassName
{
color: #B76857;
}
.AnyTagClassName
{
color: #B76857;
}
</style>
background-color css
<style>
a { background-color: #B76857; }
a { background-color: rgb(183,104,87); }
div.DivClassName
{
background-color: #B76857;
}
.BgClassName
{
background-color: #B76857;
}
</style>
border-color css
<style>
span { border-color: #B76857; }
span { border-color: rgb(183,104,87); }
td.TdClassName
{
border-color: #B76857;
}
.TagClassName
{
border-color: #B76857;
}
</style>