Color Hex Logo

#bc8074 Color Hex

#BC8074
(188,128,116)
0 Favorites   0 Comments

Color spaces of #bc8074

RGB 188128116
HSL0.030.350.60
HSV10°38°74°
CMYK 0.000.320.38   0.26
XYZ31.610627.390720.1439
Yxy27.39070.39940.3461
Hunter Lab52.336116.224313.8149
CIE-Lab59.334221.702315.9252

#bc8074 color RGB value is (188,128,116).

#bc8074 hex color red value is 188, green value is 128 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #bc8074 hue: 0.03 , saturation: 0.35 and the lightness value of bc8074 is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10000000 01110100
Octal 274 200 164
Decimal 188 128 116
Hex BC 80 74

RGB Percentages of Color #bc8074

%43.52
%29.63
%26.85

CMYK Percentages of Color #bc8074

%0
%32
%38
%26

Triadic Colors of #bc8074

#bc8074 #74bc80 #8074bc

Analogous Colors of #bc8074

#bc8074 #bca474 #bc748c

Monochromatic Colors of #bc8074

#bc8074

Complementary Color

#bc8074 #74b0bc

#bc8074 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc8074 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc8074 Color CSS Codes

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

#bc8074 Text Font Color

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

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


#bc8074 Background Color

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

This div background color is #bc8074


#bc8074 Border Color

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

This div border color is #bc8074


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc8074


Comments

No comments written yet.

Please login to write comment.