#B1694C

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

Shades of Sante Fe #B1694C

Tints of Sante Fe #B1694C

Color information

#B1694C (or 0xB1694C) is unknown color: approx Sante Fe. HEX triplet: B1, 69 and 4C. RGB value is (177,105,76). Sum of RGB (Red+Green+Blue) = 177+105+76=358 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.44% from 358); Green value is 105 (41.41% from 255 or 29.33% from 358); Blue value is 76 (30.08% from 255 or 21.23% from 358); Max value from RGB is 177 - color contains mainly: red. Hex color #B1694C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1694C is #4E96B3. Grayscale: #7B7B7B. Windows color (decimal): -5150388 or 5007793. OLE color: 5007793.

HSL color Cylindrical-coordinate representation of color #B1694C: hue angle of 17.23º 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 #B1694C is Cyan = 0, Magento = 0.41, Yellow = 0.57 and Black (K on CMYK) = 0.31.

Color convert

RGB17710576-
CMYK00.410.570.31
HSL17.23º39.92%49.61%-
HSV(B)17.23º57.06%69.41%-
XYZ24.4919.979.4-
YUV123.22101.35166.36-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 49.44%
GREEN value IS 105 (41.41% from 255) = 29.33%
BLUE value IS 76 (30.08% from 255) = 21.23%
R=49.44%
G=29.33%
B=21.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.57
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771057600.410.570.3117.2339.9249.61
HexB1694C029391F112832
Octal2611511140517137215062
Binary101100011101001100110001010011110011111110001101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1694C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1694C; }

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

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

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

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

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

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

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

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