Shades of Sante Fe #B77157
Tints of Sante Fe #B77157
RGB
CMYK
RGB Variations
Color information
#B77157 (or 0xB77157) is known color: Sante Fe. HEX triplet: B7, 71 and 57. RGB value is (183,113,87). Sum of RGB (Red+Green+Blue) = 183+113+87=383 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.78% from 383); Green value is 113 (44.53% from 255 or 29.50% from 383); Blue value is 87 (34.38% from 255 or 22.72% from 383); Max value from RGB is 183 - color contains mainly: red. Hex color #B77157 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77157 is #488EA8. Grayscale: #838383. Windows color (decimal): -4755113 or 5730743. OLE color: 5730743.
HSL color Cylindrical-coordinate representation of color #B77157: hue angle of 16.25º 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 #B77157 is Cyan = 0, Magento = 0.38, Yellow = 0.52 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 113 | 87 | - |
| CMYK | 0 | 0.38 | 0.52 | 0.28 |
| HSL | 16.25º | 0.4% | 0.53% | - |
| HSV(B) | 16.25º | 0.52% | 0.72% | - |
| XYZ | 27.15 | 22.57 | 11.94 | - |
| YUV | 130.97 | 103.19 | 165.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 113 | 87 | 0 | 0.38 | 0.52 | 0.28 | 16.25 | 0.4 | 0.53 |
| Hex | B7 | 71 | 57 | 0 | 26 | 34 | 1C | 10 | 28 | 35 |
| Octal | 267 | 161 | 127 | 0 | 46 | 64 | 34 | 20 | 50 | 65 |
| Binary | 10110111 | 1110001 | 1010111 | 0 | 100110 | 110100 | 11100 | 10000 | 101000 | 110101 |
Color Harmonies of #B77157
Complementary color
Monochromatic Colors of #B77157
Black with #B77157
Text Example
Text Example
White with #B77157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77157; }
p { color: rgb(183,113,87); }
H1.HeaderClassName
{
color: #B77157;
}
.AnyTagClassName
{
color: #B77157;
}
</style>
background-color css
<style>
a { background-color: #B77157; }
a { background-color: rgb(183,113,87); }
div.DivClassName
{
background-color: #B77157;
}
.BgClassName
{
background-color: #B77157;
}
</style>
border-color css
<style>
span { border-color: #B77157; }
span { border-color: rgb(183,113,87); }
td.TdClassName
{
border-color: #B77157;
}
.TagClassName
{
border-color: #B77157;
}
</style>