#B16D49

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

Shades of Sante Fe #B16D49

Tints of Sante Fe #B16D49

Color information

#B16D49 (or 0xB16D49) is unknown color: approx Sante Fe. HEX triplet: B1, 6D and 49. RGB value is (177,109,73). Sum of RGB (Red+Green+Blue) = 177+109+73=359 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.30% from 359); Green value is 109 (42.97% from 255 or 30.36% from 359); Blue value is 73 (28.91% from 255 or 20.33% from 359); Max value from RGB is 177 - color contains mainly: red. Hex color #B16D49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16D49 is #4E92B6. Grayscale: #7D7D7D. Windows color (decimal): -5149367 or 4812209. OLE color: 4812209.

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

Color convert

RGB17710973-
CMYK00.380.590.31
HSL20.77º41.6%49.02%-
HSV(B)20.77º58.76%69.41%-
XYZ24.820.779-
YUV125.2398.53164.93-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 49.30%
GREEN value IS 109 (42.97% from 255) = 30.36%
BLUE value IS 73 (28.91% from 255) = 20.33%
R=49.30%
G=30.36%
B=20.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.59
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771097300.380.590.3120.7741.649.02
HexB16D490263B1F152a31
Octal2611551110467337255261
Binary101100011101101100100101001101110111111110101101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16D49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16D49; }

 p { color: rgb(177,109,73); }

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

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

 a { background-color: rgb(177,109,73); }

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

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

 span { border-color: rgb(177,109,73); }

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