Color Hex Logo

#bc993e Color Hex

#BC993E
(188,153,62)
0 Favorites   0 Comments

Color spaces of #bc993e

RGB 18815362
HSL0.120.500.49
HSV43°67°74°
CMYK 0.000.190.67   0.26
XYZ32.999833.82169.3464
Yxy33.82160.43330.4440
Hunter Lab58.1563-0.486931.1808
CIE-Lab64.82073.055851.1211

#bc993e color RGB value is (188,153,62).

#bc993e hex color red value is 188, green value is 153 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #bc993e hue: 0.12 , saturation: 0.50 and the lightness value of bc993e is 0.49.

The process color (four color CMYK) of #bc993e color hex is 0.00, 0.19, 0.67, 0.26. Web safe color of #bc993e is #cc9933. Color #bc993e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10011001 00111110
Octal 274 231 76
Decimal 188 153 62
Hex BC 99 3E

RGB Percentages of Color #bc993e

%46.65
%37.97
%15.38

CMYK Percentages of Color #bc993e

%0
%19
%67
%26

Triadic Colors of #bc993e

#bc993e #3ebc99 #993ebc

Analogous Colors of #bc993e

#bc993e #a0bc3e #bc5a3e

Monochromatic Colors of #bc993e

#bc993e

Complementary Color

#bc993e #3e61bc

#bc993e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc993e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc993e Color CSS Codes

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

#bc993e Text Font Color

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

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


#bc993e Background Color

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

This div background color is #bc993e


#bc993e Border Color

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

This div border color is #bc993e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc993e


Comments

No comments written yet.

Please login to write comment.