Color Hex Logo

#bc8f41 Color Hex

#BC8F41
(188,143,65)
0 Favorites   0 Comments

Color spaces of #bc8f41

RGB 18814365
HSL0.110.490.50
HSV38°65°74°
CMYK 0.000.240.65   0.26
XYZ31.515630.71799.2691
Yxy30.71790.44080.4296
Hunter Lab55.42374.508928.8809
CIE-Lab62.26888.706046.9651

#bc8f41 color RGB value is (188,143,65).

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

The process color (four color CMYK) of #bc8f41 color hex is 0.00, 0.24, 0.65, 0.26. Web safe color of #bc8f41 is #cc9933. Color #bc8f41 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10001111 01000001
Octal 274 217 101
Decimal 188 143 65
Hex BC 8F 41

RGB Percentages of Color #bc8f41

%47.47
%36.11
%16.41

CMYK Percentages of Color #bc8f41

%0
%24
%65
%26

Triadic Colors of #bc8f41

#bc8f41 #41bc8f #8f41bc

Analogous Colors of #bc8f41

#bc8f41 #acbc41 #bc5141

Monochromatic Colors of #bc8f41

#bc8f41

Complementary Color

#bc8f41 #416ebc

#bc8f41 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc8f41 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc8f41 Color CSS Codes

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

#bc8f41 Text Font Color

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

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


#bc8f41 Background Color

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

This div background color is #bc8f41


#bc8f41 Border Color

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

This div border color is #bc8f41


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc8f41


Comments

No comments written yet.

Please login to write comment.