#B16E4A

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

Shades of Sante Fe #B16E4A

Tints of Sante Fe #B16E4A

Color information

#B16E4A (or 0xB16E4A) is unknown color: approx Sante Fe. HEX triplet: B1, 6E and 4A. RGB value is (177,110,74). Sum of RGB (Red+Green+Blue) = 177+110+74=361 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.03% from 361); Green value is 110 (43.36% from 255 or 30.47% from 361); Blue value is 74 (29.30% from 255 or 20.50% from 361); Max value from RGB is 177 - color contains mainly: red. Hex color #B16E4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16E4A is #4E91B5. Grayscale: #7E7E7E. Windows color (decimal): -5149110 or 4878001. OLE color: 4878001.

HSL color Cylindrical-coordinate representation of color #B16E4A: hue angle of 20.97º degrees, saturation: 0.41, 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 #B16E4A is Cyan = 0, Magento = 0.38, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB17711074-
CMYK00.380.580.31
HSL20.97º41.04%49.22%-
HSV(B)20.97º58.19%69.41%-
XYZ24.9420.999.22-
YUV125.9398.7164.43-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 49.03%
GREEN value IS 110 (43.36% from 255) = 30.47%
BLUE value IS 74 (29.30% from 255) = 20.50%
R=49.03%
G=30.47%
B=20.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771107400.380.580.3120.9741.0449.22
HexB16E4A0263A1F152931
Octal2611561120467237255161
Binary101100011101110100101001001101110101111110101101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16E4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16E4A; }

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

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

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

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

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

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

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

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