Color Hex Logo

#bc978f Color Hex

#BC978F
(188,151,143)
0 Favorites   0 Comments

Color spaces of #bc978f

RGB 188151143
HSL0.030.250.65
HSV11°24°74°
CMYK 0.000.200.24   0.26
XYZ36.763634.807830.7675
Yxy34.80780.35920.3401
Hunter Lab58.99817.982210.3790
CIE-Lab65.598812.58469.4451

#bc978f color RGB value is (188,151,143).

#bc978f hex color red value is 188, green value is 151 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #bc978f hue: 0.03 , saturation: 0.25 and the lightness value of bc978f is 0.65.

The process color (four color CMYK) of #bc978f color hex is 0.00, 0.20, 0.24, 0.26. Web safe color of #bc978f is #cc9999. Color #bc978f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10010111 10001111
Octal 274 227 217
Decimal 188 151 143
Hex BC 97 8F

RGB Percentages of Color #bc978f

%39.00
%31.33
%29.67

CMYK Percentages of Color #bc978f

%0
%20
%24
%26

Triadic Colors of #bc978f

#bc978f #8fbc97 #978fbc

Analogous Colors of #bc978f

#bc978f #bcae8f #bc8f9e

Monochromatic Colors of #bc978f

#bc978f

Complementary Color

#bc978f #8fb4bc

#bc978f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc978f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc978f Color CSS Codes

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

#bc978f Text Font Color

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

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


#bc978f Background Color

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

This div background color is #bc978f


#bc978f Border Color

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

This div border color is #bc978f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc978f


Comments

No comments written yet.

Please login to write comment.