Shades of Sante Fe #B16B54
Tints of Sante Fe #B16B54
RGB
CMYK
RGB Variations
Color information
#B16B54 (or 0xB16B54) is known color: Sante Fe. HEX triplet: B1, 6B and 54. RGB value is (177,107,84). Sum of RGB (Red+Green+Blue) = 177+107+84=368 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.10% from 368); Green value is 107 (42.19% from 255 or 29.08% from 368); Blue value is 84 (33.20% from 255 or 22.83% from 368); Max value from RGB is 177 - color contains mainly: red. Hex color #B16B54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16B54 is #4E94AB. Grayscale: #7D7D7D. Windows color (decimal): -5149868 or 5532593. OLE color: 5532593.
HSL color Cylindrical-coordinate representation of color #B16B54: hue angle of 14.84º 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 #B16B54 is Cyan = 0, Magento = 0.40, Yellow = 0.53 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 107 | 84 | - |
| CMYK | 0 | 0.40 | 0.53 | 0.31 |
| HSL | 14.84º | 0.37% | 0.51% | - |
| HSV(B) | 14.84º | 0.53% | 0.69% | - |
| XYZ | 24.99 | 20.5 | 11.03 | - |
| YUV | 125.31 | 104.69 | 164.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 107 | 84 | 0 | 0.40 | 0.53 | 0.31 | 14.84 | 0.37 | 0.51 |
| Hex | B1 | 6B | 54 | 0 | 28 | 35 | 1F | F | 25 | 33 |
| Octal | 261 | 153 | 124 | 0 | 50 | 65 | 37 | 17 | 45 | 63 |
| Binary | 10110001 | 1101011 | 1010100 | 0 | 101000 | 110101 | 11111 | 1111 | 100101 | 110011 |
Color Harmonies of #B16B54
Complementary color
Monochromatic Colors of #B16B54
Black with #B16B54
Text Example
Text Example
White with #B16B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16B54; }
p { color: rgb(177,107,84); }
H1.HeaderClassName
{
color: #B16B54;
}
.AnyTagClassName
{
color: #B16B54;
}
</style>
background-color css
<style>
a { background-color: #B16B54; }
a { background-color: rgb(177,107,84); }
div.DivClassName
{
background-color: #B16B54;
}
.BgClassName
{
background-color: #B16B54;
}
</style>
border-color css
<style>
span { border-color: #B16B54; }
span { border-color: rgb(177,107,84); }
td.TdClassName
{
border-color: #B16B54;
}
.TagClassName
{
border-color: #B16B54;
}
</style>