Color Hex Logo

#bd7840 Color Hex

#BD7840
(189,120,64)
0 Favorites   0 Comments

Color spaces of #bd7840

RGB 18912064
HSL0.070.490.50
HSV27°66°74°
CMYK 0.000.370.66   0.26
XYZ28.628224.62198.0941
Yxy24.62190.46670.4014
Hunter Lab49.620516.148625.0629
CIE-Lab56.705221.778141.2595

#bd7840 color RGB value is (189,120,64).

#bd7840 hex color red value is 189, green value is 120 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #bd7840 hue: 0.07 , saturation: 0.49 and the lightness value of bd7840 is 0.50.

The process color (four color CMYK) of #bd7840 color hex is 0.00, 0.37, 0.66, 0.26. Web safe color of #bd7840 is #cc6633. Color #bd7840 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01111000 01000000
Octal 275 170 100
Decimal 189 120 64
Hex BD 78 40

RGB Percentages of Color #bd7840

%50.67
%32.17
%17.16

CMYK Percentages of Color #bd7840

%0
%37
%66
%26

Triadic Colors of #bd7840

#bd7840 #40bd78 #7840bd

Analogous Colors of #bd7840

#bd7840 #bdb740 #bd4047

Monochromatic Colors of #bd7840

#bd7840

Complementary Color

#bd7840 #4085bd

#bd7840 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd7840 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd7840 Color CSS Codes

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

#bd7840 Text Font Color

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

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


#bd7840 Background Color

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

This div background color is #bd7840


#bd7840 Border Color

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

This div border color is #bd7840


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd7840


Comments

No comments written yet.

Please login to write comment.