Color Hex Logo

#bdb193 Color Hex

#BDB193
(189,177,147)
0 Favorites   0 Comments

Color spaces of #bdb193

RGB 189177147
HSL0.120.240.66
HSV43°22°74°
CMYK 0.000.060.22   0.26
XYZ41.974944.369733.9557
Yxy44.36970.34890.3688
Hunter Lab66.6106-4.086116.4035
CIE-Lab72.4749-0.595316.9155

#bdb193 color RGB value is (189,177,147).

#bdb193 hex color red value is 189, green value is 177 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #bdb193 hue: 0.12 , saturation: 0.24 and the lightness value of bdb193 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110001 10010011
Octal 275 261 223
Decimal 189 177 147
Hex BD B1 93

RGB Percentages of Color #bdb193

%36.84
%34.50
%28.65

CMYK Percentages of Color #bdb193

%0
%6
%22
%26

Triadic Colors of #bdb193

#bdb193 #93bdb1 #b193bd

Analogous Colors of #bdb193

#bdb193 #b4bd93 #bd9c93

Monochromatic Colors of #bdb193

#bdb193

Complementary Color

#bdb193 #939fbd

#bdb193 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb193 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb193 Color CSS Codes

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

#bdb193 Text Font Color

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

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


#bdb193 Background Color

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

This div background color is #bdb193


#bdb193 Border Color

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

This div border color is #bdb193


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb193


Comments

No comments written yet.

Please login to write comment.