Color Hex Logo

#bd704c Color Hex

#BD704C
(189,112,76)
0 Favorites   0 Comments

Color spaces of #bd704c

RGB 18911276
HSL0.050.460.52
HSV19°60°74°
CMYK 0.000.410.60   0.26
XYZ28.084922.92909.7830
Yxy22.92900.46190.3771
Hunter Lab47.884220.895821.4057
CIE-Lab54.999126.997832.8344

#bd704c color RGB value is (189,112,76).

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

The process color (four color CMYK) of #bd704c color hex is 0.00, 0.41, 0.60, 0.26. Web safe color of #bd704c is #cc6633. Color #bd704c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01110000 01001100
Octal 275 160 114
Decimal 189 112 76
Hex BD 70 4C

RGB Percentages of Color #bd704c

%50.13
%29.71
%20.16

CMYK Percentages of Color #bd704c

%0
%41
%60
%26

Triadic Colors of #bd704c

#bd704c #4cbd70 #704cbd

Analogous Colors of #bd704c

#bd704c #bda94c #bd4c61

Monochromatic Colors of #bd704c

#bd704c

Complementary Color

#bd704c #4c99bd

#bd704c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd704c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd704c Color CSS Codes

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

#bd704c Text Font Color

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

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


#bd704c Background Color

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

This div background color is #bd704c


#bd704c Border Color

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

This div border color is #bd704c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd704c


Comments

No comments written yet.

Please login to write comment.