Color Hex Logo

#bc8060 Color Hex

#BC8060
(188,128,96)
0 Favorites   0 Comments

Color spaces of #bc8060

RGB 18812896
HSL0.060.410.56
HSV21°49°74°
CMYK 0.000.320.49   0.26
XYZ30.569526.974214.6617
Yxy26.97420.42340.3736
Hunter Lab51.936714.174419.6181
CIE-Lab58.950419.510926.7137

#bc8060 color RGB value is (188,128,96).

#bc8060 hex color red value is 188, green value is 128 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #bc8060 hue: 0.06 , saturation: 0.41 and the lightness value of bc8060 is 0.56.

The process color (four color CMYK) of #bc8060 color hex is 0.00, 0.32, 0.49, 0.26. Web safe color of #bc8060 is #cc9966. Color #bc8060 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10000000 01100000
Octal 274 200 140
Decimal 188 128 96
Hex BC 80 60

RGB Percentages of Color #bc8060

%45.63
%31.07
%23.30

CMYK Percentages of Color #bc8060

%0
%32
%49
%26

Triadic Colors of #bc8060

#bc8060 #60bc80 #8060bc

Analogous Colors of #bc8060

#bc8060 #bcae60 #bc606e

Monochromatic Colors of #bc8060

#bc8060

Complementary Color

#bc8060 #609cbc

#bc8060 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc8060 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc8060 Color CSS Codes

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

#bc8060 Text Font Color

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

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


#bc8060 Background Color

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

This div background color is #bc8060


#bc8060 Border Color

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

This div border color is #bc8060


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc8060


Comments

No comments written yet.

Please login to write comment.