Color Hex Logo

#bc8550 Color Hex

#BC8550
(188,133,80)
0 Favorites   0 Comments

Color spaces of #bc8550

RGB 18813380
HSL0.080.450.53
HSV29°57°74°
CMYK 0.000.290.57   0.26
XYZ30.574528.045611.3913
Yxy28.04560.43670.4006
Hunter Lab52.958110.377424.3174
CIE-Lab59.929915.307736.6738

#bc8550 color RGB value is (188,133,80).

#bc8550 hex color red value is 188, green value is 133 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #bc8550 hue: 0.08 , saturation: 0.45 and the lightness value of bc8550 is 0.53.

The process color (four color CMYK) of #bc8550 color hex is 0.00, 0.29, 0.57, 0.26. Web safe color of #bc8550 is #cc9966. Color #bc8550 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10000101 01010000
Octal 274 205 120
Decimal 188 133 80
Hex BC 85 50

RGB Percentages of Color #bc8550

%46.88
%33.17
%19.95

CMYK Percentages of Color #bc8550

%0
%29
%57
%26

Triadic Colors of #bc8550

#bc8550 #50bc85 #8550bc

Analogous Colors of #bc8550

#bc8550 #bcbb50 #bc5051

Monochromatic Colors of #bc8550

#bc8550

Complementary Color

#bc8550 #5087bc

#bc8550 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc8550 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc8550 Color CSS Codes

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

#bc8550 Text Font Color

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

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


#bc8550 Background Color

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

This div background color is #bc8550


#bc8550 Border Color

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

This div border color is #bc8550


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc8550


Comments

No comments written yet.

Please login to write comment.