Shades of Sante Fe #B16B50
Tints of Sante Fe #B16B50
RGB
CMYK
RGB Variations
Color information
#B16B50 (or 0xB16B50) is known color: Sante Fe. HEX triplet: B1, 6B and 50. RGB value is (177,107,80). Sum of RGB (Red+Green+Blue) = 177+107+80=364 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.63% from 364); Green value is 107 (42.19% from 255 or 29.40% from 364); Blue value is 80 (31.64% from 255 or 21.98% from 364); Max value from RGB is 177 - color contains mainly: red. Hex color #B16B50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16B50 is #4E94AF. Grayscale: #7D7D7D. Windows color (decimal): -5149872 or 5270449. OLE color: 5270449.
HSL color Cylindrical-coordinate representation of color #B16B50: hue angle of 16.7º degrees, saturation: 0.38, 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 #B16B50 is Cyan = 0, Magento = 0.40, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 107 | 80 | - |
| CMYK | 0 | 0.40 | 0.55 | 0.31 |
| HSL | 16.7º | 0.38% | 0.5% | - |
| HSV(B) | 16.7º | 0.55% | 0.69% | - |
| XYZ | 24.84 | 20.44 | 10.23 | - |
| YUV | 124.85 | 102.69 | 165.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 107 | 80 | 0 | 0.40 | 0.55 | 0.31 | 16.7 | 0.38 | 0.5 |
| Hex | B1 | 6B | 50 | 0 | 28 | 37 | 1F | 11 | 26 | 32 |
| Octal | 261 | 153 | 120 | 0 | 50 | 67 | 37 | 21 | 46 | 62 |
| Binary | 10110001 | 1101011 | 1010000 | 0 | 101000 | 110111 | 11111 | 10001 | 100110 | 110010 |
Color Harmonies of #B16B50
Complementary color
Monochromatic Colors of #B16B50
Black with #B16B50
Text Example
Text Example
White with #B16B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16B50; }
p { color: rgb(177,107,80); }
H1.HeaderClassName
{
color: #B16B50;
}
.AnyTagClassName
{
color: #B16B50;
}
</style>
background-color css
<style>
a { background-color: #B16B50; }
a { background-color: rgb(177,107,80); }
div.DivClassName
{
background-color: #B16B50;
}
.BgClassName
{
background-color: #B16B50;
}
</style>
border-color css
<style>
span { border-color: #B16B50; }
span { border-color: rgb(177,107,80); }
td.TdClassName
{
border-color: #B16B50;
}
.TagClassName
{
border-color: #B16B50;
}
</style>