Color Hex Logo

#bc967f Color Hex

#BC967F
(188,150,127)
0 Favorites   0 Comments

Color spaces of #bc967f

RGB 188150127
HSL0.060.310.62
HSV23°32°74°
CMYK 0.000.200.32   0.26
XYZ35.476134.036424.7786
Yxy34.03640.37620.3610
Hunter Lab58.34076.446815.6567
CIE-Lab64.991510.898917.5348

#bc967f color RGB value is (188,150,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10010110 01111111
Octal 274 226 177
Decimal 188 150 127
Hex BC 96 7F

RGB Percentages of Color #bc967f

%40.43
%32.26
%27.31

CMYK Percentages of Color #bc967f

%0
%20
%32
%26

Triadic Colors of #bc967f

#bc967f #7fbc96 #967fbc

Analogous Colors of #bc967f

#bc967f #bcb57f #bc7f87

Monochromatic Colors of #bc967f

#bc967f

Complementary Color

#bc967f #7fa5bc

#bc967f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc967f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc967f Color CSS Codes

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

#bc967f Text Font Color

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

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


#bc967f Background Color

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

This div background color is #bc967f


#bc967f Border Color

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

This div border color is #bc967f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,150,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 #bc967f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc967f


Comments

No comments written yet.

Please login to write comment.