Color Hex Logo

#bd665e Color Hex

#BD665E
(189,102,94)
0 Favorites   0 Comments

Color spaces of #bd665e

RGB 18910294
HSL0.010.420.55
HSV50°74°
CMYK 0.000.460.50   0.26
XYZ27.758021.129713.2051
Yxy21.12970.44700.3403
Hunter Lab45.967127.348015.1445
CIE-Lab53.091233.924720.1253

#bd665e color RGB value is (189,102,94).

#bd665e hex color red value is 189, green value is 102 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #bd665e hue: 0.01 , saturation: 0.42 and the lightness value of bd665e is 0.55.

The process color (four color CMYK) of #bd665e color hex is 0.00, 0.46, 0.50, 0.26. Web safe color of #bd665e is #cc6666. Color #bd665e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01100110 01011110
Octal 275 146 136
Decimal 189 102 94
Hex BD 66 5E

RGB Percentages of Color #bd665e

%49.09
%26.49
%24.42

CMYK Percentages of Color #bd665e

%0
%46
%50
%26

Triadic Colors of #bd665e

#bd665e #5ebd66 #665ebd

Analogous Colors of #bd665e

#bd665e #bd965e #bd5e86

Monochromatic Colors of #bd665e

#bd665e

Complementary Color

#bd665e #5eb5bd

#bd665e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd665e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd665e Color CSS Codes

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

#bd665e Text Font Color

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

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


#bd665e Background Color

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

This div background color is #bd665e


#bd665e Border Color

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

This div border color is #bd665e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd665e


Comments

No comments written yet.

Please login to write comment.