Color Hex Logo

#bd8929 Color Hex

#BD8929
(189,137,41)
0 Favorites   0 Comments

Color spaces of #bd8929

RGB 18913741
HSL0.110.640.45
HSV39°78°74°
CMYK 0.000.280.78   0.26
XYZ30.332228.87026.0717
Yxy28.87020.46470.4423
Hunter Lab53.73106.737530.9118
CIE-Lab60.666911.223655.7749

#bd8929 color RGB value is (189,137,41).

#bd8929 hex color red value is 189, green value is 137 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #bd8929 hue: 0.11 , saturation: 0.64 and the lightness value of bd8929 is 0.45.

The process color (four color CMYK) of #bd8929 color hex is 0.00, 0.28, 0.78, 0.26. Web safe color of #bd8929 is #cc9933. Color #bd8929 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10001001 00101001
Octal 275 211 51
Decimal 189 137 41
Hex BD 89 29

RGB Percentages of Color #bd8929

%51.50
%37.33
%11.17

CMYK Percentages of Color #bd8929

%0
%28
%78
%26

Triadic Colors of #bd8929

#bd8929 #29bd89 #8929bd

Analogous Colors of #bd8929

#bd8929 #a7bd29 #bd3f29

Monochromatic Colors of #bd8929

#bd8929

Complementary Color

#bd8929 #295dbd

#bd8929 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd8929 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd8929 Color CSS Codes

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

#bd8929 Text Font Color

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

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


#bd8929 Background Color

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

This div background color is #bd8929


#bd8929 Border Color

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

This div border color is #bd8929


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd8929


Comments

No comments written yet.

Please login to write comment.