Color Hex Logo

#bd917e Color Hex

#BD917E
(189,145,126)
0 Favorites   0 Comments

Color spaces of #bd917e

RGB 189145126
HSL0.050.320.62
HSV18°33°74°
CMYK 0.000.230.33   0.26
XYZ34.877632.576024.1882
Yxy32.57600.38060.3555
Hunter Lab57.07549.195814.8260
CIE-Lab63.816113.929116.4860

#bd917e color RGB value is (189,145,126).

#bd917e hex color red value is 189, green value is 145 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #bd917e hue: 0.05 , saturation: 0.32 and the lightness value of bd917e is 0.62.

The process color (four color CMYK) of #bd917e color hex is 0.00, 0.23, 0.33, 0.26. Web safe color of #bd917e is #cc9966. Color #bd917e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10010001 01111110
Octal 275 221 176
Decimal 189 145 126
Hex BD 91 7E

RGB Percentages of Color #bd917e

%41.09
%31.52
%27.39

CMYK Percentages of Color #bd917e

%0
%23
%33
%26

Triadic Colors of #bd917e

#bd917e #7ebd91 #917ebd

Analogous Colors of #bd917e

#bd917e #bdb17e #bd7e8b

Monochromatic Colors of #bd917e

#bd917e

Complementary Color

#bd917e #7eaabd

#bd917e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd917e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd917e Color CSS Codes

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

#bd917e Text Font Color

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

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


#bd917e Background Color

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

This div background color is #bd917e


#bd917e Border Color

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

This div border color is #bd917e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd917e

#bd917e Color Palettes


Comments

No comments written yet.

Please login to write comment.