Color Hex Logo

#bd826f Color Hex

#BD826F
(189,130,111)
0 Favorites   0 Comments

Color spaces of #bd826f

RGB 189130111
HSL0.040.370.59
HSV15°41°74°
CMYK 0.000.310.41   0.26
XYZ31.838127.931818.7522
Yxy27.93180.40550.3557
Hunter Lab52.850515.043115.9584
CIE-Lab59.827120.407019.4622

#bd826f color RGB value is (189,130,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10000010 01101111
Octal 275 202 157
Decimal 189 130 111
Hex BD 82 6F

RGB Percentages of Color #bd826f

%43.95
%30.23
%25.81

CMYK Percentages of Color #bd826f

%0
%31
%41
%26

Triadic Colors of #bd826f

#bd826f #6fbd82 #826fbd

Analogous Colors of #bd826f

#bd826f #bda96f #bd6f83

Monochromatic Colors of #bd826f

#bd826f

Complementary Color

#bd826f #6faabd

#bd826f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd826f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd826f Color CSS Codes

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

#bd826f Text Font Color

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

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


#bd826f Background Color

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

This div background color is #bd826f


#bd826f Border Color

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

This div border color is #bd826f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd826f


Comments

No comments written yet.

Please login to write comment.