Color Hex Logo

#bd767e Color Hex

#BD767E
(189,118,126)
0 Favorites   0 Comments

Color spaces of #bd767e

RGB 189118126
HSL0.980.350.60
HSV353°38°74°
CMYK 0.000.380.33   0.26
XYZ31.230625.282022.9726
Yxy25.28200.39290.3181
Hunter Lab50.281222.87768.1083
CIE-Lab57.349228.86497.4002

#bd767e color RGB value is (189,118,126).

#bd767e hex color red value is 189, green value is 118 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #bd767e hue: 0.98 , saturation: 0.35 and the lightness value of bd767e is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01110110 01111110
Octal 275 166 176
Decimal 189 118 126
Hex BD 76 7E

RGB Percentages of Color #bd767e

%43.65
%27.25
%29.10

CMYK Percentages of Color #bd767e

%0
%38
%33
%26

Triadic Colors of #bd767e

#bd767e #7ebd76 #767ebd

Analogous Colors of #bd767e

#bd767e #bd9276 #bd76a2

Monochromatic Colors of #bd767e

#bd767e

Complementary Color

#bd767e #76bdb5

#bd767e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd767e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd767e Color CSS Codes

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

#bd767e Text Font Color

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

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


#bd767e Background Color

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

This div background color is #bd767e


#bd767e Border Color

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

This div border color is #bd767e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd767e

#bd767e Color Palettes


Comments

No comments written yet.

Please login to write comment.