#B66E4C

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

Shades of Sante Fe #B66E4C

Tints of Sante Fe #B66E4C

Color information

#B66E4C (or 0xB66E4C) is unknown color: approx Sante Fe. HEX triplet: B6, 6E and 4C. RGB value is (182,110,76). Sum of RGB (Red+Green+Blue) = 182+110+76=368 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.46% from 368); Green value is 110 (43.36% from 255 or 29.89% from 368); Blue value is 76 (30.08% from 255 or 20.65% from 368); Max value from RGB is 182 - color contains mainly: red. Hex color #B66E4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B66E4C is #4991B3. Grayscale: #7F7F7F. Windows color (decimal): -4821428 or 5009078. OLE color: 5009078.

HSL color Cylindrical-coordinate representation of color #B66E4C: hue angle of 19.25º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B66E4C is Cyan = 0, Magento = 0.40, Yellow = 0.58 and Black (K on CMYK) = 0.29.

Color convert

RGB18211076-
CMYK00.400.580.29
HSL19.25º42.06%50.59%-
HSV(B)19.25º58.24%71.37%-
XYZ26.1721.629.63-
YUV127.6598.85166.76-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 49.46%
GREEN value IS 110 (43.36% from 255) = 29.89%
BLUE value IS 76 (30.08% from 255) = 20.65%
R=49.46%
G=29.89%
B=20.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.58
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821107600.400.580.2919.2542.0650.59
HexB66E4C0283A1D132a33
Octal2661561140507235235263
Binary101101101101110100110001010001110101110110011101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66E4C; }

 p { color: rgb(182,110,76); }

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

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

 a { background-color: rgb(182,110,76); }

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

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

 span { border-color: rgb(182,110,76); }

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