Color Hex Logo

#bc953c Color Hex

#BC953C
(188,149,60)
0 Favorites   0 Comments

Color spaces of #bc953c

RGB 18814960
HSL0.120.520.49
HSV42°68°74°
CMYK 0.000.210.68   0.26
XYZ32.302132.51258.8480
Yxy32.51250.43850.4414
Hunter Lab57.01971.337030.7135
CIE-Lab63.76425.115350.8965

#bc953c color RGB value is (188,149,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10010101 00111100
Octal 274 225 74
Decimal 188 149 60
Hex BC 95 3C

RGB Percentages of Color #bc953c

%47.36
%37.53
%15.11

CMYK Percentages of Color #bc953c

%0
%21
%68
%26

Triadic Colors of #bc953c

#bc953c #3cbc95 #953cbc

Analogous Colors of #bc953c

#bc953c #a3bc3c #bc553c

Monochromatic Colors of #bc953c

#bc953c

Complementary Color

#bc953c #3c63bc

#bc953c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc953c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc953c Color CSS Codes

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

#bc953c Text Font Color

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

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


#bc953c Background Color

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

This div background color is #bc953c


#bc953c Border Color

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

This div border color is #bc953c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc953c


Comments

No comments written yet.

Please login to write comment.