Color Hex Logo

#bc963a Color Hex

#BC963A
(188,150,58)
0 Favorites   0 Comments

Color spaces of #bc963a

RGB 18815058
HSL0.120.530.48
HSV42°69°74°
CMYK 0.000.200.69   0.26
XYZ32.409132.80958.6277
Yxy32.80950.43890.4443
Hunter Lab57.27960.757031.1652
CIE-Lab64.00644.456552.0390

#bc963a color RGB value is (188,150,58).

#bc963a hex color red value is 188, green value is 150 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #bc963a hue: 0.12 , saturation: 0.53 and the lightness value of bc963a is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10010110 00111010
Octal 274 226 72
Decimal 188 150 58
Hex BC 96 3A

RGB Percentages of Color #bc963a

%47.47
%37.88
%14.65

CMYK Percentages of Color #bc963a

%0
%20
%69
%26

Triadic Colors of #bc963a

#bc963a #3abc96 #963abc

Analogous Colors of #bc963a

#bc963a #a1bc3a #bc553a

Monochromatic Colors of #bc963a

#bc963a

Complementary Color

#bc963a #3a60bc

#bc963a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc963a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc963a Color CSS Codes

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

#bc963a Text Font Color

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

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


#bc963a Background Color

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

This div background color is #bc963a


#bc963a Border Color

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

This div border color is #bc963a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc963a


Comments

No comments written yet.

Please login to write comment.