Color Hex Logo

#bd714d Color Hex

#BD714D
(189,113,77)
0 Favorites   0 Comments

Color spaces of #bd714d

RGB 18911377
HSL0.050.460.52
HSV19°59°74°
CMYK 0.000.400.59   0.26
XYZ28.230923.164910.0045
Yxy23.16490.45980.3773
Hunter Lab48.129920.472921.3667
CIE-Lab55.241826.528032.5818

#bd714d color RGB value is (189,113,77).

#bd714d hex color red value is 189, green value is 113 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #bd714d hue: 0.05 , saturation: 0.46 and the lightness value of bd714d is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01110001 01001101
Octal 275 161 115
Decimal 189 113 77
Hex BD 71 4D

RGB Percentages of Color #bd714d

%49.87
%29.82
%20.32

CMYK Percentages of Color #bd714d

%0
%40
%59
%26

Triadic Colors of #bd714d

#bd714d #4dbd71 #714dbd

Analogous Colors of #bd714d

#bd714d #bda94d #bd4d61

Monochromatic Colors of #bd714d

#bd714d

Complementary Color

#bd714d #4d99bd

#bd714d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd714d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd714d Color CSS Codes

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

#bd714d Text Font Color

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

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


#bd714d Background Color

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

This div background color is #bd714d


#bd714d Border Color

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

This div border color is #bd714d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd714d


Comments

No comments written yet.

Please login to write comment.