Color Hex Logo

#bd735e Color Hex

#BD735E
(189,115,94)
0 Favorites   0 Comments

Color spaces of #bd735e

RGB 18911594
HSL0.040.420.55
HSV13°50°74°
CMYK 0.000.390.50   0.26
XYZ29.137423.888413.6649
Yxy23.88840.43690.3582
Hunter Lab48.875820.880617.6365
CIE-Lab55.975926.896923.9630

#bd735e color RGB value is (189,115,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01110011 01011110
Octal 275 163 136
Decimal 189 115 94
Hex BD 73 5E

RGB Percentages of Color #bd735e

%47.49
%28.89
%23.62

CMYK Percentages of Color #bd735e

%0
%39
%50
%26

Triadic Colors of #bd735e

#bd735e #5ebd73 #735ebd

Analogous Colors of #bd735e

#bd735e #bda35e #bd5e79

Monochromatic Colors of #bd735e

#bd735e

Complementary Color

#bd735e #5ea8bd

#bd735e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd735e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd735e Color CSS Codes

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

#bd735e Text Font Color

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

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


#bd735e Background Color

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

This div background color is #bd735e


#bd735e Border Color

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

This div border color is #bd735e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,115,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 #bd735e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd735e


Comments

No comments written yet.

Please login to write comment.