Color Hex Logo

#b3a660 Color Hex

#B3A660
(179,166,96)
0 Favorites   0 Comments

Color spaces of #b3a660

RGB 17916696
HSL0.140.350.54
HSV51°46°70°
CMYK 0.000.070.46   0.30
XYZ34.337937.700716.5335
Yxy37.70070.38770.4256
Hunter Lab61.4009-7.627027.0155
CIE-Lab67.7994-5.096537.7817

#b3a660 color RGB value is (179,166,96).

#b3a660 hex color red value is 179, green value is 166 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #b3a660 hue: 0.14 , saturation: 0.35 and the lightness value of b3a660 is 0.54.

The process color (four color CMYK) of #b3a660 color hex is 0.00, 0.07, 0.46, 0.30. Web safe color of #b3a660 is #cc9966. Color #b3a660 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10100110 01100000
Octal 263 246 140
Decimal 179 166 96
Hex B3 A6 60

RGB Percentages of Color #b3a660

%40.59
%37.64
%21.77

CMYK Percentages of Color #b3a660

%0
%7
%46
%30

Triadic Colors of #b3a660

#b3a660 #60b3a6 #a660b3

Analogous Colors of #b3a660

#b3a660 #97b360 #b37d60

Monochromatic Colors of #b3a660

#b3a660

Complementary Color

#b3a660 #606db3

#b3a660 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3a660 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3a660 Color CSS Codes

.mybgcolor {background-color:#b3a660; } 
.myforecolor {color:#b3a660; }
.mybordercolor {border:3px solid #b3a660; }

#b3a660 Text Font Color

<p style="color:#b3a660">Text here</p>

This sample text font color is #b3a660
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#b3a660 Background Color

<div style="background-color:#b3a660">
Div content here</div>

This div background color is #b3a660


#b3a660 Border Color

<div style="border:3px solid #b3a660">
Div here</div>

This div border color is #b3a660


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(179,166,96, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b3a660; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b3a660;
  -webkit-box-shadow: 1px 1px 3px 2px #b3a660;
  box-shadow:         1px 1px 3px 2px #b3a660; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,166,96, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b3a660">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #b3a660;
  -webkit-box-shadow: 1px 1px 3px 2px #b3a660;
  box-shadow:         1px 1px 3px 2px #b3a660;">
Div content here</div>

This div box has shadow with color #b3a660


Comments

No comments written yet.

Please login to write comment.