Color Hex Logo

#bd706e Color Hex

#BD706E
(189,112,110)
0 Favorites   0 Comments

Color spaces of #bd706e

RGB 189112110
HSL0.000.370.59
HSV42°74°
CMYK 0.000.410.42   0.26
XYZ29.594923.532917.7343
Yxy23.53290.41760.3321
Hunter Lab48.510724.003612.2826
CIE-Lab55.617130.199014.2545

#bd706e color RGB value is (189,112,110).

#bd706e hex color red value is 189, green value is 112 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #bd706e hue: 0.00 , saturation: 0.37 and the lightness value of bd706e is 0.59.

The process color (four color CMYK) of #bd706e color hex is 0.00, 0.41, 0.42, 0.26. Web safe color of #bd706e is #cc6666. Color #bd706e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01110000 01101110
Octal 275 160 156
Decimal 189 112 110
Hex BD 70 6E

RGB Percentages of Color #bd706e

%45.99
%27.25
%26.76

CMYK Percentages of Color #bd706e

%0
%41
%42
%26

Triadic Colors of #bd706e

#bd706e #6ebd70 #706ebd

Analogous Colors of #bd706e

#bd706e #bd986e #bd6e94

Monochromatic Colors of #bd706e

#bd706e

Complementary Color

#bd706e #6ebbbd

#bd706e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd706e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd706e Color CSS Codes

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

#bd706e Text Font Color

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

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


#bd706e Background Color

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

This div background color is #bd706e


#bd706e Border Color

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

This div border color is #bd706e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd706e


Comments

No comments written yet.

Please login to write comment.