Color Hex Logo

#bc965e Color Hex

#BC965E
(188,150,94)
0 Favorites   0 Comments

Color spaces of #bc965e

RGB 18815094
HSL0.100.410.55
HSV36°50°74°
CMYK 0.000.200.50   0.26
XYZ33.665833.312215.2452
Yxy33.31220.40940.4051
Hunter Lab57.71673.113724.7409
CIE-Lab64.41297.162034.7895

#bc965e color RGB value is (188,150,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10010110 01011110
Octal 274 226 136
Decimal 188 150 94
Hex BC 96 5E

RGB Percentages of Color #bc965e

%43.52
%34.72
%21.76

CMYK Percentages of Color #bc965e

%0
%20
%50
%26

Triadic Colors of #bc965e

#bc965e #5ebc96 #965ebc

Analogous Colors of #bc965e

#bc965e #b3bc5e #bc675e

Monochromatic Colors of #bc965e

#bc965e

Complementary Color

#bc965e #5e84bc

#bc965e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc965e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc965e Color CSS Codes

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

#bc965e Text Font Color

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

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


#bc965e Background Color

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

This div background color is #bc965e


#bc965e Border Color

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

This div border color is #bc965e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc965e


Comments

No comments written yet.

Please login to write comment.