#B1694E

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

Shades of Sante Fe #B1694E

Tints of Sante Fe #B1694E

Color information

#B1694E (or 0xB1694E) is unknown color: approx Sante Fe. HEX triplet: B1, 69 and 4E. RGB value is (177,105,78). Sum of RGB (Red+Green+Blue) = 177+105+78=360 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.17% from 360); Green value is 105 (41.41% from 255 or 29.17% from 360); Blue value is 78 (30.86% from 255 or 21.67% from 360); Max value from RGB is 177 - color contains mainly: red. Hex color #B1694E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1694E is #4E96B1. Grayscale: #7B7B7B. Windows color (decimal): -5150386 or 5138865. OLE color: 5138865.

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

Color convert

RGB17710578-
CMYK00.410.560.31
HSL16.36º38.82%50%-
HSV(B)16.36º55.93%69.41%-
XYZ24.56209.77-
YUV123.45102.35166.2-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 49.17%
GREEN value IS 105 (41.41% from 255) = 29.17%
BLUE value IS 78 (30.86% from 255) = 21.67%
R=49.17%
G=29.17%
B=21.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771057800.410.560.3116.3638.8250
HexB1694E029381F102732
Octal2611511160517037204762
Binary101100011101001100111001010011110001111110000100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1694E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1694E; }

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

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

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

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

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

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

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

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