Shades of Sante Fe #B16253
Tints of Sante Fe #B16253
RGB
CMYK
RGB Variations
Color information
#B16253 (or 0xB16253) is known color: Sante Fe. HEX triplet: B1, 62 and 53. RGB value is (177,98,83). Sum of RGB (Red+Green+Blue) = 177+98+83=358 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.44% from 358); Green value is 98 (38.67% from 255 or 27.37% from 358); Blue value is 83 (32.81% from 255 or 23.18% from 358); Max value from RGB is 177 - color contains mainly: red. Hex color #B16253 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16253 is #4E9DAC. Grayscale: #787878. Windows color (decimal): -5152173 or 5464753. OLE color: 5464753.
HSL color Cylindrical-coordinate representation of color #B16253: hue angle of 9.57º 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 #B16253 is Cyan = 0, Magento = 0.45, Yellow = 0.53 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 98 | 83 | - |
| CMYK | 0 | 0.45 | 0.53 | 0.31 |
| HSL | 9.57º | 0.38% | 0.51% | - |
| HSV(B) | 9.57º | 0.53% | 0.69% | - |
| XYZ | 24.06 | 18.71 | 10.53 | - |
| YUV | 119.91 | 107.17 | 168.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 98 | 83 | 0 | 0.45 | 0.53 | 0.31 | 9.57 | 0.38 | 0.51 |
| Hex | B1 | 62 | 53 | 0 | 2D | 35 | 1F | A | 26 | 33 |
| Octal | 261 | 142 | 123 | 0 | 55 | 65 | 37 | 12 | 46 | 63 |
| Binary | 10110001 | 1100010 | 1010011 | 0 | 101101 | 110101 | 11111 | 1010 | 100110 | 110011 |
Color Harmonies of #B16253
Complementary color
Monochromatic Colors of #B16253
Black with #B16253
Text Example
Text Example
White with #B16253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16253; }
p { color: rgb(177,98,83); }
H1.HeaderClassName
{
color: #B16253;
}
.AnyTagClassName
{
color: #B16253;
}
</style>
background-color css
<style>
a { background-color: #B16253; }
a { background-color: rgb(177,98,83); }
div.DivClassName
{
background-color: #B16253;
}
.BgClassName
{
background-color: #B16253;
}
</style>
border-color css
<style>
span { border-color: #B16253; }
span { border-color: rgb(177,98,83); }
td.TdClassName
{
border-color: #B16253;
}
.TagClassName
{
border-color: #B16253;
}
</style>