Color Hex Logo

#bc7769 Color Hex

#BC7769
(188,119,105)
0 Favorites   0 Comments

Color spaces of #bc7769

RGB 188119105
HSL0.030.380.57
HSV10°44°74°
CMYK 0.000.370.44   0.26
XYZ29.885724.904916.5966
Yxy24.90490.41860.3489
Hunter Lab49.904819.562015.2156
CIE-Lab56.982625.419218.9965

#bc7769 color RGB value is (188,119,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01110111 01101001
Octal 274 167 151
Decimal 188 119 105
Hex BC 77 69

RGB Percentages of Color #bc7769

%45.63
%28.88
%25.49

CMYK Percentages of Color #bc7769

%0
%37
%44
%26

Triadic Colors of #bc7769

#bc7769 #69bc77 #7769bc

Analogous Colors of #bc7769

#bc7769 #bca169 #bc6985

Monochromatic Colors of #bc7769

#bc7769

Complementary Color

#bc7769 #69aebc

#bc7769 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc7769 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc7769 Color CSS Codes

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

#bc7769 Text Font Color

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

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


#bc7769 Background Color

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

This div background color is #bc7769


#bc7769 Border Color

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

This div border color is #bc7769


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc7769


Comments

No comments written yet.

Please login to write comment.