Color Hex Logo

#bd7827 Color Hex

#BD7827
(189,120,39)
0 Favorites   0 Comments

Color spaces of #bd7827

RGB 18912039
HSL0.090.660.45
HSV32°79°74°
CMYK 0.000.370.79   0.26
XYZ28.068924.39825.1494
Yxy24.39820.48720.4235
Hunter Lab49.394514.993828.3952
CIE-Lab56.484320.533052.6467

#bd7827 color RGB value is (189,120,39).

#bd7827 hex color red value is 189, green value is 120 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #bd7827 hue: 0.09 , saturation: 0.66 and the lightness value of bd7827 is 0.45.

The process color (four color CMYK) of #bd7827 color hex is 0.00, 0.37, 0.79, 0.26. Web safe color of #bd7827 is #cc6633. Color #bd7827 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01111000 00100111
Octal 275 170 47
Decimal 189 120 39
Hex BD 78 27

RGB Percentages of Color #bd7827

%54.31
%34.48
%11.21

CMYK Percentages of Color #bd7827

%0
%37
%79
%26

Triadic Colors of #bd7827

#bd7827 #27bd78 #7827bd

Analogous Colors of #bd7827

#bd7827 #b7bd27 #bd2d27

Monochromatic Colors of #bd7827

#bd7827

Complementary Color

#bd7827 #276cbd

#bd7827 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd7827 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd7827 Color CSS Codes

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

#bd7827 Text Font Color

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

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


#bd7827 Background Color

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

This div background color is #bd7827


#bd7827 Border Color

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

This div border color is #bd7827


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd7827


Comments

No comments written yet.

Please login to write comment.