Color Hex Logo

#bd767a Color Hex

#BD767A
(189,118,122)
0 Favorites   0 Comments

Color spaces of #bd767a

RGB 189118122
HSL0.990.350.60
HSV357°38°74°
CMYK 0.000.380.35   0.26
XYZ30.977625.180821.6400
Yxy25.18080.39820.3237
Hunter Lab50.180522.37659.5579
CIE-Lab57.251228.35319.5795

#bd767a color RGB value is (189,118,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01110110 01111010
Octal 275 166 172
Decimal 189 118 122
Hex BD 76 7A

RGB Percentages of Color #bd767a

%44.06
%27.51
%28.44

CMYK Percentages of Color #bd767a

%0
%38
%35
%26

Triadic Colors of #bd767a

#bd767a #7abd76 #767abd

Analogous Colors of #bd767a

#bd767a #bd9676 #bd769e

Monochromatic Colors of #bd767a

#bd767a

Complementary Color

#bd767a #76bdb9

#bd767a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd767a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd767a Color CSS Codes

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

#bd767a Text Font Color

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

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


#bd767a Background Color

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

This div background color is #bd767a


#bd767a Border Color

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

This div border color is #bd767a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd767a


Comments

No comments written yet.

Please login to write comment.