Color Hex Logo

#bcb780 Color Hex

#BCB780
(188,183,128)
0 Favorites   0 Comments

Color spaces of #bcb780

RGB 188183128
HSL0.150.310.62
HSV55°32°74°
CMYK 0.000.030.32   0.26
XYZ41.568846.116927.1326
Yxy46.11690.36200.4017
Hunter Lab67.9094-9.577923.8478
CIE-Lab73.6213-6.768628.6636

#bcb780 color RGB value is (188,183,128).

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

The process color (four color CMYK) of #bcb780 color hex is 0.00, 0.03, 0.32, 0.26. Web safe color of #bcb780 is #cccc99. Color #bcb780 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10110111 10000000
Octal 274 267 200
Decimal 188 183 128
Hex BC B7 80

RGB Percentages of Color #bcb780

%37.68
%36.67
%25.65

CMYK Percentages of Color #bcb780

%0
%3
%32
%26

Triadic Colors of #bcb780

#bcb780 #80bcb7 #b780bc

Analogous Colors of #bcb780

#bcb780 #a3bc80 #bc9980

Monochromatic Colors of #bcb780

#bcb780

Complementary Color

#bcb780 #8085bc

#bcb780 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb780 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb780 Color CSS Codes

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

#bcb780 Text Font Color

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

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


#bcb780 Background Color

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

This div background color is #bcb780


#bcb780 Border Color

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

This div border color is #bcb780


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,183,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 #bcb780">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb780


Comments

No comments written yet.

Please login to write comment.