#b6745c

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

Shades of Sante Fe #B6745C

Tints of Sante Fe #B6745C

Color information

#B6745C (or 0xB6745C) is unknown color: approx Sante Fe. HEX triplet: B6, 74 and 5C. RGB value is (182,116,92). Sum of RGB (Red+Green+Blue) = 182+116+92=390 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.67% from 390); Green value is 116 (45.70% from 255 or 29.74% from 390); Blue value is 92 (36.33% from 255 or 23.59% from 390); Max value from RGB is 182 - color contains mainly: red. Hex color #B6745C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6745C is #498BA3. Grayscale: #858585. Windows color (decimal): -4819876 or 6059190. OLE color: 6059190.

HSL color Cylindrical-coordinate representation of color #B6745C: hue angle of 16º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B6745C is Cyan = 0, Magento = 0.36, Yellow = 0.49 and Black (K on CMYK) = 0.29.

Color convert

RGB18211692-
CMYK00.360.490.29
HSL16º38.14%53.73%-
HSV(B)16º49.45%71.37%-
XYZ27.4723.2113.16-
YUV133104.87162.95-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 46.67%
GREEN value IS 116 (45.70% from 255) = 29.74%
BLUE value IS 92 (36.33% from 255) = 23.59%
R=46.67%
G=29.74%
B=23.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821169200.360.490.291638.1453.73
HexB6745C024311D102636
Octal2661641340446135204666
Binary101101101110100101110001001001100011110110000100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b6745c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b6745c; }

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

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

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

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

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

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

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

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