#B1694F

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

Shades of Sante Fe #B1694F

Tints of Sante Fe #B1694F

Color information

#B1694F (or 0xB1694F) is unknown color: approx Sante Fe. HEX triplet: B1, 69 and 4F. RGB value is (177,105,79). Sum of RGB (Red+Green+Blue) = 177+105+79=361 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.03% from 361); Green value is 105 (41.41% from 255 or 29.09% from 361); Blue value is 79 (31.25% from 255 or 21.88% from 361); Max value from RGB is 177 - color contains mainly: red. Hex color #B1694F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1694F is #4E96B0. Grayscale: #7B7B7B. Windows color (decimal): -5150385 or 5204401. OLE color: 5204401.

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

Color convert

RGB17710579-
CMYK00.410.550.31
HSL15.92º38.58%50.2%-
HSV(B)15.92º55.37%69.41%-
XYZ24.5920.019.96-
YUV123.56102.85166.11-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 49.03%
GREEN value IS 105 (41.41% from 255) = 29.09%
BLUE value IS 79 (31.25% from 255) = 21.88%
R=49.03%
G=29.09%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771057900.410.550.3115.9238.5850.2
HexB1694F029371F102732
Octal2611511170516737204762
Binary101100011101001100111101010011101111111110000100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1694F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1694F; }

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

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

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

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

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

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

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

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