Color Hex Logo

#b2a16d Color Hex

#B2A16D
(178,161,109)
0 Favorites   0 Comments

Color spaces of #b2a16d

RGB 178161109
HSL0.130.310.56
HSV45°39°70°
CMYK 0.000.100.39   0.30
XYZ33.865336.058819.6432
Yxy36.05880.37810.4026
Hunter Lab60.0490-4.418622.6394
CIE-Lab66.5648-1.416129.3439

#b2a16d color RGB value is (178,161,109).

#b2a16d hex color red value is 178, green value is 161 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #b2a16d hue: 0.13 , saturation: 0.31 and the lightness value of b2a16d is 0.56.

The process color (four color CMYK) of #b2a16d color hex is 0.00, 0.10, 0.39, 0.30. Web safe color of #b2a16d is #999966. Color #b2a16d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10100001 01101101
Octal 262 241 155
Decimal 178 161 109
Hex B2 A1 6D

RGB Percentages of Color #b2a16d

%39.73
%35.94
%24.33

CMYK Percentages of Color #b2a16d

%0
%10
%39
%30

Triadic Colors of #b2a16d

#b2a16d #6db2a1 #a16db2

Analogous Colors of #b2a16d

#b2a16d #a1b26d #b27f6d

Monochromatic Colors of #b2a16d

#b2a16d

Complementary Color

#b2a16d #6d7eb2

#b2a16d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2a16d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2a16d Color CSS Codes

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

#b2a16d Text Font Color

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

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


#b2a16d Background Color

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

This div background color is #b2a16d


#b2a16d Border Color

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

This div border color is #b2a16d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2a16d

#b2a16d Color Palettes


Comments

No comments written yet.

Please login to write comment.