Color Hex Logo

#bc666a Color Hex

#BC666A
(188,102,106)
0 Favorites   0 Comments

Color spaces of #bc666a

RGB 188102106
HSL0.990.390.57
HSV357°46°74°
CMYK 0.000.460.44   0.26
XYZ28.091921.234716.2538
Yxy21.23470.42840.3238
Hunter Lab46.081128.174911.3439
CIE-Lab53.205434.757113.2247

#bc666a color RGB value is (188,102,106).

#bc666a hex color red value is 188, green value is 102 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #bc666a hue: 0.99 , saturation: 0.39 and the lightness value of bc666a is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01100110 01101010
Octal 274 146 152
Decimal 188 102 106
Hex BC 66 6A

RGB Percentages of Color #bc666a

%47.47
%25.76
%26.77

CMYK Percentages of Color #bc666a

%0
%46
%44
%26

Triadic Colors of #bc666a

#bc666a #6abc66 #666abc

Analogous Colors of #bc666a

#bc666a #bc8d66 #bc6695

Monochromatic Colors of #bc666a

#bc666a

Complementary Color

#bc666a #66bcb8

#bc666a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc666a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc666a Color CSS Codes

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

#bc666a Text Font Color

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

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


#bc666a Background Color

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

This div background color is #bc666a


#bc666a Border Color

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

This div border color is #bc666a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc666a


Comments

No comments written yet.

Please login to write comment.