#B1745C

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

Shades of Sante Fe #B1745C

Tints of Sante Fe #B1745C

Color information

#B1745C (or 0xB1745C) is unknown color: approx Sante Fe. HEX triplet: B1, 74 and 5C. RGB value is (177,116,92). Sum of RGB (Red+Green+Blue) = 177+116+92=385 (50% of max value = 765). Red value is 177 (69.53% from 255 or 45.97% from 385); Green value is 116 (45.70% from 255 or 30.13% from 385); Blue value is 92 (36.33% from 255 or 23.90% from 385); Max value from RGB is 177 - color contains mainly: red. Hex color #B1745C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1745C is #4E8BA3. Grayscale: #838383. Windows color (decimal): -5147556 or 6059185. OLE color: 6059185.

HSL color Cylindrical-coordinate representation of color #B1745C: hue angle of 16.94º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B1745C is Cyan = 0, Magento = 0.34, Yellow = 0.48 and Black (K on CMYK) = 0.31.

Color convert

RGB17711692-
CMYK00.340.480.31
HSL16.94º35.27%52.75%-
HSV(B)16.94º48.02%69.41%-
XYZ26.3122.6113.1-
YUV131.5105.71160.45-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.97%
GREEN value IS 116 (45.70% from 255) = 30.13%
BLUE value IS 92 (36.33% from 255) = 23.90%
R=45.97%
G=30.13%
B=23.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.48
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771169200.340.480.3116.9435.2752.75
HexB1745C022301F112335
Octal2611641340426037214365
Binary101100011110100101110001000101100001111110001100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1745C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1745C; }

 p { color: rgb(177,116,92); }

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

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

 a { background-color: rgb(177,116,92); }

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

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

 span { border-color: rgb(177,116,92); }

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