Shades of Sante Fe #B16F4B
Tints of Sante Fe #B16F4B
RGB
CMYK
RGB Variations
Color information
#B16F4B (or 0xB16F4B) is known color: Sante Fe. HEX triplet: B1, 6F and 4B. RGB value is (177,111,75). Sum of RGB (Red+Green+Blue) = 177+111+75=363 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.76% from 363); Green value is 111 (43.75% from 255 or 30.58% from 363); Blue value is 75 (29.69% from 255 or 20.66% from 363); Max value from RGB is 177 - color contains mainly: red. Hex color #B16F4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16F4B is #4E90B4. Grayscale: #7E7E7E. Windows color (decimal): -5148853 or 4943793. OLE color: 4943793.
HSL color Cylindrical-coordinate representation of color #B16F4B: hue angle of 21.18º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B16F4B is Cyan = 0, Magento = 0.37, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 111 | 75 | - |
| CMYK | 0 | 0.37 | 0.58 | 0.31 |
| HSL | 21.18º | 0.4% | 0.49% | - |
| HSV(B) | 21.18º | 0.58% | 0.69% | - |
| XYZ | 25.09 | 21.22 | 9.43 | - |
| YUV | 126.63 | 98.87 | 163.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 111 | 75 | 0 | 0.37 | 0.58 | 0.31 | 21.18 | 0.4 | 0.49 |
| Hex | B1 | 6F | 4B | 0 | 25 | 3A | 1F | 15 | 28 | 31 |
| Octal | 261 | 157 | 113 | 0 | 45 | 72 | 37 | 25 | 50 | 61 |
| Binary | 10110001 | 1101111 | 1001011 | 0 | 100101 | 111010 | 11111 | 10101 | 101000 | 110001 |
Color Harmonies of #B16F4B
Complementary color
Monochromatic Colors of #B16F4B
Black with #B16F4B
Text Example
Text Example
White with #B16F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16F4B; }
p { color: rgb(177,111,75); }
H1.HeaderClassName
{
color: #B16F4B;
}
.AnyTagClassName
{
color: #B16F4B;
}
</style>
background-color css
<style>
a { background-color: #B16F4B; }
a { background-color: rgb(177,111,75); }
div.DivClassName
{
background-color: #B16F4B;
}
.BgClassName
{
background-color: #B16F4B;
}
</style>
border-color css
<style>
span { border-color: #B16F4B; }
span { border-color: rgb(177,111,75); }
td.TdClassName
{
border-color: #B16F4B;
}
.TagClassName
{
border-color: #B16F4B;
}
</style>