Color Hex Logo

#bdb37b Color Hex

#BDB37B
(189,179,123)
0 Favorites   0 Comments

Color spaces of #bdb37b

RGB 189179123
HSL0.140.330.61
HSV51°35°74°
CMYK 0.000.050.35   0.26
XYZ40.681544.489125.1820
Yxy44.48910.36870.4032
Hunter Lab66.7001-7.855224.3057
CIE-Lab72.5542-4.888829.9150

#bdb37b color RGB value is (189,179,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110011 01111011
Octal 275 263 173
Decimal 189 179 123
Hex BD B3 7B

RGB Percentages of Color #bdb37b

%38.49
%36.46
%25.05

CMYK Percentages of Color #bdb37b

%0
%5
%35
%26

Triadic Colors of #bdb37b

#bdb37b #7bbdb3 #b37bbd

Analogous Colors of #bdb37b

#bdb37b #a6bd7b #bd927b

Monochromatic Colors of #bdb37b

#bdb37b

Complementary Color

#bdb37b #7b85bd

#bdb37b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb37b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb37b Color CSS Codes

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

#bdb37b Text Font Color

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

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


#bdb37b Background Color

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

This div background color is #bdb37b


#bdb37b Border Color

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

This div border color is #bdb37b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb37b

#bdb37b Color Palettes


Comments

No comments written yet.

Please login to write comment.