Color Hex Logo

#bd7921 Color Hex

#BD7921
(189,121,33)
0 Favorites   0 Comments

Color spaces of #bd7921

RGB 18912133
HSL0.090.700.44
HSV34°83°74°
CMYK 0.000.360.83   0.26
XYZ28.098224.60344.7068
Yxy24.60340.48940.4286
Hunter Lab49.601814.312729.0951
CIE-Lab56.686919.775455.1307

#bd7921 color RGB value is (189,121,33).

#bd7921 hex color red value is 189, green value is 121 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #bd7921 hue: 0.09 , saturation: 0.70 and the lightness value of bd7921 is 0.44.

The process color (four color CMYK) of #bd7921 color hex is 0.00, 0.36, 0.83, 0.26. Web safe color of #bd7921 is #cc6633. Color #bd7921 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01111001 00100001
Octal 275 171 41
Decimal 189 121 33
Hex BD 79 21

RGB Percentages of Color #bd7921

%55.10
%35.28
%9.62

CMYK Percentages of Color #bd7921

%0
%36
%83
%26

Triadic Colors of #bd7921

#bd7921 #21bd79 #7921bd

Analogous Colors of #bd7921

#bd7921 #b3bd21 #bd2b21

Monochromatic Colors of #bd7921

#bd7921

Complementary Color

#bd7921 #2165bd

#bd7921 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd7921 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd7921 Color CSS Codes

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

#bd7921 Text Font Color

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

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


#bd7921 Background Color

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

This div background color is #bd7921


#bd7921 Border Color

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

This div border color is #bd7921


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd7921


Comments

No comments written yet.

Please login to write comment.