Color Hex Logo

#b2a14a Color Hex

#B2A14A
(178,161,74)
0 Favorites   0 Comments

Color spaces of #b2a14a

RGB 17816174
HSL0.140.410.49
HSV50°58°70°
CMYK 0.000.100.58   0.30
XYZ32.341035.449111.6164
Yxy35.44910.40730.4464
Hunter Lab59.5391-7.234330.1096
CIE-Lab66.0968-4.799046.6897

#b2a14a color RGB value is (178,161,74).

#b2a14a hex color red value is 178, green value is 161 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #b2a14a hue: 0.14 , saturation: 0.41 and the lightness value of b2a14a is 0.49.

The process color (four color CMYK) of #b2a14a color hex is 0.00, 0.10, 0.58, 0.30. Web safe color of #b2a14a is #999933. Color #b2a14a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10100001 01001010
Octal 262 241 112
Decimal 178 161 74
Hex B2 A1 4A

RGB Percentages of Color #b2a14a

%43.10
%38.98
%17.92

CMYK Percentages of Color #b2a14a

%0
%10
%58
%30

Triadic Colors of #b2a14a

#b2a14a #4ab2a1 #a14ab2

Analogous Colors of #b2a14a

#b2a14a #8fb24a #b26d4a

Monochromatic Colors of #b2a14a

#b2a14a

Complementary Color

#b2a14a #4a5bb2

#b2a14a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2a14a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2a14a Color CSS Codes

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

#b2a14a Text Font Color

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

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


#b2a14a Background Color

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

This div background color is #b2a14a


#b2a14a Border Color

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

This div border color is #b2a14a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2a14a


Comments

No comments written yet.

Please login to write comment.