Color Hex Logo

#bd721f Color Hex

#BD721F
(189,114,31)
0 Favorites   0 Comments

Color spaces of #bd721f

RGB 18911431
HSL0.090.720.43
HSV32°84°74°
CMYK 0.000.400.84   0.26
XYZ27.250922.95244.2903
Yxy22.95240.50010.4212
Hunter Lab47.908717.692328.2265
CIE-Lab55.023323.564154.3970

#bd721f color RGB value is (189,114,31).

#bd721f hex color red value is 189, green value is 114 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #bd721f hue: 0.09 , saturation: 0.72 and the lightness value of bd721f is 0.43.

The process color (four color CMYK) of #bd721f color hex is 0.00, 0.40, 0.84, 0.26. Web safe color of #bd721f is #cc6633. Color #bd721f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01110010 00011111
Octal 275 162 37
Decimal 189 114 31
Hex BD 72 1F

RGB Percentages of Color #bd721f

%56.59
%34.13
%9.28

CMYK Percentages of Color #bd721f

%0
%40
%84
%26

Triadic Colors of #bd721f

#bd721f #1fbd72 #721fbd

Analogous Colors of #bd721f

#bd721f #b9bd1f #bd231f

Monochromatic Colors of #bd721f

#bd721f

Complementary Color

#bd721f #1f6abd

#bd721f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd721f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd721f Color CSS Codes

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

#bd721f Text Font Color

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

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


#bd721f Background Color

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

This div background color is #bd721f


#bd721f Border Color

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

This div border color is #bd721f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd721f


Comments

No comments written yet.

Please login to write comment.