Color Hex Logo

#bc6972 Color Hex

#BC6972
(188,105,114)
0 Favorites   0 Comments

Color spaces of #bc6972

RGB 188105114
HSL0.980.380.57
HSV353°44°74°
CMYK 0.000.440.39   0.26
XYZ28.827922.009418.6484
Yxy22.00940.41490.3167
Hunter Lab46.914227.58529.2721
CIE-Lab54.037034.05639.6850

#bc6972 color RGB value is (188,105,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01101001 01110010
Octal 274 151 162
Decimal 188 105 114
Hex BC 69 72

RGB Percentages of Color #bc6972

%46.19
%25.80
%28.01

CMYK Percentages of Color #bc6972

%0
%44
%39
%26

Triadic Colors of #bc6972

#bc6972 #72bc69 #6972bc

Analogous Colors of #bc6972

#bc6972 #bc8a69 #bc699c

Monochromatic Colors of #bc6972

#bc6972

Complementary Color

#bc6972 #69bcb3

#bc6972 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc6972 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc6972 Color CSS Codes

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

#bc6972 Text Font Color

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

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


#bc6972 Background Color

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

This div background color is #bc6972


#bc6972 Border Color

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

This div border color is #bc6972


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc6972

#bc6972 Color Palettes


Comments

No comments written yet.

Please login to write comment.