#B16E55

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

Shades of Sante Fe #B16E55

Tints of Sante Fe #B16E55

Color information

#B16E55 (or 0xB16E55) is unknown color: approx Sante Fe. HEX triplet: B1, 6E and 55. RGB value is (177,110,85). Sum of RGB (Red+Green+Blue) = 177+110+85=372 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.58% from 372); Green value is 110 (43.36% from 255 or 29.57% from 372); Blue value is 85 (33.59% from 255 or 22.85% from 372); Max value from RGB is 177 - color contains mainly: red. Hex color #B16E55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16E55 is #4E91AA. Grayscale: #7F7F7F. Windows color (decimal): -5149099 or 5598897. OLE color: 5598897.

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

Color convert

RGB17711085-
CMYK00.380.520.31
HSL16.3º37.1%51.37%-
HSV(B)16.3º51.98%69.41%-
XYZ25.3521.1511.34-
YUV127.18104.2163.53-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.58%
GREEN value IS 110 (43.36% from 255) = 29.57%
BLUE value IS 85 (33.59% from 255) = 22.85%
R=47.58%
G=29.57%
B=22.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.52
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771108500.380.520.3116.337.151.37
HexB16E55026341F102533
Octal2611561250466437204563
Binary101100011101110101010101001101101001111110000100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16E55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16E55; }

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

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

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

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

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

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

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

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