#B66E4A

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

Shades of Sante Fe #B66E4A

Tints of Sante Fe #B66E4A

Color information

#B66E4A (or 0xB66E4A) is unknown color: approx Sante Fe. HEX triplet: B6, 6E and 4A. RGB value is (182,110,74). Sum of RGB (Red+Green+Blue) = 182+110+74=366 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.73% from 366); Green value is 110 (43.36% from 255 or 30.05% from 366); Blue value is 74 (29.30% from 255 or 20.22% from 366); Max value from RGB is 182 - color contains mainly: red. Hex color #B66E4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B66E4A is #4991B5. Grayscale: #7F7F7F. Windows color (decimal): -4821430 or 4878006. OLE color: 4878006.

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

Color convert

RGB18211074-
CMYK00.400.590.29
HSL20º42.52%50.2%-
HSV(B)20º59.34%71.37%-
XYZ26.121.599.27-
YUV127.4297.85166.93-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 49.73%
GREEN value IS 110 (43.36% from 255) = 30.05%
BLUE value IS 74 (29.30% from 255) = 20.22%
R=49.73%
G=30.05%
B=20.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821107400.400.590.292042.5250.2
HexB66E4A0283B1D142b32
Octal2661561120507335245362
Binary101101101101110100101001010001110111110110100101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66E4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66E4A; }

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

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

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

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

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

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

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

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