Color Hex Logo

#bc984e Color Hex

#BC984E
(188,152,78)
0 Favorites   0 Comments

Color spaces of #bc984e

RGB 18815278
HSL0.110.450.52
HSV40°59°74°
CMYK 0.000.190.59   0.26
XYZ33.342433.697911.9547
Yxy33.69790.42210.4266
Hunter Lab58.04990.938628.4248
CIE-Lab64.72214.693043.4074

#bc984e color RGB value is (188,152,78).

#bc984e hex color red value is 188, green value is 152 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #bc984e hue: 0.11 , saturation: 0.45 and the lightness value of bc984e is 0.52.

The process color (four color CMYK) of #bc984e color hex is 0.00, 0.19, 0.59, 0.26. Web safe color of #bc984e is #cc9966. Color #bc984e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10011000 01001110
Octal 274 230 116
Decimal 188 152 78
Hex BC 98 4E

RGB Percentages of Color #bc984e

%44.98
%36.36
%18.66

CMYK Percentages of Color #bc984e

%0
%19
%59
%26

Triadic Colors of #bc984e

#bc984e #4ebc98 #984ebc

Analogous Colors of #bc984e

#bc984e #a9bc4e #bc614e

Monochromatic Colors of #bc984e

#bc984e

Complementary Color

#bc984e #4e72bc

#bc984e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc984e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc984e Color CSS Codes

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

#bc984e Text Font Color

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

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


#bc984e Background Color

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

This div background color is #bc984e


#bc984e Border Color

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

This div border color is #bc984e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc984e


Comments

No comments written yet.

Please login to write comment.