Color Hex Logo

#b3a340 Color Hex

#B3A340
(179,163,64)
0 Favorites   0 Comments

Color spaces of #b3a340

RGB 17916364
HSL0.140.470.48
HSV52°64°70°
CMYK 0.000.090.64   0.30
XYZ32.613036.148310.1089
Yxy36.14830.41350.4583
Hunter Lab60.1235-8.391632.1177
CIE-Lab66.6331-6.134651.9091

#b3a340 color RGB value is (179,163,64).

#b3a340 hex color red value is 179, green value is 163 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #b3a340 hue: 0.14 , saturation: 0.47 and the lightness value of b3a340 is 0.48.

The process color (four color CMYK) of #b3a340 color hex is 0.00, 0.09, 0.64, 0.30. Web safe color of #b3a340 is #cc9933. Color #b3a340 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10100011 01000000
Octal 263 243 100
Decimal 179 163 64
Hex B3 A3 40

RGB Percentages of Color #b3a340

%44.09
%40.15
%15.76

CMYK Percentages of Color #b3a340

%0
%9
%64
%30

Triadic Colors of #b3a340

#b3a340 #40b3a3 #a340b3

Analogous Colors of #b3a340

#b3a340 #8ab340 #b36a40

Monochromatic Colors of #b3a340

#b3a340

Complementary Color

#b3a340 #4050b3

#b3a340 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3a340 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3a340 Color CSS Codes

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

#b3a340 Text Font Color

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

This sample text font color is #b3a340
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.


#b3a340 Background Color

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

This div background color is #b3a340


#b3a340 Border Color

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

This div border color is #b3a340


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3a340


Comments

No comments written yet.

Please login to write comment.