Color Hex Logo

#bcb455 Color Hex

#BCB455
(188,180,85)
0 Favorites   0 Comments

Color spaces of #bcb455

RGB 18818085
HSL0.150.430.54
HSV55°55°74°
CMYK 0.000.040.55   0.26
XYZ38.700043.989815.0455
Yxy43.98980.39600.4501
Hunter Lab66.3248-11.915132.9777
CIE-Lab72.2217-9.675448.7083

#bcb455 color RGB value is (188,180,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10110100 01010101
Octal 274 264 125
Decimal 188 180 85
Hex BC B4 55

RGB Percentages of Color #bcb455

%41.50
%39.74
%18.76

CMYK Percentages of Color #bcb455

%0
%4
%55
%26

Triadic Colors of #bcb455

#bcb455 #55bcb4 #b455bc

Analogous Colors of #bcb455

#bcb455 #91bc55 #bc8155

Monochromatic Colors of #bcb455

#bcb455

Complementary Color

#bcb455 #555dbc

#bcb455 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb455 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb455 Color CSS Codes

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

#bcb455 Text Font Color

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

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


#bcb455 Background Color

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

This div background color is #bcb455


#bcb455 Border Color

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

This div border color is #bcb455


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb455


Comments

No comments written yet.

Please login to write comment.