#B16E51

Color #B16E51 Sante Fe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sante Fe #B16E51

Tints of Sante Fe #B16E51

Color information

#B16E51 (or 0xB16E51) is unknown color: approx Sante Fe. HEX triplet: B1, 6E and 51. RGB value is (177,110,81). Sum of RGB (Red+Green+Blue) = 177+110+81=368 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.10% from 368); Green value is 110 (43.36% from 255 or 29.89% from 368); Blue value is 81 (32.03% from 255 or 22.01% from 368); Max value from RGB is 177 - color contains mainly: red. Hex color #B16E51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16E51 is #4E91AE. Grayscale: #7E7E7E. Windows color (decimal): -5149103 or 5336753. OLE color: 5336753.

HSL color Cylindrical-coordinate representation of color #B16E51: hue angle of 18.12º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B16E51 is Cyan = 0, Magento = 0.38, Yellow = 0.54 and Black (K on CMYK) = 0.31.

Color convert

RGB17711081-
CMYK00.380.540.31
HSL18.12º38.1%50.59%-
HSV(B)18.12º54.24%69.41%-
XYZ25.1921.0910.53-
YUV126.73102.2163.86-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 177 (69.53% from 255) = 48.10%
GREEN value IS 110 (43.36% from 255) = 29.89%
BLUE value IS 81 (32.03% from 255) = 22.01%
R=48.10%
G=29.89%
B=22.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.54
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771108100.380.540.3118.1238.150.59
HexB16E51026361F122633
Octal2611561210466637224663
Binary101100011101110101000101001101101101111110010100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16E51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16E51; }

 p { color: rgb(177,110,81); }

 H1.HeaderClassName
 {
   color: #B16E51;
 }
 .AnyTagClassName
 {
   color: #B16E51;
 }
</style>
background-color css

<style>
 a { background-color: #B16E51; }

 a { background-color: rgb(177,110,81); }

 div.DivClassName
 {
   background-color: #B16E51;
 }
 .BgClassName
 {
   background-color: #B16E51;
 }
</style>
border-color css

<style>
 span { border-color: #B16E51; }

 span { border-color: rgb(177,110,81); }

 td.TdClassName
 {
   border-color: #B16E51;
 }
 .TagClassName
 {
   border-color: #B16E51;
 }
</style>