#B46C4E

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

Shades of Sante Fe #B46C4E

Tints of Sante Fe #B46C4E

Color information

#B46C4E (or 0xB46C4E) is unknown color: approx Sante Fe. HEX triplet: B4, 6C and 4E. RGB value is (180,108,78). Sum of RGB (Red+Green+Blue) = 180+108+78=366 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.18% from 366); Green value is 108 (42.58% from 255 or 29.51% from 366); Blue value is 78 (30.86% from 255 or 21.31% from 366); Max value from RGB is 180 - color contains mainly: red. Hex color #B46C4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46C4E is #4B93B1. Grayscale: #7E7E7E. Windows color (decimal): -4953010 or 5139636. OLE color: 5139636.

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

Color convert

RGB18010878-
CMYK00.400.570.29
HSL17.65º40.48%50.59%-
HSV(B)17.65º56.67%70.59%-
XYZ25.5620.989.91-
YUV126.11100.85166.44-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 49.18%
GREEN value IS 108 (42.58% from 255) = 29.51%
BLUE value IS 78 (30.86% from 255) = 21.31%
R=49.18%
G=29.51%
B=21.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801087800.400.570.2917.6540.4850.59
HexB46C4E028391D122833
Octal2641541160507135225063
Binary101101001101100100111001010001110011110110010101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46C4E; }

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

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

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

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

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

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

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

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