Color Hex Logo

#bd882d Color Hex

#BD882D
(189,136,45)
0 Favorites   0 Comments

Color spaces of #bd882d

RGB 18913645
HSL0.110.620.46
HSV38°76°74°
CMYK 0.000.280.76   0.26
XYZ30.264128.61666.4111
Yxy28.61660.46350.4383
Hunter Lab53.49457.369730.3405
CIE-Lab60.441811.938253.9887

#bd882d color RGB value is (189,136,45).

#bd882d hex color red value is 189, green value is 136 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #bd882d hue: 0.11 , saturation: 0.62 and the lightness value of bd882d is 0.46.

The process color (four color CMYK) of #bd882d color hex is 0.00, 0.28, 0.76, 0.26. Web safe color of #bd882d is #cc9933. Color #bd882d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10001000 00101101
Octal 275 210 55
Decimal 189 136 45
Hex BD 88 2D

RGB Percentages of Color #bd882d

%51.08
%36.76
%12.16

CMYK Percentages of Color #bd882d

%0
%28
%76
%26

Triadic Colors of #bd882d

#bd882d #2dbd88 #882dbd

Analogous Colors of #bd882d

#bd882d #aabd2d #bd402d

Monochromatic Colors of #bd882d

#bd882d

Complementary Color

#bd882d #2d62bd

#bd882d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd882d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd882d Color CSS Codes

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

#bd882d Text Font Color

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

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


#bd882d Background Color

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

This div background color is #bd882d


#bd882d Border Color

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

This div border color is #bd882d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd882d


Comments

No comments written yet.

Please login to write comment.