Color Hex Logo

#bd716b Color Hex

#BD716B
(189,113,107)
0 Favorites   0 Comments

Color spaces of #bd716b

RGB 189113107
HSL0.010.380.58
HSV43°74°
CMYK 0.000.400.43   0.26
XYZ29.545223.690616.9255
Yxy23.69060.42110.3377
Hunter Lab48.673023.174313.4536
CIE-Lab55.776729.321116.2161

#bd716b color RGB value is (189,113,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01110001 01101011
Octal 275 161 153
Decimal 189 113 107
Hex BD 71 6B

RGB Percentages of Color #bd716b

%46.21
%27.63
%26.16

CMYK Percentages of Color #bd716b

%0
%40
%43
%26

Triadic Colors of #bd716b

#bd716b #6bbd71 #716bbd

Analogous Colors of #bd716b

#bd716b #bd9a6b #bd6b8e

Monochromatic Colors of #bd716b

#bd716b

Complementary Color

#bd716b #6bb7bd

#bd716b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd716b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd716b Color CSS Codes

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

#bd716b Text Font Color

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

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


#bd716b Background Color

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

This div background color is #bd716b


#bd716b Border Color

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

This div border color is #bd716b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd716b

#bd716b Color Palettes


Comments

No comments written yet.

Please login to write comment.