Color Hex Logo

#bd731c Color Hex

#BD731C
(189,115,28)
0 Favorites   0 Comments

Color spaces of #bd731c

RGB 18911528
HSL0.090.740.43
HSV32°85°74°
CMYK 0.000.390.85   0.26
XYZ27.326623.16414.1295
Yxy23.16410.50030.4241
Hunter Lab48.129117.122328.6033
CIE-Lab55.241022.930855.6334

#bd731c color RGB value is (189,115,28).

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

The process color (four color CMYK) of #bd731c color hex is 0.00, 0.39, 0.85, 0.26. Web safe color of #bd731c is #cc6633. Color #bd731c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01110011 00011100
Octal 275 163 34
Decimal 189 115 28
Hex BD 73 1C

RGB Percentages of Color #bd731c

%56.93
%34.64
%8.43

CMYK Percentages of Color #bd731c

%0
%39
%85
%26

Triadic Colors of #bd731c

#bd731c #1cbd73 #731cbd

Analogous Colors of #bd731c

#bd731c #b7bd1c #bd231c

Monochromatic Colors of #bd731c

#bd731c

Complementary Color

#bd731c #1c66bd

#bd731c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd731c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd731c Color CSS Codes

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

#bd731c Text Font Color

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

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


#bd731c Background Color

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

This div background color is #bd731c


#bd731c Border Color

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

This div border color is #bd731c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd731c


Comments

No comments written yet.

Please login to write comment.