Color Hex Logo

#bdb287 Color Hex

#BDB287
(189,178,135)
0 Favorites   0 Comments

Color spaces of #bdb287

RGB 189178135
HSL0.130.290.64
HSV48°29°74°
CMYK 0.000.060.29   0.26
XYZ41.279844.408929.3178
Yxy44.40890.35890.3861
Hunter Lab66.6400-6.049120.5638
CIE-Lab72.5010-2.821023.4400

#bdb287 color RGB value is (189,178,135).

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

The process color (four color CMYK) of #bdb287 color hex is 0.00, 0.06, 0.29, 0.26. Web safe color of #bdb287 is #cc9999. Color #bdb287 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110010 10000111
Octal 275 262 207
Decimal 189 178 135
Hex BD B2 87

RGB Percentages of Color #bdb287

%37.65
%35.46
%26.89

CMYK Percentages of Color #bdb287

%0
%6
%29
%26

Triadic Colors of #bdb287

#bdb287 #87bdb2 #b287bd

Analogous Colors of #bdb287

#bdb287 #adbd87 #bd9787

Monochromatic Colors of #bdb287

#bdb287

Complementary Color

#bdb287 #8792bd

#bdb287 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb287 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb287 Color CSS Codes

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

#bdb287 Text Font Color

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

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


#bdb287 Background Color

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

This div background color is #bdb287


#bdb287 Border Color

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

This div border color is #bdb287


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb287


Comments

No comments written yet.

Please login to write comment.