Color Hex Logo

#bcb154 Color Hex

#BCB154
(188,177,84)
0 Favorites   0 Comments

Color spaces of #bcb154

RGB 18817784
HSL0.150.440.53
HSV54°55°74°
CMYK 0.000.060.55   0.26
XYZ38.061442.775714.6380
Yxy42.77570.39870.4480
Hunter Lab65.4031-10.577332.5124
CIE-Lab71.4025-8.194148.2380

#bcb154 color RGB value is (188,177,84).

#bcb154 hex color red value is 188, green value is 177 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #bcb154 hue: 0.15 , saturation: 0.44 and the lightness value of bcb154 is 0.53.

The process color (four color CMYK) of #bcb154 color hex is 0.00, 0.06, 0.55, 0.26. Web safe color of #bcb154 is #cc9966. Color #bcb154 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10110001 01010100
Octal 274 261 124
Decimal 188 177 84
Hex BC B1 54

RGB Percentages of Color #bcb154

%41.87
%39.42
%18.71

CMYK Percentages of Color #bcb154

%0
%6
%55
%26

Triadic Colors of #bcb154

#bcb154 #54bcb1 #b154bc

Analogous Colors of #bcb154

#bcb154 #93bc54 #bc7d54

Monochromatic Colors of #bcb154

#bcb154

Complementary Color

#bcb154 #545fbc

#bcb154 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb154 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb154 Color CSS Codes

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

#bcb154 Text Font Color

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

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


#bcb154 Background Color

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

This div background color is #bcb154


#bcb154 Border Color

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

This div border color is #bcb154


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb154


Comments

No comments written yet.

Please login to write comment.