Color Hex Logo

#bd846e Color Hex

#BD846E
(189,132,110)
0 Favorites   0 Comments

Color spaces of #bd846e

RGB 189132110
HSL0.050.370.59
HSV17°42°74°
CMYK 0.000.300.42   0.26
XYZ32.052028.447118.5534
Yxy28.44710.40550.3599
Hunter Lab53.335813.931316.7105
CIE-Lab60.290519.185320.6559

#bd846e color RGB value is (189,132,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10000100 01101110
Octal 275 204 156
Decimal 189 132 110
Hex BD 84 6E

RGB Percentages of Color #bd846e

%43.85
%30.63
%25.52

CMYK Percentages of Color #bd846e

%0
%30
%42
%26

Triadic Colors of #bd846e

#bd846e #6ebd84 #846ebd

Analogous Colors of #bd846e

#bd846e #bdac6e #bd6e80

Monochromatic Colors of #bd846e

#bd846e

Complementary Color

#bd846e #6ea7bd

#bd846e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd846e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd846e Color CSS Codes

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

#bd846e Text Font Color

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

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


#bd846e Background Color

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

This div background color is #bd846e


#bd846e Border Color

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

This div border color is #bd846e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,132,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 #bd846e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd846e


Comments

No comments written yet.

Please login to write comment.