Color Hex Logo

#bd8138 Color Hex

#BD8138
(189,129,56)
0 Favorites   0 Comments

Color spaces of #bd8138

RGB 18912956
HSL0.090.540.48
HSV33°70°74°
CMYK 0.000.320.70   0.26
XYZ29.550326.80497.3578
Yxy26.80490.46380.4207
Hunter Lab51.773411.277427.8154
CIE-Lab58.793316.337947.4912

#bd8138 color RGB value is (189,129,56).

#bd8138 hex color red value is 189, green value is 129 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #bd8138 hue: 0.09 , saturation: 0.54 and the lightness value of bd8138 is 0.48.

The process color (four color CMYK) of #bd8138 color hex is 0.00, 0.32, 0.70, 0.26. Web safe color of #bd8138 is #cc9933. Color #bd8138 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10000001 00111000
Octal 275 201 70
Decimal 189 129 56
Hex BD 81 38

RGB Percentages of Color #bd8138

%50.53
%34.49
%14.97

CMYK Percentages of Color #bd8138

%0
%32
%70
%26

Triadic Colors of #bd8138

#bd8138 #38bd81 #8138bd

Analogous Colors of #bd8138

#bd8138 #b7bd38 #bd3f38

Monochromatic Colors of #bd8138

#bd8138

Complementary Color

#bd8138 #3874bd

#bd8138 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd8138 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd8138 Color CSS Codes

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

#bd8138 Text Font Color

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

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


#bd8138 Background Color

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

This div background color is #bd8138


#bd8138 Border Color

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

This div border color is #bd8138


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd8138


Comments

No comments written yet.

Please login to write comment.