Color Hex Logo

#bcb360 Color Hex

#BCB360
(188,179,96)
0 Favorites   0 Comments

Color spaces of #bcb360

RGB 18817996
HSL0.150.410.56
HSV54°49°74°
CMYK 0.000.050.49   0.26
XYZ38.970543.776117.4620
Yxy43.77610.38890.4368
Hunter Lab66.1635-10.649130.6665
CIE-Lab72.0786-8.197243.1984

#bcb360 color RGB value is (188,179,96).

#bcb360 hex color red value is 188, green value is 179 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #bcb360 hue: 0.15 , saturation: 0.41 and the lightness value of bcb360 is 0.56.

The process color (four color CMYK) of #bcb360 color hex is 0.00, 0.05, 0.49, 0.26. Web safe color of #bcb360 is #cccc66. Color #bcb360 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10110011 01100000
Octal 274 263 140
Decimal 188 179 96
Hex BC B3 60

RGB Percentages of Color #bcb360

%40.60
%38.66
%20.73

CMYK Percentages of Color #bcb360

%0
%5
%49
%26

Triadic Colors of #bcb360

#bcb360 #60bcb3 #b360bc

Analogous Colors of #bcb360

#bcb360 #97bc60 #bc8560

Monochromatic Colors of #bcb360

#bcb360

Complementary Color

#bcb360 #6069bc

#bcb360 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb360 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb360 Color CSS Codes

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

#bcb360 Text Font Color

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

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


#bcb360 Background Color

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

This div background color is #bcb360


#bcb360 Border Color

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

This div border color is #bcb360


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb360


Comments

No comments written yet.

Please login to write comment.