Color Hex Logo

#bc977f Color Hex

#BC977F
(188,151,127)
0 Favorites   0 Comments

Color spaces of #bc977f

RGB 188151127
HSL0.070.310.62
HSV24°32°74°
CMYK 0.000.200.32   0.26
XYZ35.636434.356924.8320
Yxy34.35690.37580.3623
Hunter Lab58.61485.948015.9123
CIE-Lab65.244910.348017.8841

#bc977f color RGB value is (188,151,127).

#bc977f hex color red value is 188, green value is 151 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #bc977f hue: 0.07 , saturation: 0.31 and the lightness value of bc977f is 0.62.

The process color (four color CMYK) of #bc977f color hex is 0.00, 0.20, 0.32, 0.26. Web safe color of #bc977f is #cc9966. Color #bc977f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10010111 01111111
Octal 274 227 177
Decimal 188 151 127
Hex BC 97 7F

RGB Percentages of Color #bc977f

%40.34
%32.40
%27.25

CMYK Percentages of Color #bc977f

%0
%20
%32
%26

Triadic Colors of #bc977f

#bc977f #7fbc97 #977fbc

Analogous Colors of #bc977f

#bc977f #bcb67f #bc7f86

Monochromatic Colors of #bc977f

#bc977f

Complementary Color

#bc977f #7fa4bc

#bc977f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc977f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc977f Color CSS Codes

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

#bc977f Text Font Color

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

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


#bc977f Background Color

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

This div background color is #bc977f


#bc977f Border Color

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

This div border color is #bc977f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc977f


Comments

No comments written yet.

Please login to write comment.