Color Hex Logo

#bd826e Color Hex

#BD826E
(189,130,110)
0 Favorites   0 Comments

Color spaces of #bd826e

RGB 189130110
HSL0.040.370.59
HSV15°42°74°
CMYK 0.000.310.42   0.26
XYZ31.783427.909918.4638
Yxy27.90990.40670.3571
Hunter Lab52.829814.936716.2593
CIE-Lab59.807320.293520.0015

#bd826e color RGB value is (189,130,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10000010 01101110
Octal 275 202 156
Decimal 189 130 110
Hex BD 82 6E

RGB Percentages of Color #bd826e

%44.06
%30.30
%25.64

CMYK Percentages of Color #bd826e

%0
%31
%42
%26

Triadic Colors of #bd826e

#bd826e #6ebd82 #826ebd

Analogous Colors of #bd826e

#bd826e #bdaa6e #bd6e82

Monochromatic Colors of #bd826e

#bd826e

Complementary Color

#bd826e #6ea9bd

#bd826e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd826e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd826e Color CSS Codes

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

#bd826e Text Font Color

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

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


#bd826e Background Color

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

This div background color is #bd826e


#bd826e Border Color

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

This div border color is #bd826e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd826e


Comments

No comments written yet.

Please login to write comment.