Shades of Sante Fe #B76850
Tints of Sante Fe #B76850
RGB
CMYK
RGB Variations
Color information
#B76850 (or 0xB76850) is known color: Sante Fe. HEX triplet: B7, 68 and 50. RGB value is (183,104,80). Sum of RGB (Red+Green+Blue) = 183+104+80=367 (48% of max value = 765). Red value is 183 (71.88% from 255 or 49.86% from 367); Green value is 104 (41.02% from 255 or 28.34% from 367); Blue value is 80 (31.64% from 255 or 21.80% from 367); Max value from RGB is 183 - color contains mainly: red. Hex color #B76850 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76850 is #4897AF. Grayscale: #7D7D7D. Windows color (decimal): -4757424 or 5269687. OLE color: 5269687.
HSL color Cylindrical-coordinate representation of color #B76850: hue angle of 13.98º 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 #B76850 is Cyan = 0, Magento = 0.43, Yellow = 0.56 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 104 | 80 | - |
| CMYK | 0 | 0.43 | 0.56 | 0.28 |
| HSL | 13.98º | 0.42% | 0.52% | - |
| HSV(B) | 13.98º | 0.56% | 0.72% | - |
| XYZ | 25.93 | 20.55 | 10.19 | - |
| YUV | 124.89 | 102.67 | 169.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 104 | 80 | 0 | 0.43 | 0.56 | 0.28 | 13.98 | 0.42 | 0.52 |
| Hex | B7 | 68 | 50 | 0 | 2B | 38 | 1C | E | 2A | 34 |
| Octal | 267 | 150 | 120 | 0 | 53 | 70 | 34 | 16 | 52 | 64 |
| Binary | 10110111 | 1101000 | 1010000 | 0 | 101011 | 111000 | 11100 | 1110 | 101010 | 110100 |
Color Harmonies of #B76850
Complementary color
Monochromatic Colors of #B76850
Black with #B76850
Text Example
Text Example
White with #B76850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76850; }
p { color: rgb(183,104,80); }
H1.HeaderClassName
{
color: #B76850;
}
.AnyTagClassName
{
color: #B76850;
}
</style>
background-color css
<style>
a { background-color: #B76850; }
a { background-color: rgb(183,104,80); }
div.DivClassName
{
background-color: #B76850;
}
.BgClassName
{
background-color: #B76850;
}
</style>
border-color css
<style>
span { border-color: #B76850; }
span { border-color: rgb(183,104,80); }
td.TdClassName
{
border-color: #B76850;
}
.TagClassName
{
border-color: #B76850;
}
</style>