Color Hex Logo

#bc8570 Color Hex

#BC8570
(188,133,112)
0 Favorites   0 Comments

Color spaces of #bc8570

RGB 188133112
HSL0.050.360.59
HSV17°40°74°
CMYK 0.000.290.40   0.26
XYZ32.051228.636319.1673
Yxy28.63630.40140.3586
Hunter Lab53.512913.263816.2225
CIE-Lab60.459318.455019.7372

#bc8570 color RGB value is (188,133,112).

#bc8570 hex color red value is 188, green value is 133 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #bc8570 hue: 0.05 , saturation: 0.36 and the lightness value of bc8570 is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10000101 01110000
Octal 274 205 160
Decimal 188 133 112
Hex BC 85 70

RGB Percentages of Color #bc8570

%43.42
%30.72
%25.87

CMYK Percentages of Color #bc8570

%0
%29
%40
%26

Triadic Colors of #bc8570

#bc8570 #70bc85 #8570bc

Analogous Colors of #bc8570

#bc8570 #bcab70 #bc7081

Monochromatic Colors of #bc8570

#bc8570

Complementary Color

#bc8570 #70a7bc

#bc8570 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc8570 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc8570 Color CSS Codes

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

#bc8570 Text Font Color

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

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


#bc8570 Background Color

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

This div background color is #bc8570


#bc8570 Border Color

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

This div border color is #bc8570


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc8570


Comments

No comments written yet.

Please login to write comment.