Color Hex Logo

#bd883e Color Hex

#BD883E
(189,136,62)
0 Favorites   0 Comments

Color spaces of #bd883e

RGB 18913662
HSL0.100.510.49
HSV35°67°74°
CMYK 0.000.280.67   0.26
XYZ30.659928.77498.4956
Yxy28.77490.45130.4236
Hunter Lab53.64228.150028.1595
CIE-Lab60.582512.813746.5764

#bd883e color RGB value is (189,136,62).

#bd883e hex color red value is 189, green value is 136 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #bd883e hue: 0.10 , saturation: 0.51 and the lightness value of bd883e is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10001000 00111110
Octal 275 210 76
Decimal 189 136 62
Hex BD 88 3E

RGB Percentages of Color #bd883e

%48.84
%35.14
%16.02

CMYK Percentages of Color #bd883e

%0
%28
%67
%26

Triadic Colors of #bd883e

#bd883e #3ebd88 #883ebd

Analogous Colors of #bd883e

#bd883e #b3bd3e #bd493e

Monochromatic Colors of #bd883e

#bd883e

Complementary Color

#bd883e #3e73bd

#bd883e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd883e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd883e Color CSS Codes

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

#bd883e Text Font Color

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

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


#bd883e Background Color

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

This div background color is #bd883e


#bd883e Border Color

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

This div border color is #bd883e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd883e


Comments

No comments written yet.

Please login to write comment.