Color Hex Logo

#bd706a Color Hex

#BD706A
(189,112,106)
0 Favorites   0 Comments

Color spaces of #bd706a

RGB 189112106
HSL0.010.390.58
HSV44°74°
CMYK 0.000.410.44   0.26
XYZ29.382023.447816.6129
Yxy23.44780.42310.3377
Hunter Lab48.422923.569913.5549
CIE-Lab55.530629.756916.4580

#bd706a color RGB value is (189,112,106).

#bd706a hex color red value is 189, green value is 112 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #bd706a hue: 0.01 , saturation: 0.39 and the lightness value of bd706a is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01110000 01101010
Octal 275 160 152
Decimal 189 112 106
Hex BD 70 6A

RGB Percentages of Color #bd706a

%46.44
%27.52
%26.04

CMYK Percentages of Color #bd706a

%0
%41
%44
%26

Triadic Colors of #bd706a

#bd706a #6abd70 #706abd

Analogous Colors of #bd706a

#bd706a #bd9a6a #bd6a8e

Monochromatic Colors of #bd706a

#bd706a

Complementary Color

#bd706a #6ab7bd

#bd706a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd706a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd706a Color CSS Codes

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

#bd706a Text Font Color

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

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


#bd706a Background Color

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

This div background color is #bd706a


#bd706a Border Color

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

This div border color is #bd706a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd706a


Comments

No comments written yet.

Please login to write comment.