Color Hex Logo

#bcb778 Color Hex

#BCB778
(188,183,120)
0 Favorites   0 Comments

Color spaces of #bcb778

RGB 188183120
HSL0.150.340.60
HSV56°36°74°
CMYK 0.000.030.36   0.26
XYZ41.062745.914424.4674
Yxy45.91440.36850.4120
Hunter Lab67.7602-10.409226.0232
CIE-Lab73.4900-7.748932.7008

#bcb778 color RGB value is (188,183,120).

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

The process color (four color CMYK) of #bcb778 color hex is 0.00, 0.03, 0.36, 0.26. Web safe color of #bcb778 is #cccc66. Color #bcb778 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10110111 01111000
Octal 274 267 170
Decimal 188 183 120
Hex BC B7 78

RGB Percentages of Color #bcb778

%38.29
%37.27
%24.44

CMYK Percentages of Color #bcb778

%0
%3
%36
%26

Triadic Colors of #bcb778

#bcb778 #78bcb7 #b778bc

Analogous Colors of #bcb778

#bcb778 #9fbc78 #bc9578

Monochromatic Colors of #bcb778

#bcb778

Complementary Color

#bcb778 #787dbc

#bcb778 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb778 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb778 Color CSS Codes

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

#bcb778 Text Font Color

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

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


#bcb778 Background Color

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

This div background color is #bcb778


#bcb778 Border Color

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

This div border color is #bcb778


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb778


Comments

No comments written yet.

Please login to write comment.