Color Hex Logo

#bd736e Color Hex

#BD736E
(189,115,110)
0 Favorites   0 Comments

Color spaces of #bd736e

RGB 189115110
HSL0.010.370.59
HSV42°74°
CMYK 0.000.390.42   0.26
XYZ29.931524.206117.8465
Yxy24.20610.41580.3363
Hunter Lab49.199722.494112.9332
CIE-Lab56.293628.563015.1911

#bd736e color RGB value is (189,115,110).

#bd736e hex color red value is 189, green value is 115 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #bd736e hue: 0.01 , saturation: 0.37 and the lightness value of bd736e is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01110011 01101110
Octal 275 163 156
Decimal 189 115 110
Hex BD 73 6E

RGB Percentages of Color #bd736e

%45.65
%27.78
%26.57

CMYK Percentages of Color #bd736e

%0
%39
%42
%26

Triadic Colors of #bd736e

#bd736e #6ebd73 #736ebd

Analogous Colors of #bd736e

#bd736e #bd9b6e #bd6e91

Monochromatic Colors of #bd736e

#bd736e

Complementary Color

#bd736e #6eb8bd

#bd736e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd736e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd736e Color CSS Codes

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

#bd736e Text Font Color

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

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


#bd736e Background Color

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

This div background color is #bd736e


#bd736e Border Color

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

This div border color is #bd736e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd736e


Comments

No comments written yet.

Please login to write comment.