Color Hex Logo

#bc985e Color Hex

#BC985E
(188,152,94)
0 Favorites   0 Comments

Color spaces of #bc985e

RGB 18815294
HSL0.100.410.55
HSV37°50°74°
CMYK 0.000.190.50   0.26
XYZ33.987733.956015.3525
Yxy33.95600.40800.4077
Hunter Lab58.27182.136625.1695
CIE-Lab64.92766.067335.4338

#bc985e color RGB value is (188,152,94).

#bc985e hex color red value is 188, green value is 152 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #bc985e hue: 0.10 , saturation: 0.41 and the lightness value of bc985e is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10011000 01011110
Octal 274 230 136
Decimal 188 152 94
Hex BC 98 5E

RGB Percentages of Color #bc985e

%43.32
%35.02
%21.66

CMYK Percentages of Color #bc985e

%0
%19
%50
%26

Triadic Colors of #bc985e

#bc985e #5ebc98 #985ebc

Analogous Colors of #bc985e

#bc985e #b1bc5e #bc695e

Monochromatic Colors of #bc985e

#bc985e

Complementary Color

#bc985e #5e82bc

#bc985e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc985e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc985e Color CSS Codes

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

#bc985e Text Font Color

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

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


#bc985e Background Color

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

This div background color is #bc985e


#bc985e Border Color

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

This div border color is #bc985e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc985e


Comments

No comments written yet.

Please login to write comment.