Shades of Sante Fe #B77150
Tints of Sante Fe #B77150
RGB
CMYK
RGB Variations
Color information
#B77150 (or 0xB77150) is known color: Sante Fe. HEX triplet: B7, 71 and 50. RGB value is (183,113,80). Sum of RGB (Red+Green+Blue) = 183+113+80=376 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.67% from 376); Green value is 113 (44.53% from 255 or 30.05% from 376); Blue value is 80 (31.64% from 255 or 21.28% from 376); Max value from RGB is 183 - color contains mainly: red. Hex color #B77150 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77150 is #488EAF. Grayscale: #828282. Windows color (decimal): -4755120 or 5271991. OLE color: 5271991.
HSL color Cylindrical-coordinate representation of color #B77150: hue angle of 19.22º 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 #B77150 is Cyan = 0, Magento = 0.38, Yellow = 0.56 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 113 | 80 | - |
| CMYK | 0 | 0.38 | 0.56 | 0.28 |
| HSL | 19.22º | 0.42% | 0.52% | - |
| HSV(B) | 19.22º | 0.56% | 0.72% | - |
| XYZ | 26.88 | 22.46 | 10.51 | - |
| YUV | 130.17 | 99.69 | 165.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 113 | 80 | 0 | 0.38 | 0.56 | 0.28 | 19.22 | 0.42 | 0.52 |
| Hex | B7 | 71 | 50 | 0 | 26 | 38 | 1C | 13 | 2A | 34 |
| Octal | 267 | 161 | 120 | 0 | 46 | 70 | 34 | 23 | 52 | 64 |
| Binary | 10110111 | 1110001 | 1010000 | 0 | 100110 | 111000 | 11100 | 10011 | 101010 | 110100 |
Color Harmonies of #B77150
Complementary color
Monochromatic Colors of #B77150
Black with #B77150
Text Example
Text Example
White with #B77150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77150; }
p { color: rgb(183,113,80); }
H1.HeaderClassName
{
color: #B77150;
}
.AnyTagClassName
{
color: #B77150;
}
</style>
background-color css
<style>
a { background-color: #B77150; }
a { background-color: rgb(183,113,80); }
div.DivClassName
{
background-color: #B77150;
}
.BgClassName
{
background-color: #B77150;
}
</style>
border-color css
<style>
span { border-color: #B77150; }
span { border-color: rgb(183,113,80); }
td.TdClassName
{
border-color: #B77150;
}
.TagClassName
{
border-color: #B77150;
}
</style>