Shades of Sante Fe #B76853
Tints of Sante Fe #B76853
RGB
CMYK
RGB Variations
Color information
#B76853 (or 0xB76853) is known color: Sante Fe. HEX triplet: B7, 68 and 53. RGB value is (183,104,83). Sum of RGB (Red+Green+Blue) = 183+104+83=370 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.46% from 370); Green value is 104 (41.02% from 255 or 28.11% from 370); Blue value is 83 (32.81% from 255 or 22.43% from 370); Max value from RGB is 183 - color contains mainly: red. Hex color #B76853 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76853 is #4897AC. Grayscale: #7D7D7D. Windows color (decimal): -4757421 or 5466295. OLE color: 5466295.
HSL color Cylindrical-coordinate representation of color #B76853: hue angle of 12.6º degrees, saturation: 0.41, 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 #B76853 is Cyan = 0, Magento = 0.43, Yellow = 0.55 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 104 | 83 | - |
| CMYK | 0 | 0.43 | 0.55 | 0.28 |
| HSL | 12.6º | 0.41% | 0.52% | - |
| HSV(B) | 12.6º | 0.55% | 0.72% | - |
| XYZ | 26.04 | 20.59 | 10.79 | - |
| YUV | 125.23 | 104.17 | 169.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 104 | 83 | 0 | 0.43 | 0.55 | 0.28 | 12.6 | 0.41 | 0.52 |
| Hex | B7 | 68 | 53 | 0 | 2B | 37 | 1C | D | 29 | 34 |
| Octal | 267 | 150 | 123 | 0 | 53 | 67 | 34 | 15 | 51 | 64 |
| Binary | 10110111 | 1101000 | 1010011 | 0 | 101011 | 110111 | 11100 | 1101 | 101001 | 110100 |
Color Harmonies of #B76853
Complementary color
Monochromatic Colors of #B76853
Black with #B76853
Text Example
Text Example
White with #B76853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76853; }
p { color: rgb(183,104,83); }
H1.HeaderClassName
{
color: #B76853;
}
.AnyTagClassName
{
color: #B76853;
}
</style>
background-color css
<style>
a { background-color: #B76853; }
a { background-color: rgb(183,104,83); }
div.DivClassName
{
background-color: #B76853;
}
.BgClassName
{
background-color: #B76853;
}
</style>
border-color css
<style>
span { border-color: #B76853; }
span { border-color: rgb(183,104,83); }
td.TdClassName
{
border-color: #B76853;
}
.TagClassName
{
border-color: #B76853;
}
</style>