Color Hex Logo

#bc766e Color Hex

#BC766E
(188,118,110)
0 Favorites   0 Comments

Color spaces of #bc766e

RGB 188118110
HSL0.020.370.58
HSV41°74°
CMYK 0.000.370.41   0.26
XYZ30.031924.774017.9509
Yxy24.77400.41280.3405
Hunter Lab49.773520.598213.4584
CIE-Lab56.854626.524815.9453

#bc766e color RGB value is (188,118,110).

#bc766e hex color red value is 188, green value is 118 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #bc766e hue: 0.02 , saturation: 0.37 and the lightness value of bc766e is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01110110 01101110
Octal 274 166 156
Decimal 188 118 110
Hex BC 76 6E

RGB Percentages of Color #bc766e

%45.19
%28.37
%26.44

CMYK Percentages of Color #bc766e

%0
%37
%41
%26

Triadic Colors of #bc766e

#bc766e #6ebc76 #766ebc

Analogous Colors of #bc766e

#bc766e #bc9d6e #bc6e8d

Monochromatic Colors of #bc766e

#bc766e

Complementary Color

#bc766e #6eb4bc

#bc766e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc766e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc766e Color CSS Codes

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

#bc766e Text Font Color

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

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


#bc766e Background Color

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

This div background color is #bc766e


#bc766e Border Color

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

This div border color is #bc766e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,118,110, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc766e


Comments

No comments written yet.

Please login to write comment.