Shades of Sante Fe #B16D4F
Tints of Sante Fe #B16D4F
RGB
CMYK
RGB Variations
Color information
#B16D4F (or 0xB16D4F) is known color: Sante Fe. HEX triplet: B1, 6D and 4F. RGB value is (177,109,79). Sum of RGB (Red+Green+Blue) = 177+109+79=365 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.49% from 365); Green value is 109 (42.97% from 255 or 29.86% from 365); Blue value is 79 (31.25% from 255 or 21.64% from 365); Max value from RGB is 177 - color contains mainly: red. Hex color #B16D4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16D4F is #4E92B0. Grayscale: #7E7E7E. Windows color (decimal): -5149361 or 5205425. OLE color: 5205425.
HSL color Cylindrical-coordinate representation of color #B16D4F: hue angle of 18.37º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B16D4F is Cyan = 0, Magento = 0.38, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 109 | 79 | - |
| CMYK | 0 | 0.38 | 0.55 | 0.31 |
| HSL | 18.37º | 0.39% | 0.5% | - |
| HSV(B) | 18.37º | 0.55% | 0.69% | - |
| XYZ | 25.01 | 20.85 | 10.1 | - |
| YUV | 125.91 | 101.53 | 164.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 109 | 79 | 0 | 0.38 | 0.55 | 0.31 | 18.37 | 0.39 | 0.5 |
| Hex | B1 | 6D | 4F | 0 | 26 | 37 | 1F | 12 | 27 | 32 |
| Octal | 261 | 155 | 117 | 0 | 46 | 67 | 37 | 22 | 47 | 62 |
| Binary | 10110001 | 1101101 | 1001111 | 0 | 100110 | 110111 | 11111 | 10010 | 100111 | 110010 |
Color Harmonies of #B16D4F
Complementary color
Monochromatic Colors of #B16D4F
Black with #B16D4F
Text Example
Text Example
White with #B16D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16D4F; }
p { color: rgb(177,109,79); }
H1.HeaderClassName
{
color: #B16D4F;
}
.AnyTagClassName
{
color: #B16D4F;
}
</style>
background-color css
<style>
a { background-color: #B16D4F; }
a { background-color: rgb(177,109,79); }
div.DivClassName
{
background-color: #B16D4F;
}
.BgClassName
{
background-color: #B16D4F;
}
</style>
border-color css
<style>
span { border-color: #B16D4F; }
span { border-color: rgb(177,109,79); }
td.TdClassName
{
border-color: #B16D4F;
}
.TagClassName
{
border-color: #B16D4F;
}
</style>