Color Hex Logo

#b2ad73 Color Hex

#B2AD73
(178,173,115)
0 Favorites   0 Comments

Color spaces of #b2ad73

RGB 178173115
HSL0.150.290.57
HSV55°35°70°
CMYK 0.000.030.35   0.30
XYZ36.398240.589922.1359
Yxy40.58990.36720.4095
Hunter Lab63.7102-9.514223.9970
CIE-Lab69.8876-7.112930.4817

#b2ad73 color RGB value is (178,173,115).

#b2ad73 hex color red value is 178, green value is 173 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #b2ad73 hue: 0.15 , saturation: 0.29 and the lightness value of b2ad73 is 0.57.

The process color (four color CMYK) of #b2ad73 color hex is 0.00, 0.03, 0.35, 0.30. Web safe color of #b2ad73 is #999966. Color #b2ad73 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10101101 01110011
Octal 262 255 163
Decimal 178 173 115
Hex B2 AD 73

RGB Percentages of Color #b2ad73

%38.20
%37.12
%24.68

CMYK Percentages of Color #b2ad73

%0
%3
%35
%30

Triadic Colors of #b2ad73

#b2ad73 #73b2ad #ad73b2

Analogous Colors of #b2ad73

#b2ad73 #98b273 #b28e73

Monochromatic Colors of #b2ad73

#b2ad73

Complementary Color

#b2ad73 #7378b2

#b2ad73 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2ad73 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2ad73 Color CSS Codes

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

#b2ad73 Text Font Color

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

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


#b2ad73 Background Color

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

This div background color is #b2ad73


#b2ad73 Border Color

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

This div border color is #b2ad73


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2ad73

#b2ad73 Color Palettes


Comments

No comments written yet.

Please login to write comment.