Color Hex Logo

#bcba79 Color Hex

#BCBA79
(188,186,121)
0 Favorites   0 Comments

Color spaces of #bcba79

RGB 188186121
HSL0.160.330.61
HSV58°36°74°
CMYK 0.000.010.36   0.26
XYZ41.749147.189724.9973
Yxy47.18970.36640.4142
Hunter Lab68.6948-11.732826.5113
CIE-Lab74.3109-9.193233.2447

#bcba79 color RGB value is (188,186,121).

#bcba79 hex color red value is 188, green value is 186 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #bcba79 hue: 0.16 , saturation: 0.33 and the lightness value of bcba79 is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111010 01111001
Octal 274 272 171
Decimal 188 186 121
Hex BC BA 79

RGB Percentages of Color #bcba79

%37.98
%37.58
%24.44

CMYK Percentages of Color #bcba79

%0
%1
%36
%26

Triadic Colors of #bcba79

#bcba79 #79bcba #ba79bc

Analogous Colors of #bcba79

#bcba79 #9dbc79 #bc9979

Monochromatic Colors of #bcba79

#bcba79

Complementary Color

#bcba79 #797bbc

#bcba79 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcba79 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcba79 Color CSS Codes

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

#bcba79 Text Font Color

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

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


#bcba79 Background Color

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

This div background color is #bcba79


#bcba79 Border Color

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

This div border color is #bcba79


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcba79


Comments

No comments written yet.

Please login to write comment.