Shades of Sante Fe #B76957
Tints of Sante Fe #B76957
RGB
CMYK
RGB Variations
Color information
#B76957 (or 0xB76957) is known color: Sante Fe. HEX triplet: B7, 69 and 57. RGB value is (183,105,87). Sum of RGB (Red+Green+Blue) = 183+105+87=375 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.8% from 375); Green value is 105 (41.41% from 255 or 28% from 375); Blue value is 87 (34.38% from 255 or 23.2% from 375); Max value from RGB is 183 - color contains mainly: red. Hex color #B76957 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76957 is #4896A8. Grayscale: #7E7E7E. Windows color (decimal): -4757161 or 5728695. OLE color: 5728695.
HSL color Cylindrical-coordinate representation of color #B76957: hue angle of 11.25º 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 #B76957 is Cyan = 0, Magento = 0.43, Yellow = 0.52 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 105 | 87 | - |
| CMYK | 0 | 0.43 | 0.52 | 0.28 |
| HSL | 11.25º | 0.4% | 0.53% | - |
| HSV(B) | 11.25º | 0.52% | 0.72% | - |
| XYZ | 26.3 | 20.86 | 11.66 | - |
| YUV | 126.27 | 105.84 | 168.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 105 | 87 | 0 | 0.43 | 0.52 | 0.28 | 11.25 | 0.4 | 0.53 |
| Hex | B7 | 69 | 57 | 0 | 2B | 34 | 1C | B | 28 | 35 |
| Octal | 267 | 151 | 127 | 0 | 53 | 64 | 34 | 13 | 50 | 65 |
| Binary | 10110111 | 1101001 | 1010111 | 0 | 101011 | 110100 | 11100 | 1011 | 101000 | 110101 |
Color Harmonies of #B76957
Complementary color
Monochromatic Colors of #B76957
Black with #B76957
Text Example
Text Example
White with #B76957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76957; }
p { color: rgb(183,105,87); }
H1.HeaderClassName
{
color: #B76957;
}
.AnyTagClassName
{
color: #B76957;
}
</style>
background-color css
<style>
a { background-color: #B76957; }
a { background-color: rgb(183,105,87); }
div.DivClassName
{
background-color: #B76957;
}
.BgClassName
{
background-color: #B76957;
}
</style>
border-color css
<style>
span { border-color: #B76957; }
span { border-color: rgb(183,105,87); }
td.TdClassName
{
border-color: #B76957;
}
.TagClassName
{
border-color: #B76957;
}
</style>