Color Hex Logo

#b2a562 Color Hex

#B2A562
(178,165,98)
0 Favorites   0 Comments

Color spaces of #b2a562

RGB 17816598
HSL0.140.340.54
HSV50°45°70°
CMYK 0.000.070.45   0.30
XYZ34.019837.257116.9536
Yxy37.25710.38560.4223
Hunter Lab61.0386-7.330726.2591
CIE-Lab67.4695-4.777236.3166

#b2a562 color RGB value is (178,165,98).

#b2a562 hex color red value is 178, green value is 165 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #b2a562 hue: 0.14 , saturation: 0.34 and the lightness value of b2a562 is 0.54.

The process color (four color CMYK) of #b2a562 color hex is 0.00, 0.07, 0.45, 0.30. Web safe color of #b2a562 is #999966. Color #b2a562 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10100101 01100010
Octal 262 245 142
Decimal 178 165 98
Hex B2 A5 62

RGB Percentages of Color #b2a562

%40.36
%37.41
%22.22

CMYK Percentages of Color #b2a562

%0
%7
%45
%30

Triadic Colors of #b2a562

#b2a562 #62b2a5 #a562b2

Analogous Colors of #b2a562

#b2a562 #97b262 #b27d62

Monochromatic Colors of #b2a562

#b2a562

Complementary Color

#b2a562 #626fb2

#b2a562 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2a562 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2a562 Color CSS Codes

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

#b2a562 Text Font Color

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

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


#b2a562 Background Color

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

This div background color is #b2a562


#b2a562 Border Color

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

This div border color is #b2a562


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2a562


Comments

No comments written yet.

Please login to write comment.