Color Hex Logo

#bdb391 Color Hex

#BDB391
(189,179,145)
0 Favorites   0 Comments

Color spaces of #bdb391

RGB 189179145
HSL0.130.250.65
HSV46°23°74°
CMYK 0.000.050.23   0.26
XYZ42.217245.103333.2688
Yxy45.10330.35010.3740
Hunter Lab67.1590-5.320317.6406
CIE-Lab72.9599-1.954318.6724

#bdb391 color RGB value is (189,179,145).

#bdb391 hex color red value is 189, green value is 179 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #bdb391 hue: 0.13 , saturation: 0.25 and the lightness value of bdb391 is 0.65.

The process color (four color CMYK) of #bdb391 color hex is 0.00, 0.05, 0.23, 0.26. Web safe color of #bdb391 is #cccc99. Color #bdb391 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110011 10010001
Octal 275 263 221
Decimal 189 179 145
Hex BD B3 91

RGB Percentages of Color #bdb391

%36.84
%34.89
%28.27

CMYK Percentages of Color #bdb391

%0
%5
%23
%26

Triadic Colors of #bdb391

#bdb391 #91bdb3 #b391bd

Analogous Colors of #bdb391

#bdb391 #b1bd91 #bd9d91

Monochromatic Colors of #bdb391

#bdb391

Complementary Color

#bdb391 #919bbd

#bdb391 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb391 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb391 Color CSS Codes

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

#bdb391 Text Font Color

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

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


#bdb391 Background Color

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

This div background color is #bdb391


#bdb391 Border Color

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

This div border color is #bdb391


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb391


Comments

No comments written yet.

Please login to write comment.