Color Hex Logo

#bd734d Color Hex

#BD734D
(189,115,77)
0 Favorites   0 Comments

Color spaces of #bd734d

RGB 18911577
HSL0.060.460.52
HSV20°59°74°
CMYK 0.000.390.59   0.26
XYZ28.456623.616110.0797
Yxy23.61610.45790.3800
Hunter Lab48.596419.480621.7197
CIE-Lab55.701425.433833.1486

#bd734d color RGB value is (189,115,77).

#bd734d hex color red value is 189, green value is 115 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #bd734d hue: 0.06 , saturation: 0.46 and the lightness value of bd734d is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01110011 01001101
Octal 275 163 115
Decimal 189 115 77
Hex BD 73 4D

RGB Percentages of Color #bd734d

%49.61
%30.18
%20.21

CMYK Percentages of Color #bd734d

%0
%39
%59
%26

Triadic Colors of #bd734d

#bd734d #4dbd73 #734dbd

Analogous Colors of #bd734d

#bd734d #bdab4d #bd4d5f

Monochromatic Colors of #bd734d

#bd734d

Complementary Color

#bd734d #4d97bd

#bd734d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd734d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd734d Color CSS Codes

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

#bd734d Text Font Color

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

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


#bd734d Background Color

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

This div background color is #bd734d


#bd734d Border Color

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

This div border color is #bd734d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd734d


Comments

No comments written yet.

Please login to write comment.