Color Hex Logo

#bc664e Color Hex

#BC664E
(188,102,78)
0 Favorites   0 Comments

Color spaces of #bc664e

RGB 18810278
HSL0.040.450.52
HSV13°59°74°
CMYK 0.000.460.59   0.26
XYZ26.865620.74429.7958
Yxy20.74420.46800.3614
Hunter Lab45.545825.584719.1302
CIE-Lab52.668432.153228.7769

#bc664e color RGB value is (188,102,78).

#bc664e hex color red value is 188, green value is 102 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #bc664e hue: 0.04 , saturation: 0.45 and the lightness value of bc664e is 0.52.

The process color (four color CMYK) of #bc664e color hex is 0.00, 0.46, 0.59, 0.26. Web safe color of #bc664e is #cc6666. Color #bc664e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01100110 01001110
Octal 274 146 116
Decimal 188 102 78
Hex BC 66 4E

RGB Percentages of Color #bc664e

%51.09
%27.72
%21.20

CMYK Percentages of Color #bc664e

%0
%46
%59
%26

Triadic Colors of #bc664e

#bc664e #4ebc66 #664ebc

Analogous Colors of #bc664e

#bc664e #bc9d4e #bc4e6d

Monochromatic Colors of #bc664e

#bc664e

Complementary Color

#bc664e #4ea4bc

#bc664e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc664e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc664e Color CSS Codes

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

#bc664e Text Font Color

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

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


#bc664e Background Color

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

This div background color is #bc664e


#bc664e Border Color

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

This div border color is #bc664e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc664e


Comments

No comments written yet.

Please login to write comment.