#B16A50

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

Shades of Sante Fe #B16A50

Tints of Sante Fe #B16A50

Color information

#B16A50 (or 0xB16A50) is unknown color: approx Sante Fe. HEX triplet: B1, 6A and 50. RGB value is (177,106,80). Sum of RGB (Red+Green+Blue) = 177+106+80=363 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.76% from 363); Green value is 106 (41.80% from 255 or 29.20% from 363); Blue value is 80 (31.64% from 255 or 22.04% from 363); Max value from RGB is 177 - color contains mainly: red. Hex color #B16A50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16A50 is #4E95AF. Grayscale: #7C7C7C. Windows color (decimal): -5150128 or 5270193. OLE color: 5270193.

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

Color convert

RGB17710680-
CMYK00.400.550.31
HSL16.08º38.34%50.39%-
HSV(B)16.08º54.8%69.41%-
XYZ24.7320.2310.19-
YUV124.26103.02165.61-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 48.76%
GREEN value IS 106 (41.80% from 255) = 29.20%
BLUE value IS 80 (31.64% from 255) = 22.04%
R=48.76%
G=29.20%
B=22.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771068000.400.550.3116.0838.3450.39
HexB16A50028371F102632
Octal2611521200506737204662
Binary101100011101010101000001010001101111111110000100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16A50; }

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

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

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

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

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

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

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

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