Color Hex Logo

#bd846d Color Hex

#BD846D
(189,132,109)
0 Favorites   0 Comments

Color spaces of #bd846d

RGB 189132109
HSL0.050.380.58
HSV17°42°74°
CMYK 0.000.300.42   0.26
XYZ31.997828.425518.2682
Yxy28.42550.40660.3612
Hunter Lab53.315613.826117.0056
CIE-Lab60.271219.072221.1937

#bd846d color RGB value is (189,132,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10000100 01101101
Octal 275 204 155
Decimal 189 132 109
Hex BD 84 6D

RGB Percentages of Color #bd846d

%43.95
%30.70
%25.35

CMYK Percentages of Color #bd846d

%0
%30
%42
%26

Triadic Colors of #bd846d

#bd846d #6dbd84 #846dbd

Analogous Colors of #bd846d

#bd846d #bdac6d #bd6d7e

Monochromatic Colors of #bd846d

#bd846d

Complementary Color

#bd846d #6da6bd

#bd846d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd846d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd846d Color CSS Codes

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

#bd846d Text Font Color

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

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


#bd846d Background Color

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

This div background color is #bd846d


#bd846d Border Color

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

This div border color is #bd846d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd846d


Comments

No comments written yet.

Please login to write comment.