Color Hex Logo

#bc978d Color Hex

#BC978D
(188,151,141)
0 Favorites   0 Comments

Color spaces of #bc978d

RGB 188151141
HSL0.040.260.65
HSV13°25°74°
CMYK 0.000.200.25   0.26
XYZ36.613434.747729.9765
Yxy34.74770.36130.3429
Hunter Lab58.94727.712711.1122
CIE-Lab65.551812.290410.4986

#bc978d color RGB value is (188,151,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10010111 10001101
Octal 274 227 215
Decimal 188 151 141
Hex BC 97 8D

RGB Percentages of Color #bc978d

%39.17
%31.46
%29.38

CMYK Percentages of Color #bc978d

%0
%20
%25
%26

Triadic Colors of #bc978d

#bc978d #8dbc97 #978dbc

Analogous Colors of #bc978d

#bc978d #bcaf8d #bc8d9b

Monochromatic Colors of #bc978d

#bc978d

Complementary Color

#bc978d #8db2bc

#bc978d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc978d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc978d Color CSS Codes

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

#bc978d Text Font Color

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

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


#bc978d Background Color

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

This div background color is #bc978d


#bc978d Border Color

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

This div border color is #bc978d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc978d


Comments

No comments written yet.

Please login to write comment.