Shades of Sante Fe #B77155
Tints of Sante Fe #B77155
RGB
CMYK
RGB Variations
Color information
#B77155 (or 0xB77155) is known color: Sante Fe. HEX triplet: B7, 71 and 55. RGB value is (183,113,85). Sum of RGB (Red+Green+Blue) = 183+113+85=381 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.03% from 381); Green value is 113 (44.53% from 255 or 29.66% from 381); Blue value is 85 (33.59% from 255 or 22.31% from 381); Max value from RGB is 183 - color contains mainly: red. Hex color #B77155 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77155 is #488EAA. Grayscale: #828282. Windows color (decimal): -4755115 or 5599671. OLE color: 5599671.
HSL color Cylindrical-coordinate representation of color #B77155: hue angle of 17.14º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B77155 is Cyan = 0, Magento = 0.38, Yellow = 0.54 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 113 | 85 | - |
| CMYK | 0 | 0.38 | 0.54 | 0.28 |
| HSL | 17.14º | 0.4% | 0.53% | - |
| HSV(B) | 17.14º | 0.54% | 0.72% | - |
| XYZ | 27.07 | 22.53 | 11.52 | - |
| YUV | 130.74 | 102.19 | 165.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 113 | 85 | 0 | 0.38 | 0.54 | 0.28 | 17.14 | 0.4 | 0.53 |
| Hex | B7 | 71 | 55 | 0 | 26 | 36 | 1C | 11 | 28 | 35 |
| Octal | 267 | 161 | 125 | 0 | 46 | 66 | 34 | 21 | 50 | 65 |
| Binary | 10110111 | 1110001 | 1010101 | 0 | 100110 | 110110 | 11100 | 10001 | 101000 | 110101 |
Color Harmonies of #B77155
Complementary color
Monochromatic Colors of #B77155
Black with #B77155
Text Example
Text Example
White with #B77155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77155; }
p { color: rgb(183,113,85); }
H1.HeaderClassName
{
color: #B77155;
}
.AnyTagClassName
{
color: #B77155;
}
</style>
background-color css
<style>
a { background-color: #B77155; }
a { background-color: rgb(183,113,85); }
div.DivClassName
{
background-color: #B77155;
}
.BgClassName
{
background-color: #B77155;
}
</style>
border-color css
<style>
span { border-color: #B77155; }
span { border-color: rgb(183,113,85); }
td.TdClassName
{
border-color: #B77155;
}
.TagClassName
{
border-color: #B77155;
}
</style>