Color Hex Logo

#bc942e Color Hex

#BC942E
(188,148,46)
0 Favorites   0 Comments

Color spaces of #bc942e

RGB 18814846
HSL0.120.610.46
HSV43°76°74°
CMYK 0.000.210.76   0.26
XYZ31.822132.06847.0974
Yxy32.06840.44830.4517
Hunter Lab56.62901.205732.2094
CIE-Lab63.39944.951056.4053

#bc942e color RGB value is (188,148,46).

#bc942e hex color red value is 188, green value is 148 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #bc942e hue: 0.12 , saturation: 0.61 and the lightness value of bc942e is 0.46.

The process color (four color CMYK) of #bc942e color hex is 0.00, 0.21, 0.76, 0.26. Web safe color of #bc942e is #cc9933. Color #bc942e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10010100 00101110
Octal 274 224 56
Decimal 188 148 46
Hex BC 94 2E

RGB Percentages of Color #bc942e

%49.21
%38.74
%12.04

CMYK Percentages of Color #bc942e

%0
%21
%76
%26

Triadic Colors of #bc942e

#bc942e #2ebc94 #942ebc

Analogous Colors of #bc942e

#bc942e #9dbc2e #bc4d2e

Monochromatic Colors of #bc942e

#bc942e

Complementary Color

#bc942e #2e56bc

#bc942e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc942e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc942e Color CSS Codes

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

#bc942e Text Font Color

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

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


#bc942e Background Color

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

This div background color is #bc942e


#bc942e Border Color

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

This div border color is #bc942e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc942e


Comments

No comments written yet.

Please login to write comment.