Shades of Sante Fe #B77057
Tints of Sante Fe #B77057
RGB
CMYK
RGB Variations
Color information
#B77057 (or 0xB77057) is known color: Sante Fe. HEX triplet: B7, 70 and 57. RGB value is (183,112,87). Sum of RGB (Red+Green+Blue) = 183+112+87=382 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.91% from 382); Green value is 112 (44.14% from 255 or 29.32% from 382); Blue value is 87 (34.38% from 255 or 22.77% from 382); Max value from RGB is 183 - color contains mainly: red. Hex color #B77057 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77057 is #488FA8. Grayscale: #828282. Windows color (decimal): -4755369 or 5730487. OLE color: 5730487.
HSL color Cylindrical-coordinate representation of color #B77057: hue angle of 15.62º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B77057 is Cyan = 0, Magento = 0.39, Yellow = 0.52 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 112 | 87 | - |
| CMYK | 0 | 0.39 | 0.52 | 0.28 |
| HSL | 15.63º | 0.4% | 0.53% | - |
| HSV(B) | 15.63º | 0.52% | 0.72% | - |
| XYZ | 27.04 | 22.34 | 11.9 | - |
| YUV | 130.38 | 103.52 | 165.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 112 | 87 | 0 | 0.39 | 0.52 | 0.28 | 15.63 | 0.4 | 0.53 |
| Hex | B7 | 70 | 57 | 0 | 27 | 34 | 1C | 10 | 28 | 35 |
| Octal | 267 | 160 | 127 | 0 | 47 | 64 | 34 | 20 | 50 | 65 |
| Binary | 10110111 | 1110000 | 1010111 | 0 | 100111 | 110100 | 11100 | 10000 | 101000 | 110101 |
Color Harmonies of #B77057
Complementary color
Monochromatic Colors of #B77057
Black with #B77057
Text Example
Text Example
White with #B77057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77057; }
p { color: rgb(183,112,87); }
H1.HeaderClassName
{
color: #B77057;
}
.AnyTagClassName
{
color: #B77057;
}
</style>
background-color css
<style>
a { background-color: #B77057; }
a { background-color: rgb(183,112,87); }
div.DivClassName
{
background-color: #B77057;
}
.BgClassName
{
background-color: #B77057;
}
</style>
border-color css
<style>
span { border-color: #B77057; }
span { border-color: rgb(183,112,87); }
td.TdClassName
{
border-color: #B77057;
}
.TagClassName
{
border-color: #B77057;
}
</style>