Shades of Sante Fe #B77559
Tints of Sante Fe #B77559
RGB
CMYK
RGB Variations
Color information
#B77559 (or 0xB77559) is known color: Sante Fe. HEX triplet: B7, 75 and 59. RGB value is (183,117,89). Sum of RGB (Red+Green+Blue) = 183+117+89=389 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.04% from 389); Green value is 117 (46.09% from 255 or 30.08% from 389); Blue value is 89 (35.16% from 255 or 22.88% from 389); Max value from RGB is 183 - color contains mainly: red. Hex color #B77559 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77559 is #488AA6. Grayscale: #858585. Windows color (decimal): -4754087 or 5862839. OLE color: 5862839.
HSL color Cylindrical-coordinate representation of color #B77559: hue angle of 17.87º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B77559 is Cyan = 0, Magento = 0.36, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 117 | 89 | - |
| CMYK | 0 | 0.36 | 0.51 | 0.28 |
| HSL | 17.87º | 0.39% | 0.53% | - |
| HSV(B) | 17.87º | 0.51% | 0.72% | - |
| XYZ | 27.69 | 23.51 | 12.53 | - |
| YUV | 133.54 | 102.87 | 163.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 117 | 89 | 0 | 0.36 | 0.51 | 0.28 | 17.87 | 0.39 | 0.53 |
| Hex | B7 | 75 | 59 | 0 | 24 | 33 | 1C | 12 | 27 | 35 |
| Octal | 267 | 165 | 131 | 0 | 44 | 63 | 34 | 22 | 47 | 65 |
| Binary | 10110111 | 1110101 | 1011001 | 0 | 100100 | 110011 | 11100 | 10010 | 100111 | 110101 |
Color Harmonies of #B77559
Complementary color
Monochromatic Colors of #B77559
Black with #B77559
Text Example
Text Example
White with #B77559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77559; }
p { color: rgb(183,117,89); }
H1.HeaderClassName
{
color: #B77559;
}
.AnyTagClassName
{
color: #B77559;
}
</style>
background-color css
<style>
a { background-color: #B77559; }
a { background-color: rgb(183,117,89); }
div.DivClassName
{
background-color: #B77559;
}
.BgClassName
{
background-color: #B77559;
}
</style>
border-color css
<style>
span { border-color: #B77559; }
span { border-color: rgb(183,117,89); }
td.TdClassName
{
border-color: #B77559;
}
.TagClassName
{
border-color: #B77559;
}
</style>