Color Hex Logo

#bc953f Color Hex

#BC953F
(188,149,63)
0 Favorites   0 Comments

Color spaces of #bc953f

RGB 18814963
HSL0.110.500.49
HSV41°66°74°
CMYK 0.000.210.66   0.26
XYZ32.383732.54519.2777
Yxy32.54510.43640.4386
Hunter Lab57.04831.491730.2916
CIE-Lab63.79095.294049.5622

#bc953f color RGB value is (188,149,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10010101 00111111
Octal 274 225 77
Decimal 188 149 63
Hex BC 95 3F

RGB Percentages of Color #bc953f

%47.00
%37.25
%15.75

CMYK Percentages of Color #bc953f

%0
%21
%66
%26

Triadic Colors of #bc953f

#bc953f #3fbc95 #953fbc

Analogous Colors of #bc953f

#bc953f #a5bc3f #bc563f

Monochromatic Colors of #bc953f

#bc953f

Complementary Color

#bc953f #3f66bc

#bc953f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc953f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc953f Color CSS Codes

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

#bc953f Text Font Color

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

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


#bc953f Background Color

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

This div background color is #bc953f


#bc953f Border Color

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

This div border color is #bc953f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc953f


Comments

No comments written yet.

Please login to write comment.