Color Hex Logo

#bcb080 Color Hex

#BCB080
(188,176,128)
0 Favorites   0 Comments

Color spaces of #bcb080

RGB 188176128
HSL0.130.310.62
HSV48°32°74°
CMYK 0.000.060.32   0.26
XYZ40.160743.300526.6632
Yxy43.30050.36470.3932
Hunter Lab65.8031-6.214022.0381
CIE-Lab71.7585-3.073726.1817

#bcb080 color RGB value is (188,176,128).

#bcb080 hex color red value is 188, green value is 176 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #bcb080 hue: 0.13 , saturation: 0.31 and the lightness value of bcb080 is 0.62.

The process color (four color CMYK) of #bcb080 color hex is 0.00, 0.06, 0.32, 0.26. Web safe color of #bcb080 is #cc9999. Color #bcb080 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10110000 10000000
Octal 274 260 200
Decimal 188 176 128
Hex BC B0 80

RGB Percentages of Color #bcb080

%38.21
%35.77
%26.02

CMYK Percentages of Color #bcb080

%0
%6
%32
%26

Triadic Colors of #bcb080

#bcb080 #80bcb0 #b080bc

Analogous Colors of #bcb080

#bcb080 #aabc80 #bc9280

Monochromatic Colors of #bcb080

#bcb080

Complementary Color

#bcb080 #808cbc

#bcb080 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb080 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb080 Color CSS Codes

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

#bcb080 Text Font Color

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

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


#bcb080 Background Color

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

This div background color is #bcb080


#bcb080 Border Color

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

This div border color is #bcb080


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb080


Comments

No comments written yet.

Please login to write comment.