Shades of Sante Fe #B16154
Tints of Sante Fe #B16154
RGB
CMYK
RGB Variations
Color information
#B16154 (or 0xB16154) is known color: Sante Fe. HEX triplet: B1, 61 and 54. RGB value is (177,97,84). Sum of RGB (Red+Green+Blue) = 177+97+84=358 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.44% from 358); Green value is 97 (38.28% from 255 or 27.09% from 358); Blue value is 84 (33.20% from 255 or 23.46% from 358); Max value from RGB is 177 - color contains mainly: red. Hex color #B16154 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16154 is #4E9EAB. Grayscale: #777777. Windows color (decimal): -5152428 or 5530033. OLE color: 5530033.
HSL color Cylindrical-coordinate representation of color #B16154: hue angle of 8.39º degrees, saturation: 0.37, 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 #B16154 is Cyan = 0, Magento = 0.45, Yellow = 0.53 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 97 | 84 | - |
| CMYK | 0 | 0.45 | 0.53 | 0.31 |
| HSL | 8.39º | 0.37% | 0.51% | - |
| HSV(B) | 8.39º | 0.53% | 0.69% | - |
| XYZ | 24.01 | 18.54 | 10.7 | - |
| YUV | 119.44 | 108 | 169.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 97 | 84 | 0 | 0.45 | 0.53 | 0.31 | 8.39 | 0.37 | 0.51 |
| Hex | B1 | 61 | 54 | 0 | 2D | 35 | 1F | 8 | 25 | 33 |
| Octal | 261 | 141 | 124 | 0 | 55 | 65 | 37 | 10 | 45 | 63 |
| Binary | 10110001 | 1100001 | 1010100 | 0 | 101101 | 110101 | 11111 | 1000 | 100101 | 110011 |
Color Harmonies of #B16154
Complementary color
Monochromatic Colors of #B16154
Black with #B16154
Text Example
Text Example
White with #B16154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16154; }
p { color: rgb(177,97,84); }
H1.HeaderClassName
{
color: #B16154;
}
.AnyTagClassName
{
color: #B16154;
}
</style>
background-color css
<style>
a { background-color: #B16154; }
a { background-color: rgb(177,97,84); }
div.DivClassName
{
background-color: #B16154;
}
.BgClassName
{
background-color: #B16154;
}
</style>
border-color css
<style>
span { border-color: #B16154; }
span { border-color: rgb(177,97,84); }
td.TdClassName
{
border-color: #B16154;
}
.TagClassName
{
border-color: #B16154;
}
</style>