Color Hex Logo

#bdb188 Color Hex

#BDB188
(189,177,136)
0 Favorites   0 Comments

Color spaces of #bdb188

RGB 189177136
HSL0.130.290.64
HSV46°28°74°
CMYK 0.000.060.28   0.26
XYZ41.152344.040729.6243
Yxy44.04070.35840.3836
Hunter Lab66.3632-5.446319.9874
CIE-Lab72.2557-2.154122.5687

#bdb188 color RGB value is (189,177,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110001 10001000
Octal 275 261 210
Decimal 189 177 136
Hex BD B1 88

RGB Percentages of Color #bdb188

%37.65
%35.26
%27.09

CMYK Percentages of Color #bdb188

%0
%6
%28
%26

Triadic Colors of #bdb188

#bdb188 #88bdb1 #b188bd

Analogous Colors of #bdb188

#bdb188 #afbd88 #bd9788

Monochromatic Colors of #bdb188

#bdb188

Complementary Color

#bdb188 #8894bd

#bdb188 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb188 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb188 Color CSS Codes

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

#bdb188 Text Font Color

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

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


#bdb188 Background Color

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

This div background color is #bdb188


#bdb188 Border Color

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

This div border color is #bdb188


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb188


Comments

No comments written yet.

Please login to write comment.