Color Hex Logo

#bd7157 Color Hex

#BD7157
(189,113,87)
0 Favorites   0 Comments

Color spaces of #bd7157

RGB 18911387
HSL0.040.440.54
HSV15°54°74°
CMYK 0.000.400.54   0.26
XYZ28.611723.317212.0095
Yxy23.31720.44750.3647
Hunter Lab48.287921.261619.0557
CIE-Lab55.397627.349827.1846

#bd7157 color RGB value is (189,113,87).

#bd7157 hex color red value is 189, green value is 113 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #bd7157 hue: 0.04 , saturation: 0.44 and the lightness value of bd7157 is 0.54.

The process color (four color CMYK) of #bd7157 color hex is 0.00, 0.40, 0.54, 0.26. Web safe color of #bd7157 is #cc6666. Color #bd7157 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01110001 01010111
Octal 275 161 127
Decimal 189 113 87
Hex BD 71 57

RGB Percentages of Color #bd7157

%48.59
%29.05
%22.37

CMYK Percentages of Color #bd7157

%0
%40
%54
%26

Triadic Colors of #bd7157

#bd7157 #57bd71 #7157bd

Analogous Colors of #bd7157

#bd7157 #bda457 #bd5770

Monochromatic Colors of #bd7157

#bd7157

Complementary Color

#bd7157 #57a3bd

#bd7157 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd7157 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd7157 Color CSS Codes

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

#bd7157 Text Font Color

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

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


#bd7157 Background Color

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

This div background color is #bd7157


#bd7157 Border Color

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

This div border color is #bd7157


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd7157


Comments

No comments written yet.

Please login to write comment.