Shades of Sante Fe #B16153
Tints of Sante Fe #B16153
RGB
CMYK
RGB Variations
Color information
#B16153 (or 0xB16153) is known color: Sante Fe. HEX triplet: B1, 61 and 53. RGB value is (177,97,83). Sum of RGB (Red+Green+Blue) = 177+97+83=357 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.58% from 357); Green value is 97 (38.28% from 255 or 27.17% from 357); Blue value is 83 (32.81% from 255 or 23.25% from 357); Max value from RGB is 177 - color contains mainly: red. Hex color #B16153 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16153 is #4E9EAC. Grayscale: #777777. Windows color (decimal): -5152429 or 5464497. OLE color: 5464497.
HSL color Cylindrical-coordinate representation of color #B16153: hue angle of 8.94º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B16153 is Cyan = 0, Magento = 0.45, Yellow = 0.53 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 97 | 83 | - |
| CMYK | 0 | 0.45 | 0.53 | 0.31 |
| HSL | 8.94º | 0.38% | 0.51% | - |
| HSV(B) | 8.94º | 0.53% | 0.69% | - |
| XYZ | 23.97 | 18.52 | 10.5 | - |
| YUV | 119.32 | 107.5 | 169.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 97 | 83 | 0 | 0.45 | 0.53 | 0.31 | 8.94 | 0.38 | 0.51 |
| Hex | B1 | 61 | 53 | 0 | 2D | 35 | 1F | 9 | 26 | 33 |
| Octal | 261 | 141 | 123 | 0 | 55 | 65 | 37 | 11 | 46 | 63 |
| Binary | 10110001 | 1100001 | 1010011 | 0 | 101101 | 110101 | 11111 | 1001 | 100110 | 110011 |
Color Harmonies of #B16153
Complementary color
Monochromatic Colors of #B16153
Black with #B16153
Text Example
Text Example
White with #B16153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16153; }
p { color: rgb(177,97,83); }
H1.HeaderClassName
{
color: #B16153;
}
.AnyTagClassName
{
color: #B16153;
}
</style>
background-color css
<style>
a { background-color: #B16153; }
a { background-color: rgb(177,97,83); }
div.DivClassName
{
background-color: #B16153;
}
.BgClassName
{
background-color: #B16153;
}
</style>
border-color css
<style>
span { border-color: #B16153; }
span { border-color: rgb(177,97,83); }
td.TdClassName
{
border-color: #B16153;
}
.TagClassName
{
border-color: #B16153;
}
</style>