Color Hex Logo

#bd715e Color Hex

#BD715E
(189,113,94)
0 Favorites   0 Comments

Color spaces of #bd715e

RGB 18911394
HSL0.030.420.55
HSV12°50°74°
CMYK 0.000.400.50   0.26
XYZ28.911823.437213.5897
Yxy23.43720.43850.3554
Hunter Lab48.412021.879817.2451
CIE-Lab55.519827.990323.3607

#bd715e color RGB value is (189,113,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01110001 01011110
Octal 275 161 136
Decimal 189 113 94
Hex BD 71 5E

RGB Percentages of Color #bd715e

%47.73
%28.54
%23.74

CMYK Percentages of Color #bd715e

%0
%40
%50
%26

Triadic Colors of #bd715e

#bd715e #5ebd71 #715ebd

Analogous Colors of #bd715e

#bd715e #bda15e #bd5e7b

Monochromatic Colors of #bd715e

#bd715e

Complementary Color

#bd715e #5eaabd

#bd715e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd715e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd715e Color CSS Codes

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

#bd715e Text Font Color

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

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


#bd715e Background Color

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

This div background color is #bd715e


#bd715e Border Color

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

This div border color is #bd715e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd715e

#bd715e Color Palettes


Comments

No comments written yet.

Please login to write comment.