Color Hex Logo

#bc9a4e Color Hex

#BC9A4E
(188,154,78)
0 Favorites   0 Comments

Color spaces of #bc9a4e

RGB 18815478
HSL0.120.450.52
HSV41°59°74°
CMYK 0.000.180.59   0.26
XYZ33.669834.352612.0639
Yxy34.35260.42040.4289
Hunter Lab58.6111-0.028128.8241
CIE-Lab65.24153.604544.0123

#bc9a4e color RGB value is (188,154,78).

#bc9a4e hex color red value is 188, green value is 154 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #bc9a4e hue: 0.12 , saturation: 0.45 and the lightness value of bc9a4e is 0.52.

The process color (four color CMYK) of #bc9a4e color hex is 0.00, 0.18, 0.59, 0.26. Web safe color of #bc9a4e is #cc9966. Color #bc9a4e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10011010 01001110
Octal 274 232 116
Decimal 188 154 78
Hex BC 9A 4E

RGB Percentages of Color #bc9a4e

%44.76
%36.67
%18.57

CMYK Percentages of Color #bc9a4e

%0
%18
%59
%26

Triadic Colors of #bc9a4e

#bc9a4e #4ebc9a #9a4ebc

Analogous Colors of #bc9a4e

#bc9a4e #a7bc4e #bc634e

Monochromatic Colors of #bc9a4e

#bc9a4e

Complementary Color

#bc9a4e #4e70bc

#bc9a4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc9a4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc9a4e Color CSS Codes

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

#bc9a4e Text Font Color

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

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


#bc9a4e Background Color

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

This div background color is #bc9a4e


#bc9a4e Border Color

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

This div border color is #bc9a4e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc9a4e


Comments

No comments written yet.

Please login to write comment.