Color Hex Logo

#bdb376 Color Hex

#BDB376
(189,179,118)
0 Favorites   0 Comments

Color spaces of #bdb376

RGB 189179118
HSL0.140.350.60
HSV52°38°74°
CMYK 0.000.050.38   0.26
XYZ40.376444.367023.5752
Yxy44.36700.37280.4096
Hunter Lab66.6086-8.362925.6411
CIE-Lab72.4731-5.483632.4439

#bdb376 color RGB value is (189,179,118).

#bdb376 hex color red value is 189, green value is 179 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #bdb376 hue: 0.14 , saturation: 0.35 and the lightness value of bdb376 is 0.60.

The process color (four color CMYK) of #bdb376 color hex is 0.00, 0.05, 0.38, 0.26. Web safe color of #bdb376 is #cccc66. Color #bdb376 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110011 01110110
Octal 275 263 166
Decimal 189 179 118
Hex BD B3 76

RGB Percentages of Color #bdb376

%38.89
%36.83
%24.28

CMYK Percentages of Color #bdb376

%0
%5
%38
%26

Triadic Colors of #bdb376

#bdb376 #76bdb3 #b376bd

Analogous Colors of #bdb376

#bdb376 #a4bd76 #bd9076

Monochromatic Colors of #bdb376

#bdb376

Complementary Color

#bdb376 #7680bd

#bdb376 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb376 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb376 Color CSS Codes

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

#bdb376 Text Font Color

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

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


#bdb376 Background Color

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

This div background color is #bdb376


#bdb376 Border Color

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

This div border color is #bdb376


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,179,118, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb376


Comments

No comments written yet.

Please login to write comment.