Color Hex Logo

#bd735a Color Hex

#BD735A
(189,115,90)
0 Favorites   0 Comments

Color spaces of #bd735a

RGB 18911590
HSL0.040.430.55
HSV15°52°74°
CMYK 0.000.390.52   0.26
XYZ28.962523.818512.7438
Yxy23.81850.44200.3635
Hunter Lab48.804220.522218.6811
CIE-Lab55.905626.523926.1442

#bd735a color RGB value is (189,115,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01110011 01011010
Octal 275 163 132
Decimal 189 115 90
Hex BD 73 5A

RGB Percentages of Color #bd735a

%47.97
%29.19
%22.84

CMYK Percentages of Color #bd735a

%0
%39
%52
%26

Triadic Colors of #bd735a

#bd735a #5abd73 #735abd

Analogous Colors of #bd735a

#bd735a #bda55a #bd5a73

Monochromatic Colors of #bd735a

#bd735a

Complementary Color

#bd735a #5aa4bd

#bd735a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd735a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd735a Color CSS Codes

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

#bd735a Text Font Color

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

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


#bd735a Background Color

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

This div background color is #bd735a


#bd735a Border Color

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

This div border color is #bd735a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd735a


Comments

No comments written yet.

Please login to write comment.