Color Hex Logo

#bdb787 Color Hex

#BDB787
(189,183,135)
0 Favorites   0 Comments

Color spaces of #bdb787

RGB 189183135
HSL0.150.290.64
HSV53°29°74°
CMYK 0.000.030.29   0.26
XYZ42.292946.435129.6555
Yxy46.43510.35730.3922
Hunter Lab68.1433-8.465421.8977
CIE-Lab73.8270-5.464025.2323

#bdb787 color RGB value is (189,183,135).

#bdb787 hex color red value is 189, green value is 183 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #bdb787 hue: 0.15 , saturation: 0.29 and the lightness value of bdb787 is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110111 10000111
Octal 275 267 207
Decimal 189 183 135
Hex BD B7 87

RGB Percentages of Color #bdb787

%37.28
%36.09
%26.63

CMYK Percentages of Color #bdb787

%0
%3
%29
%26

Triadic Colors of #bdb787

#bdb787 #87bdb7 #b787bd

Analogous Colors of #bdb787

#bdb787 #a8bd87 #bd9c87

Monochromatic Colors of #bdb787

#bdb787

Complementary Color

#bdb787 #878dbd

#bdb787 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb787 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb787 Color CSS Codes

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

#bdb787 Text Font Color

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

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


#bdb787 Background Color

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

This div background color is #bdb787


#bdb787 Border Color

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

This div border color is #bdb787


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb787


Comments

No comments written yet.

Please login to write comment.