Color Hex Logo

#bd9724 Color Hex

#BD9724
(189,151,36)
0 Favorites   0 Comments

Color spaces of #bd9724

RGB 18915136
HSL0.130.680.44
HSV45°81°74°
CMYK 0.000.200.81   0.26
XYZ32.371333.07946.3479
Yxy33.07940.45090.4607
Hunter Lab57.5147-0.184633.7164
CIE-Lab64.22513.377660.7684

#bd9724 color RGB value is (189,151,36).

#bd9724 hex color red value is 189, green value is 151 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #bd9724 hue: 0.13 , saturation: 0.68 and the lightness value of bd9724 is 0.44.

The process color (four color CMYK) of #bd9724 color hex is 0.00, 0.20, 0.81, 0.26. Web safe color of #bd9724 is #cc9933. Color #bd9724 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10010111 00100100
Octal 275 227 44
Decimal 189 151 36
Hex BD 97 24

RGB Percentages of Color #bd9724

%50.27
%40.16
%9.57

CMYK Percentages of Color #bd9724

%0
%20
%81
%26

Triadic Colors of #bd9724

#bd9724 #24bd97 #9724bd

Analogous Colors of #bd9724

#bd9724 #97bd24 #bd4b24

Monochromatic Colors of #bd9724

#bd9724

Complementary Color

#bd9724 #244abd

#bd9724 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd9724 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd9724 Color CSS Codes

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

#bd9724 Text Font Color

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

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


#bd9724 Background Color

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

This div background color is #bd9724


#bd9724 Border Color

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

This div border color is #bd9724


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd9724


Comments

No comments written yet.

Please login to write comment.