Color Hex Logo

#bc967d Color Hex

#BC967D
(188,150,125)
0 Favorites   0 Comments

Color spaces of #bc967d

RGB 188150125
HSL0.070.320.61
HSV24°34°74°
CMYK 0.000.200.34   0.26
XYZ35.347133.984724.0988
Yxy33.98470.37830.3637
Hunter Lab58.29646.212016.2979
CIE-Lab64.950410.638918.5911

#bc967d color RGB value is (188,150,125).

#bc967d hex color red value is 188, green value is 150 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #bc967d hue: 0.07 , saturation: 0.32 and the lightness value of bc967d is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10010110 01111101
Octal 274 226 175
Decimal 188 150 125
Hex BC 96 7D

RGB Percentages of Color #bc967d

%40.60
%32.40
%27.00

CMYK Percentages of Color #bc967d

%0
%20
%34
%26

Triadic Colors of #bc967d

#bc967d #7dbc96 #967dbc

Analogous Colors of #bc967d

#bc967d #bcb67d #bc7d84

Monochromatic Colors of #bc967d

#bc967d

Complementary Color

#bc967d #7da3bc

#bc967d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc967d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc967d Color CSS Codes

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

#bc967d Text Font Color

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

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


#bc967d Background Color

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

This div background color is #bc967d


#bc967d Border Color

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

This div border color is #bc967d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc967d


Comments

No comments written yet.

Please login to write comment.