Color Hex Logo

#bd756d Color Hex

#BD756D
(189,117,109)
0 Favorites   0 Comments

Color spaces of #bd756d

RGB 189117109
HSL0.020.380.58
HSV42°74°
CMYK 0.000.380.42   0.26
XYZ30.107924.645517.6382
Yxy24.64550.41590.3404
Hunter Lab49.644221.378113.6857
CIE-Lab56.728427.355716.3683

#bd756d color RGB value is (189,117,109).

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

The process color (four color CMYK) of #bd756d color hex is 0.00, 0.38, 0.42, 0.26. Web safe color of #bd756d is #cc6666. Color #bd756d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01110101 01101101
Octal 275 165 155
Decimal 189 117 109
Hex BD 75 6D

RGB Percentages of Color #bd756d

%45.54
%28.19
%26.27

CMYK Percentages of Color #bd756d

%0
%38
%42
%26

Triadic Colors of #bd756d

#bd756d #6dbd75 #756dbd

Analogous Colors of #bd756d

#bd756d #bd9d6d #bd6d8d

Monochromatic Colors of #bd756d

#bd756d

Complementary Color

#bd756d #6db5bd

#bd756d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd756d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd756d Color CSS Codes

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

#bd756d Text Font Color

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

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


#bd756d Background Color

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

This div background color is #bd756d


#bd756d Border Color

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

This div border color is #bd756d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd756d


Comments

No comments written yet.

Please login to write comment.