Color Hex Logo

#bd716c Color Hex

#BD716C
(189,113,108)
0 Favorites   0 Comments

Color spaces of #bd716c

RGB 189113108
HSL0.010.380.58
HSV43°74°
CMYK 0.000.400.43   0.26
XYZ29.598223.711817.2042
Yxy23.71180.41970.3363
Hunter Lab48.694823.282013.1388
CIE-Lab55.798129.431315.6660

#bd716c color RGB value is (189,113,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01110001 01101100
Octal 275 161 154
Decimal 189 113 108
Hex BD 71 6C

RGB Percentages of Color #bd716c

%46.10
%27.56
%26.34

CMYK Percentages of Color #bd716c

%0
%40
%43
%26

Triadic Colors of #bd716c

#bd716c #6cbd71 #716cbd

Analogous Colors of #bd716c

#bd716c #bd9a6c #bd6c90

Monochromatic Colors of #bd716c

#bd716c

Complementary Color

#bd716c #6cb8bd

#bd716c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd716c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd716c Color CSS Codes

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

#bd716c Text Font Color

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

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


#bd716c Background Color

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

This div background color is #bd716c


#bd716c Border Color

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

This div border color is #bd716c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd716c


Comments

No comments written yet.

Please login to write comment.