Color Hex Logo

#bcb152 Color Hex

#BCB152
(188,177,82)
0 Favorites   0 Comments

Color spaces of #bcb152

RGB 18817782
HSL0.150.440.53
HSV54°56°74°
CMYK 0.000.060.56   0.26
XYZ37.984242.744814.2312
Yxy42.74480.40000.4501
Hunter Lab65.3795-10.709232.8600
CIE-Lab71.3814-8.352749.1597

#bcb152 color RGB value is (188,177,82).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10110001 01010010
Octal 274 261 122
Decimal 188 177 82
Hex BC B1 52

RGB Percentages of Color #bcb152

%42.06
%39.60
%18.34

CMYK Percentages of Color #bcb152

%0
%6
%56
%26

Triadic Colors of #bcb152

#bcb152 #52bcb1 #b152bc

Analogous Colors of #bcb152

#bcb152 #92bc52 #bc7c52

Monochromatic Colors of #bcb152

#bcb152

Complementary Color

#bcb152 #525dbc

#bcb152 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb152 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb152 Color CSS Codes

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

#bcb152 Text Font Color

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

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


#bcb152 Background Color

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

This div background color is #bcb152


#bcb152 Border Color

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

This div border color is #bcb152


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb152


Comments

No comments written yet.

Please login to write comment.