#B46C4A

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

Shades of Sante Fe #B46C4A

Tints of Sante Fe #B46C4A

Color information

#B46C4A (or 0xB46C4A) is unknown color: approx Sante Fe. HEX triplet: B4, 6C and 4A. RGB value is (180,108,74). Sum of RGB (Red+Green+Blue) = 180+108+74=362 (47% of max value = 765). Red value is 180 (70.70% from 255 or 49.72% from 362); Green value is 108 (42.58% from 255 or 29.83% from 362); Blue value is 74 (29.30% from 255 or 20.44% from 362); Max value from RGB is 180 - color contains mainly: red. Hex color #B46C4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B46C4A is #4B93B5. Grayscale: #7D7D7D. Windows color (decimal): -4953014 or 4877492. OLE color: 4877492.

HSL color Cylindrical-coordinate representation of color #B46C4A: hue angle of 19.25º degrees, saturation: 0.42, 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 #B46C4A is Cyan = 0, Magento = 0.40, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB18010874-
CMYK00.400.590.29
HSL19.25º41.73%49.8%-
HSV(B)19.25º58.89%70.59%-
XYZ25.4220.929.18-
YUV125.6598.85166.76-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 49.72%
GREEN value IS 108 (42.58% from 255) = 29.83%
BLUE value IS 74 (29.30% from 255) = 20.44%
R=49.72%
G=29.83%
B=20.44%

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
Decimal1801087400.400.590.2919.2541.7349.8
HexB46C4A0283B1D132a32
Octal2641541120507335235262
Binary101101001101100100101001010001110111110110011101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46C4A; }

 p { color: rgb(180,108,74); }

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

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

 a { background-color: rgb(180,108,74); }

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

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

 span { border-color: rgb(180,108,74); }

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