Color Hex Logo

#bdb49b Color Hex

#BDB49B
(189,180,155)
0 Favorites   0 Comments

Color spaces of #bdb49b

RGB 189180155
HSL0.120.200.67
HSV44°18°74°
CMYK 0.000.050.18   0.26
XYZ43.223945.827937.5779
Yxy45.82790.34130.3619
Hunter Lab67.6963-4.496814.4758
CIE-Lab73.4337-0.988313.9080

#bdb49b color RGB value is (189,180,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110100 10011011
Octal 275 264 233
Decimal 189 180 155
Hex BD B4 9B

RGB Percentages of Color #bdb49b

%36.07
%34.35
%29.58

CMYK Percentages of Color #bdb49b

%0
%5
%18
%26

Triadic Colors of #bdb49b

#bdb49b #9bbdb4 #b49bbd

Analogous Colors of #bdb49b

#bdb49b #b5bd9b #bda39b

Monochromatic Colors of #bdb49b

#bdb49b

Complementary Color

#bdb49b #9ba4bd

#bdb49b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb49b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb49b Color CSS Codes

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

#bdb49b Text Font Color

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

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


#bdb49b Background Color

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

This div background color is #bdb49b


#bdb49b Border Color

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

This div border color is #bdb49b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb49b


Comments

No comments written yet.

Please login to write comment.