Color Hex Logo

#bcb477 Color Hex

#BCB477
(188,180,119)
0 Favorites   0 Comments

Color spaces of #bcb477

RGB 188180119
HSL0.150.340.60
HSV53°37°74°
CMYK 0.000.040.37   0.26
XYZ40.390144.665823.9453
Yxy44.66580.37050.4098
Hunter Lab66.8325-9.080625.5398
CIE-Lab72.6713-6.295332.1604

#bcb477 color RGB value is (188,180,119).

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

The process color (four color CMYK) of #bcb477 color hex is 0.00, 0.04, 0.37, 0.26. Web safe color of #bcb477 is #cccc66. Color #bcb477 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10110100 01110111
Octal 274 264 167
Decimal 188 180 119
Hex BC B4 77

RGB Percentages of Color #bcb477

%38.60
%36.96
%24.44

CMYK Percentages of Color #bcb477

%0
%4
%37
%26

Triadic Colors of #bcb477

#bcb477 #77bcb4 #b477bc

Analogous Colors of #bcb477

#bcb477 #a2bc77 #bc9277

Monochromatic Colors of #bcb477

#bcb477

Complementary Color

#bcb477 #777fbc

#bcb477 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb477 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb477 Color CSS Codes

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

#bcb477 Text Font Color

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

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


#bcb477 Background Color

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

This div background color is #bcb477


#bcb477 Border Color

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

This div border color is #bcb477


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb477


Comments

No comments written yet.

Please login to write comment.