Shades of Sante Fe #B77259
Tints of Sante Fe #B77259
RGB
CMYK
RGB Variations
Color information
#B77259 (or 0xB77259) is known color: Sante Fe. HEX triplet: B7, 72 and 59. RGB value is (183,114,89). Sum of RGB (Red+Green+Blue) = 183+114+89=386 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.41% from 386); Green value is 114 (44.92% from 255 or 29.53% from 386); Blue value is 89 (35.16% from 255 or 23.06% from 386); Max value from RGB is 183 - color contains mainly: red. Hex color #B77259 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77259 is #488DA6. Grayscale: #838383. Windows color (decimal): -4754855 or 5862071. OLE color: 5862071.
HSL color Cylindrical-coordinate representation of color #B77259: hue angle of 15.96º 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 #B77259 is Cyan = 0, Magento = 0.38, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 114 | 89 | - |
| CMYK | 0 | 0.38 | 0.51 | 0.28 |
| HSL | 15.96º | 0.39% | 0.53% | - |
| HSV(B) | 15.96º | 0.51% | 0.72% | - |
| XYZ | 27.35 | 22.82 | 12.42 | - |
| YUV | 131.78 | 103.86 | 164.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 114 | 89 | 0 | 0.38 | 0.51 | 0.28 | 15.96 | 0.39 | 0.53 |
| Hex | B7 | 72 | 59 | 0 | 26 | 33 | 1C | 10 | 27 | 35 |
| Octal | 267 | 162 | 131 | 0 | 46 | 63 | 34 | 20 | 47 | 65 |
| Binary | 10110111 | 1110010 | 1011001 | 0 | 100110 | 110011 | 11100 | 10000 | 100111 | 110101 |
Color Harmonies of #B77259
Complementary color
Monochromatic Colors of #B77259
Black with #B77259
Text Example
Text Example
White with #B77259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77259; }
p { color: rgb(183,114,89); }
H1.HeaderClassName
{
color: #B77259;
}
.AnyTagClassName
{
color: #B77259;
}
</style>
background-color css
<style>
a { background-color: #B77259; }
a { background-color: rgb(183,114,89); }
div.DivClassName
{
background-color: #B77259;
}
.BgClassName
{
background-color: #B77259;
}
</style>
border-color css
<style>
span { border-color: #B77259; }
span { border-color: rgb(183,114,89); }
td.TdClassName
{
border-color: #B77259;
}
.TagClassName
{
border-color: #B77259;
}
</style>