Color Hex Logo

#bd7769 Color Hex

#BD7769
(189,119,105)
0 Favorites   0 Comments

Color spaces of #bd7769

RGB 189119105
HSL0.030.390.58
HSV10°44°74°
CMYK 0.000.370.44   0.26
XYZ30.132925.032416.6082
Yxy25.03240.41980.3488
Hunter Lab50.032419.948115.3414
CIE-Lab57.107025.818119.1859

#bd7769 color RGB value is (189,119,105).

#bd7769 hex color red value is 189, green value is 119 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #bd7769 hue: 0.03 , saturation: 0.39 and the lightness value of bd7769 is 0.58.

The process color (four color CMYK) of #bd7769 color hex is 0.00, 0.37, 0.44, 0.26. Web safe color of #bd7769 is #cc6666. Color #bd7769 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01110111 01101001
Octal 275 167 151
Decimal 189 119 105
Hex BD 77 69

RGB Percentages of Color #bd7769

%45.76
%28.81
%25.42

CMYK Percentages of Color #bd7769

%0
%37
%44
%26

Triadic Colors of #bd7769

#bd7769 #69bd77 #7769bd

Analogous Colors of #bd7769

#bd7769 #bda169 #bd6985

Monochromatic Colors of #bd7769

#bd7769

Complementary Color

#bd7769 #69afbd

#bd7769 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd7769 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd7769 Color CSS Codes

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

#bd7769 Text Font Color

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

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


#bd7769 Background Color

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

This div background color is #bd7769


#bd7769 Border Color

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

This div border color is #bd7769


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd7769


Comments

No comments written yet.

Please login to write comment.