Shades of Sante Fe #B1715B
Tints of Sante Fe #B1715B
RGB
CMYK
RGB Variations
Color information
#B1715B (or 0xB1715B) is known color: Sante Fe. HEX triplet: B1, 71 and 5B. RGB value is (177,113,91). Sum of RGB (Red+Green+Blue) = 177+113+91=381 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.46% from 381); Green value is 113 (44.53% from 255 or 29.66% from 381); Blue value is 91 (35.94% from 255 or 23.88% from 381); Max value from RGB is 177 - color contains mainly: red. Hex color #B1715B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1715B is #4E8EA4. Grayscale: #818181. Windows color (decimal): -5148325 or 5992881. OLE color: 5992881.
HSL color Cylindrical-coordinate representation of color #B1715B: hue angle of 15.35º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B1715B is Cyan = 0, Magento = 0.36, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 113 | 91 | - |
| CMYK | 0 | 0.36 | 0.49 | 0.31 |
| HSL | 15.35º | 0.36% | 0.53% | - |
| HSV(B) | 15.35º | 0.49% | 0.69% | - |
| XYZ | 25.92 | 21.91 | 12.76 | - |
| YUV | 129.63 | 106.2 | 161.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 113 | 91 | 0 | 0.36 | 0.49 | 0.31 | 15.35 | 0.36 | 0.53 |
| Hex | B1 | 71 | 5B | 0 | 24 | 31 | 1F | F | 24 | 35 |
| Octal | 261 | 161 | 133 | 0 | 44 | 61 | 37 | 17 | 44 | 65 |
| Binary | 10110001 | 1110001 | 1011011 | 0 | 100100 | 110001 | 11111 | 1111 | 100100 | 110101 |
Color Harmonies of #B1715B
Complementary color
Monochromatic Colors of #B1715B
Black with #B1715B
Text Example
Text Example
White with #B1715B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1715B; }
p { color: rgb(177,113,91); }
H1.HeaderClassName
{
color: #B1715B;
}
.AnyTagClassName
{
color: #B1715B;
}
</style>
background-color css
<style>
a { background-color: #B1715B; }
a { background-color: rgb(177,113,91); }
div.DivClassName
{
background-color: #B1715B;
}
.BgClassName
{
background-color: #B1715B;
}
</style>
border-color css
<style>
span { border-color: #B1715B; }
span { border-color: rgb(177,113,91); }
td.TdClassName
{
border-color: #B1715B;
}
.TagClassName
{
border-color: #B1715B;
}
</style>