Color Hex Logo

#bd4928 Color Hex

#BD4928
(189,73,40)
0 Favorites   0 Comments

Color spaces of #bd4928

RGB 1897340
HSL0.040.650.45
HSV13°79°74°
CMYK 0.000.610.79   0.26
XYZ23.751815.73713.7932
Yxy15.73710.54880.3636
Hunter Lab39.670037.451622.0998
CIE-Lab46.627744.989542.6589

#bd4928 color RGB value is (189,73,40).

#bd4928 hex color red value is 189, green value is 73 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #bd4928 hue: 0.04 , saturation: 0.65 and the lightness value of bd4928 is 0.45.

The process color (four color CMYK) of #bd4928 color hex is 0.00, 0.61, 0.79, 0.26. Web safe color of #bd4928 is #cc3333. Color #bd4928 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01001001 00101000
Octal 275 111 50
Decimal 189 73 40
Hex BD 49 28

RGB Percentages of Color #bd4928

%62.58
%24.17
%13.25

CMYK Percentages of Color #bd4928

%0
%61
%79
%26

Triadic Colors of #bd4928

#bd4928 #28bd49 #4928bd

Analogous Colors of #bd4928

#bd4928 #bd9428 #bd2851

Monochromatic Colors of #bd4928

#bd4928

Complementary Color

#bd4928 #289cbd

#bd4928 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd4928 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd4928 Color CSS Codes

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

#bd4928 Text Font Color

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

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


#bd4928 Background Color

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

This div background color is #bd4928


#bd4928 Border Color

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

This div border color is #bd4928


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd4928


Comments

No comments written yet.

Please login to write comment.