Color Hex Logo

#bc964a Color Hex

#BC964A
(188,150,74)
0 Favorites   0 Comments

Color spaces of #bc964a

RGB 18815074
HSL0.110.460.51
HSV40°61°74°
CMYK 0.000.200.61   0.26
XYZ32.881432.998511.1149
Yxy32.99850.42710.4286
Hunter Lab57.44431.646728.7390
CIE-Lab64.15975.484244.7350

#bc964a color RGB value is (188,150,74).

#bc964a hex color red value is 188, green value is 150 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #bc964a hue: 0.11 , saturation: 0.46 and the lightness value of bc964a is 0.51.

The process color (four color CMYK) of #bc964a color hex is 0.00, 0.20, 0.61, 0.26. Web safe color of #bc964a is #cc9933. Color #bc964a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10010110 01001010
Octal 274 226 112
Decimal 188 150 74
Hex BC 96 4A

RGB Percentages of Color #bc964a

%45.63
%36.41
%17.96

CMYK Percentages of Color #bc964a

%0
%20
%61
%26

Triadic Colors of #bc964a

#bc964a #4abc96 #964abc

Analogous Colors of #bc964a

#bc964a #a9bc4a #bc5d4a

Monochromatic Colors of #bc964a

#bc964a

Complementary Color

#bc964a #4a70bc

#bc964a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc964a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc964a Color CSS Codes

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

#bc964a Text Font Color

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

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


#bc964a Background Color

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

This div background color is #bc964a


#bc964a Border Color

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

This div border color is #bc964a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc964a


Comments

No comments written yet.

Please login to write comment.