Color Hex Logo

#bd765d Color Hex

#BD765D
(189,118,93)
0 Favorites   0 Comments

Color spaces of #bd765d

RGB 18911893
HSL0.040.420.55
HSV16°51°74°
CMYK 0.000.380.51   0.26
XYZ29.440524.566013.5460
Yxy24.56600.43580.3637
Hunter Lab49.564119.289818.4908
CIE-Lab56.650125.155925.4167

#bd765d color RGB value is (189,118,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01110110 01011101
Octal 275 166 135
Decimal 189 118 93
Hex BD 76 5D

RGB Percentages of Color #bd765d

%47.25
%29.50
%23.25

CMYK Percentages of Color #bd765d

%0
%38
%51
%26

Triadic Colors of #bd765d

#bd765d #5dbd76 #765dbd

Analogous Colors of #bd765d

#bd765d #bda65d #bd5d74

Monochromatic Colors of #bd765d

#bd765d

Complementary Color

#bd765d #5da4bd

#bd765d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd765d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd765d Color CSS Codes

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

#bd765d Text Font Color

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

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


#bd765d Background Color

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

This div background color is #bd765d


#bd765d Border Color

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

This div border color is #bd765d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd765d


Comments

No comments written yet.

Please login to write comment.