Color Hex Logo

#b2a441 Color Hex

#B2A441
(178,164,65)
0 Favorites   0 Comments

Color spaces of #b2a441

RGB 17816465
HSL0.150.470.48
HSV53°63°70°
CMYK 0.000.080.63   0.30
XYZ32.589736.397610.3088
Yxy36.39760.41100.4590
Hunter Lab60.3304-9.154932.1003
CIE-Lab66.8226-7.034951.6428

#b2a441 color RGB value is (178,164,65).

#b2a441 hex color red value is 178, green value is 164 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #b2a441 hue: 0.15 , saturation: 0.47 and the lightness value of b2a441 is 0.48.

The process color (four color CMYK) of #b2a441 color hex is 0.00, 0.08, 0.63, 0.30. Web safe color of #b2a441 is #999933. Color #b2a441 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10100100 01000001
Octal 262 244 101
Decimal 178 164 65
Hex B2 A4 41

RGB Percentages of Color #b2a441

%43.73
%40.29
%15.97

CMYK Percentages of Color #b2a441

%0
%8
%63
%30

Triadic Colors of #b2a441

#b2a441 #41b2a4 #a441b2

Analogous Colors of #b2a441

#b2a441 #88b241 #b26c41

Monochromatic Colors of #b2a441

#b2a441

Complementary Color

#b2a441 #414fb2

#b2a441 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2a441 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2a441 Color CSS Codes

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

#b2a441 Text Font Color

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

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


#b2a441 Background Color

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

This div background color is #b2a441


#b2a441 Border Color

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

This div border color is #b2a441


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(178,164,65, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b2a441; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b2a441;
  -webkit-box-shadow: 1px 1px 3px 2px #b2a441;
  box-shadow:         1px 1px 3px 2px #b2a441; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,164,65, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2a441


Comments

No comments written yet.

Please login to write comment.