Color Hex Logo

#bc955e Color Hex

#BC955E
(188,149,94)
0 Favorites   0 Comments

Color spaces of #bc955e

RGB 18814994
HSL0.100.410.55
HSV35°50°74°
CMYK 0.000.210.50   0.26
XYZ33.506932.994415.1922
Yxy32.99440.41020.4039
Hunter Lab57.44083.603024.5272
CIE-Lab64.15647.710234.4677

#bc955e color RGB value is (188,149,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10010101 01011110
Octal 274 225 136
Decimal 188 149 94
Hex BC 95 5E

RGB Percentages of Color #bc955e

%43.62
%34.57
%21.81

CMYK Percentages of Color #bc955e

%0
%21
%50
%26

Triadic Colors of #bc955e

#bc955e #5ebc95 #955ebc

Analogous Colors of #bc955e

#bc955e #b4bc5e #bc665e

Monochromatic Colors of #bc955e

#bc955e

Complementary Color

#bc955e #5e85bc

#bc955e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc955e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc955e Color CSS Codes

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

#bc955e Text Font Color

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

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


#bc955e Background Color

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

This div background color is #bc955e


#bc955e Border Color

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

This div border color is #bc955e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc955e


Comments

No comments written yet.

Please login to write comment.