Color Hex Logo

#bd7e5c Color Hex

#BD7E5C
(189,126,92)
0 Favorites   0 Comments

Color spaces of #bd7e5c

RGB 18912692
HSL0.060.420.55
HSV21°51°74°
CMYK 0.000.330.51   0.26
XYZ30.378926.513213.6416
Yxy26.51320.43070.3759
Hunter Lab51.491015.203120.3359
CIE-Lab58.521020.648428.4081

#bd7e5c color RGB value is (189,126,92).

#bd7e5c hex color red value is 189, green value is 126 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #bd7e5c hue: 0.06 , saturation: 0.42 and the lightness value of bd7e5c is 0.55.

The process color (four color CMYK) of #bd7e5c color hex is 0.00, 0.33, 0.51, 0.26. Web safe color of #bd7e5c is #cc6666. Color #bd7e5c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01111110 01011100
Octal 275 176 134
Decimal 189 126 92
Hex BD 7E 5C

RGB Percentages of Color #bd7e5c

%46.44
%30.96
%22.60

CMYK Percentages of Color #bd7e5c

%0
%33
%51
%26

Triadic Colors of #bd7e5c

#bd7e5c #5cbd7e #7e5cbd

Analogous Colors of #bd7e5c

#bd7e5c #bdaf5c #bd5c6b

Monochromatic Colors of #bd7e5c

#bd7e5c

Complementary Color

#bd7e5c #5c9bbd

#bd7e5c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd7e5c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd7e5c Color CSS Codes

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

#bd7e5c Text Font Color

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

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


#bd7e5c Background Color

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

This div background color is #bd7e5c


#bd7e5c Border Color

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

This div border color is #bd7e5c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd7e5c


Comments

No comments written yet.

Please login to write comment.