Color Hex Logo

#bd745d Color Hex

#BD745D
(189,116,93)
0 Favorites   0 Comments

Color spaces of #bd745d

RGB 18911693
HSL0.040.420.55
HSV14°51°74°
CMYK 0.000.390.51   0.26
XYZ29.207424.099913.4683
Yxy24.09990.43740.3609
Hunter Lab49.091620.289418.0979
CIE-Lab56.187726.253824.8107

#bd745d color RGB value is (189,116,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01110100 01011101
Octal 275 164 135
Decimal 189 116 93
Hex BD 74 5D

RGB Percentages of Color #bd745d

%47.49
%29.15
%23.37

CMYK Percentages of Color #bd745d

%0
%39
%51
%26

Triadic Colors of #bd745d

#bd745d #5dbd74 #745dbd

Analogous Colors of #bd745d

#bd745d #bda45d #bd5d76

Monochromatic Colors of #bd745d

#bd745d

Complementary Color

#bd745d #5da6bd

#bd745d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd745d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd745d Color CSS Codes

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

#bd745d Text Font Color

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

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


#bd745d Background Color

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

This div background color is #bd745d


#bd745d Border Color

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

This div border color is #bd745d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd745d


Comments

No comments written yet.

Please login to write comment.