Color Hex Logo

#bd7344 Color Hex

#BD7344
(189,115,68)
0 Favorites   0 Comments

Color spaces of #bd7344

RGB 18911568
HSL0.060.480.50
HSV23°64°74°
CMYK 0.000.390.64   0.26
XYZ28.160423.49768.5201
Yxy23.49760.46800.3905
Hunter Lab48.474318.866723.5109
CIE-Lab55.581224.786937.8715

#bd7344 color RGB value is (189,115,68).

#bd7344 hex color red value is 189, green value is 115 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #bd7344 hue: 0.06 , saturation: 0.48 and the lightness value of bd7344 is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01110011 01000100
Octal 275 163 104
Decimal 189 115 68
Hex BD 73 44

RGB Percentages of Color #bd7344

%50.81
%30.91
%18.28

CMYK Percentages of Color #bd7344

%0
%39
%64
%26

Triadic Colors of #bd7344

#bd7344 #44bd73 #7344bd

Analogous Colors of #bd7344

#bd7344 #bdb044 #bd4451

Monochromatic Colors of #bd7344

#bd7344

Complementary Color

#bd7344 #448ebd

#bd7344 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd7344 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd7344 Color CSS Codes

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

#bd7344 Text Font Color

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

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


#bd7344 Background Color

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

This div background color is #bd7344


#bd7344 Border Color

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

This div border color is #bd7344


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd7344


Comments

No comments written yet.

Please login to write comment.