Color Hex Logo

#bdb79b Color Hex

#BDB79B
(189,183,155)
0 Favorites   0 Comments

Color spaces of #bdb79b

RGB 189183155
HSL0.140.200.67
HSV49°18°74°
CMYK 0.000.030.18   0.26
XYZ43.836147.052337.7819
Yxy47.05230.34070.3657
Hunter Lab68.5947-5.968515.3594
CIE-Lab74.2232-2.584415.0158

#bdb79b color RGB value is (189,183,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110111 10011011
Octal 275 267 233
Decimal 189 183 155
Hex BD B7 9B

RGB Percentages of Color #bdb79b

%35.86
%34.72
%29.41

CMYK Percentages of Color #bdb79b

%0
%3
%18
%26

Triadic Colors of #bdb79b

#bdb79b #9bbdb7 #b79bbd

Analogous Colors of #bdb79b

#bdb79b #b2bd9b #bda69b

Monochromatic Colors of #bdb79b

#bdb79b

Complementary Color

#bdb79b #9ba1bd

#bdb79b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb79b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb79b Color CSS Codes

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

#bdb79b Text Font Color

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

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


#bdb79b Background Color

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

This div background color is #bdb79b


#bdb79b Border Color

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

This div border color is #bdb79b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb79b


Comments

No comments written yet.

Please login to write comment.