color codes Logo

#b0a34d color codes

#B0A34D
(176,163,77)
0 Favorites   0 Comments

Color spaces of #b0a34d

RGB 17616377
HSL0.140.390.50
HSV52°56°69°
CMYK 0.000.070.56   0.31
XYZ32.341235.960312.2576
Yxy35.96030.40150.4464
Hunter Lab59.9669-8.673929.8576
CIE-Lab66.4896-6.491245.6528

#b0a34d color RGB value is (176,163,77).

#b0a34d hex color red value is 176, green value is 163 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #b0a34d hue: 0.14 , saturation: 0.39 and the lightness value of b0a34d is 0.50.

The process color (four color CMYK) of #b0a34d color code is 0.00, 0.07, 0.56, 0.31. Web safe color of #b0a34d is #999966. Color #b0a34d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10100011 01001101
Octal 260 243 115
Decimal 176 163 77
Hex B0 A3 4D

RGB Percentages of Color #b0a34d

%42.31
%39.18
%18.51

CMYK Percentages of Color #b0a34d

%0
%7
%56
%31

Triadic Colors of #b0a34d

#b0a34d #4db0a3 #a34db0

Analogous Colors of #b0a34d

#b0a34d #8cb04d #b0724d

Monochromatic Colors of #b0a34d

#b0a34d

Complementary Color

#b0a34d #4d5ab0

#b0a34d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0a34d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0a34d Color CSS Codes

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

#b0a34d Text Font Color

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

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


#b0a34d Background Color

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

This div background color is #b0a34d


#b0a34d Border Color

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

This div border color is #b0a34d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(176,163,77, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b0a34d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b0a34d;
  -webkit-box-shadow: 1px 1px 3px 2px #b0a34d;
  box-shadow:         1px 1px 3px 2px #b0a34d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,163,77, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0a34d


Comments

No comments written yet.

Please login to write comment.