#B16A4E

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

Shades of Sante Fe #B16A4E

Tints of Sante Fe #B16A4E

Color information

#B16A4E (or 0xB16A4E) is unknown color: approx Sante Fe. HEX triplet: B1, 6A and 4E. RGB value is (177,106,78). Sum of RGB (Red+Green+Blue) = 177+106+78=361 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.03% from 361); Green value is 106 (41.80% from 255 or 29.36% from 361); Blue value is 78 (30.86% from 255 or 21.61% from 361); Max value from RGB is 177 - color contains mainly: red. Hex color #B16A4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16A4E is #4E95B1. Grayscale: #7C7C7C. Windows color (decimal): -5150130 or 5139121. OLE color: 5139121.

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

Color convert

RGB17710678-
CMYK00.400.560.31
HSL16.97º38.82%50%-
HSV(B)16.97º55.93%69.41%-
XYZ24.6620.219.81-
YUV124.04102.02165.78-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 49.03%
GREEN value IS 106 (41.80% from 255) = 29.36%
BLUE value IS 78 (30.86% from 255) = 21.61%
R=49.03%
G=29.36%
B=21.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771067800.400.560.3116.9738.8250
HexB16A4E028381F112732
Octal2611521160507037214762
Binary101100011101010100111001010001110001111110001100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16A4E; }

 p { color: rgb(177,106,78); }

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

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

 a { background-color: rgb(177,106,78); }

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

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

 span { border-color: rgb(177,106,78); }

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