Color Hex Logo

#bd6947 Color Hex

#BD6947
(189,105,71)
0 Favorites   0 Comments

Color spaces of #bd6947

RGB 18910571
HSL0.050.470.51
HSV17°62°74°
CMYK 0.000.440.62   0.26
XYZ27.175221.37698.6551
Yxy21.37690.47500.3737
Hunter Lab46.235224.003721.2657
CIE-Lab53.359530.429833.5916

#bd6947 color RGB value is (189,105,71).

#bd6947 hex color red value is 189, green value is 105 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #bd6947 hue: 0.05 , saturation: 0.47 and the lightness value of bd6947 is 0.51.

The process color (four color CMYK) of #bd6947 color hex is 0.00, 0.44, 0.62, 0.26. Web safe color of #bd6947 is #cc6633. Color #bd6947 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01101001 01000111
Octal 275 151 107
Decimal 189 105 71
Hex BD 69 47

RGB Percentages of Color #bd6947

%51.78
%28.77
%19.45

CMYK Percentages of Color #bd6947

%0
%44
%62
%26

Triadic Colors of #bd6947

#bd6947 #47bd69 #6947bd

Analogous Colors of #bd6947

#bd6947 #bda447 #bd4760

Monochromatic Colors of #bd6947

#bd6947

Complementary Color

#bd6947 #479bbd

#bd6947 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd6947 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd6947 Color CSS Codes

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

#bd6947 Text Font Color

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

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


#bd6947 Background Color

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

This div background color is #bd6947


#bd6947 Border Color

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

This div border color is #bd6947


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd6947


Comments

No comments written yet.

Please login to write comment.