Color Hex Logo

#bd9b4d Color Hex

#BD9B4D
(189,155,77)
0 Favorites   0 Comments

Color spaces of #bd9b4d

RGB 18915577
HSL0.120.460.52
HSV42°59°74°
CMYK 0.000.180.59   0.26
XYZ34.047234.797311.9433
Yxy34.79730.42140.4307
Hunter Lab58.9892-0.205229.2883
CIE-Lab65.59053.416944.9353

#bd9b4d color RGB value is (189,155,77).

#bd9b4d hex color red value is 189, green value is 155 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #bd9b4d hue: 0.12 , saturation: 0.46 and the lightness value of bd9b4d is 0.52.

The process color (four color CMYK) of #bd9b4d color hex is 0.00, 0.18, 0.59, 0.26. Web safe color of #bd9b4d is #cc9966. Color #bd9b4d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10011011 01001101
Octal 275 233 115
Decimal 189 155 77
Hex BD 9B 4D

RGB Percentages of Color #bd9b4d

%44.89
%36.82
%18.29

CMYK Percentages of Color #bd9b4d

%0
%18
%59
%26

Triadic Colors of #bd9b4d

#bd9b4d #4dbd9b #9b4dbd

Analogous Colors of #bd9b4d

#bd9b4d #a7bd4d #bd634d

Monochromatic Colors of #bd9b4d

#bd9b4d

Complementary Color

#bd9b4d #4d6fbd

#bd9b4d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd9b4d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd9b4d Color CSS Codes

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

#bd9b4d Text Font Color

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

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


#bd9b4d Background Color

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

This div background color is #bd9b4d


#bd9b4d Border Color

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

This div border color is #bd9b4d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,155,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 #bd9b4d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd9b4d


Comments

No comments written yet.

Please login to write comment.