#B16D4C

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

Shades of Sante Fe #B16D4C

Tints of Sante Fe #B16D4C

Color information

#B16D4C (or 0xB16D4C) is unknown color: approx Sante Fe. HEX triplet: B1, 6D and 4C. RGB value is (177,109,76). Sum of RGB (Red+Green+Blue) = 177+109+76=362 (47% of max value = 765). Red value is 177 (69.53% from 255 or 48.90% from 362); Green value is 109 (42.97% from 255 or 30.11% from 362); Blue value is 76 (30.08% from 255 or 20.99% from 362); Max value from RGB is 177 - color contains mainly: red. Hex color #B16D4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16D4C is #4E92B3. Grayscale: #7D7D7D. Windows color (decimal): -5149364 or 5008817. OLE color: 5008817.

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

Color convert

RGB17710976-
CMYK00.380.570.31
HSL19.6º39.92%49.61%-
HSV(B)19.6º57.06%69.41%-
XYZ24.920.819.54-
YUV125.57100.03164.68-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 48.90%
GREEN value IS 109 (42.97% from 255) = 30.11%
BLUE value IS 76 (30.08% from 255) = 20.99%
R=48.90%
G=30.11%
B=20.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.57
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771097600.380.570.3119.639.9249.61
HexB16D4C026391F142832
Octal2611551140467137245062
Binary101100011101101100110001001101110011111110100101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16D4C; }

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

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

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

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

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

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

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

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