#B16C57

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

Shades of Sante Fe #B16C57

Tints of Sante Fe #B16C57

Color information

#B16C57 (or 0xB16C57) is unknown color: approx Sante Fe. HEX triplet: B1, 6C and 57. RGB value is (177,108,87). Sum of RGB (Red+Green+Blue) = 177+108+87=372 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.58% from 372); Green value is 108 (42.58% from 255 or 29.03% from 372); Blue value is 87 (34.38% from 255 or 23.39% from 372); Max value from RGB is 177 - color contains mainly: red. Hex color #B16C57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16C57 is #4E93A8. Grayscale: #7E7E7E. Windows color (decimal): -5149609 or 5729457. OLE color: 5729457.

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

Color convert

RGB17710887-
CMYK00.390.510.31
HSL14º36.59%51.76%-
HSV(B)14º50.85%69.41%-
XYZ25.2120.7611.7-
YUV126.24105.86164.21-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.58%
GREEN value IS 108 (42.58% from 255) = 29.03%
BLUE value IS 87 (34.38% from 255) = 23.39%
R=47.58%
G=29.03%
B=23.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771088700.390.510.311436.5951.76
HexB16C57027331Fe2534
Octal2611541270476337164564
Binary10110001110110010101110100111110011111111110100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16C57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16C57; }

 p { color: rgb(177,108,87); }

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

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

 a { background-color: rgb(177,108,87); }

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

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

 span { border-color: rgb(177,108,87); }

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