Color Hex Logo

#bd665a Color Hex

#BD665A
(189,102,90)
0 Favorites   0 Comments

Color spaces of #bd665a

RGB 18910290
HSL0.020.430.55
HSV52°74°
CMYK 0.000.460.52   0.26
XYZ27.583121.059712.2840
Yxy21.05970.45270.3457
Hunter Lab45.890826.980016.2529
CIE-Lab53.014833.555722.3511

#bd665a color RGB value is (189,102,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01100110 01011010
Octal 275 146 132
Decimal 189 102 90
Hex BD 66 5A

RGB Percentages of Color #bd665a

%49.61
%26.77
%23.62

CMYK Percentages of Color #bd665a

%0
%46
%52
%26

Triadic Colors of #bd665a

#bd665a #5abd66 #665abd

Analogous Colors of #bd665a

#bd665a #bd985a #bd5a80

Monochromatic Colors of #bd665a

#bd665a

Complementary Color

#bd665a #5ab1bd

#bd665a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd665a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd665a Color CSS Codes

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

#bd665a Text Font Color

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

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


#bd665a Background Color

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

This div background color is #bd665a


#bd665a Border Color

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

This div border color is #bd665a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd665a


Comments

No comments written yet.

Please login to write comment.