Color Hex Logo

#bd826d Color Hex

#BD826D
(189,130,109)
0 Favorites   0 Comments

Color spaces of #bd826d

RGB 189130109
HSL0.040.380.58
HSV16°42°74°
CMYK 0.000.310.42   0.26
XYZ31.729227.888218.1786
Yxy27.88820.40790.3585
Hunter Lab52.809314.831216.5570
CIE-Lab59.787620.180820.5405

#bd826d color RGB value is (189,130,109).

#bd826d hex color red value is 189, green value is 130 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #bd826d hue: 0.04 , saturation: 0.38 and the lightness value of bd826d is 0.58.

The process color (four color CMYK) of #bd826d color hex is 0.00, 0.31, 0.42, 0.26. Web safe color of #bd826d is #cc9966. Color #bd826d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10000010 01101101
Octal 275 202 155
Decimal 189 130 109
Hex BD 82 6D

RGB Percentages of Color #bd826d

%44.16
%30.37
%25.47

CMYK Percentages of Color #bd826d

%0
%31
%42
%26

Triadic Colors of #bd826d

#bd826d #6dbd82 #826dbd

Analogous Colors of #bd826d

#bd826d #bdaa6d #bd6d80

Monochromatic Colors of #bd826d

#bd826d

Complementary Color

#bd826d #6da8bd

#bd826d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd826d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd826d Color CSS Codes

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

#bd826d Text Font Color

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

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


#bd826d Background Color

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

This div background color is #bd826d


#bd826d Border Color

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

This div border color is #bd826d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd826d


Comments

No comments written yet.

Please login to write comment.