Color Hex Logo

#b3a322 Color Hex

#B3A322
(179,163,34)
0 Favorites   0 Comments

Color spaces of #b3a322

RGB 17916334
HSL0.150.680.42
HSV53°81°70°
CMYK 0.000.090.81   0.30
XYZ31.976335.89366.7562
Yxy35.89360.42850.4810
Hunter Lab59.9113-9.574335.2517
CIE-Lab66.4385-7.589062.9563

#b3a322 color RGB value is (179,163,34).

#b3a322 hex color red value is 179, green value is 163 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #b3a322 hue: 0.15 , saturation: 0.68 and the lightness value of b3a322 is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 10100011 00100010
Octal 263 243 42
Decimal 179 163 34
Hex B3 A3 22

RGB Percentages of Color #b3a322

%47.61
%43.35
%9.04

CMYK Percentages of Color #b3a322

%0
%9
%81
%30

Triadic Colors of #b3a322

#b3a322 #22b3a3 #a322b3

Analogous Colors of #b3a322

#b3a322 #7bb322 #b35b22

Monochromatic Colors of #b3a322

#b3a322

Complementary Color

#b3a322 #2232b3

#b3a322 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3a322 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3a322 Color CSS Codes

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

#b3a322 Text Font Color

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

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


#b3a322 Background Color

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

This div background color is #b3a322


#b3a322 Border Color

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

This div border color is #b3a322


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3a322


Comments

No comments written yet.

Please login to write comment.