Color Hex Logo

#bd7727 Color Hex

#BD7727
(189,119,39)
0 Favorites   0 Comments

Color spaces of #bd7727

RGB 18911939
HSL0.090.660.45
HSV32°79°74°
CMYK 0.000.370.79   0.26
XYZ27.949324.15905.1095
Yxy24.15900.48850.4222
Hunter Lab49.151815.485228.2429
CIE-Lab56.246621.083852.4243

#bd7727 color RGB value is (189,119,39).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01110111 00100111
Octal 275 167 47
Decimal 189 119 39
Hex BD 77 27

RGB Percentages of Color #bd7727

%54.47
%34.29
%11.24

CMYK Percentages of Color #bd7727

%0
%37
%79
%26

Triadic Colors of #bd7727

#bd7727 #27bd77 #7727bd

Analogous Colors of #bd7727

#bd7727 #b8bd27 #bd2c27

Monochromatic Colors of #bd7727

#bd7727

Complementary Color

#bd7727 #276dbd

#bd7727 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd7727 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd7727 Color CSS Codes

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

#bd7727 Text Font Color

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

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


#bd7727 Background Color

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

This div background color is #bd7727


#bd7727 Border Color

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

This div border color is #bd7727


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,119,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 #bd7727">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd7727


Comments

No comments written yet.

Please login to write comment.