#B1694B

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

Shades of Sante Fe #B1694B

Tints of Sante Fe #B1694B

Color information

#B1694B (or 0xB1694B) is unknown color: approx Sante Fe. HEX triplet: B1, 69 and 4B. RGB value is (177,105,75). Sum of RGB (Red+Green+Blue) = 177+105+75=357 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.58% from 357); Green value is 105 (41.41% from 255 or 29.41% from 357); Blue value is 75 (29.69% from 255 or 21.01% from 357); Max value from RGB is 177 - color contains mainly: red. Hex color #B1694B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1694B is #4E96B4. Grayscale: #7B7B7B. Windows color (decimal): -5150389 or 4942257. OLE color: 4942257.

HSL color Cylindrical-coordinate representation of color #B1694B: hue angle of 17.65º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B1694B is Cyan = 0, Magento = 0.41, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB17710575-
CMYK00.410.580.31
HSL17.65º40.48%49.41%-
HSV(B)17.65º57.63%69.41%-
XYZ24.4519.969.22-
YUV123.11100.85166.44-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 49.58%
GREEN value IS 105 (41.41% from 255) = 29.41%
BLUE value IS 75 (29.69% from 255) = 21.01%
R=49.58%
G=29.41%
B=21.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771057500.410.580.3117.6540.4849.41
HexB1694B0293A1F122831
Octal2611511130517237225061
Binary101100011101001100101101010011110101111110010101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1694B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1694B; }

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

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

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

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

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

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

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

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