Color Hex Logo

#bcb478 Color Hex

#BCB478
(188,180,120)
0 Favorites   0 Comments

Color spaces of #bcb478

RGB 188180120
HSL0.150.340.60
HSV53°36°74°
CMYK 0.000.040.36   0.26
XYZ40.450544.689924.2634
Yxy44.68990.36970.4085
Hunter Lab66.8505-8.980025.2760
CIE-Lab72.6872-6.176831.6556

#bcb478 color RGB value is (188,180,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10110100 01111000
Octal 274 264 170
Decimal 188 180 120
Hex BC B4 78

RGB Percentages of Color #bcb478

%38.52
%36.89
%24.59

CMYK Percentages of Color #bcb478

%0
%4
%36
%26

Triadic Colors of #bcb478

#bcb478 #78bcb4 #b478bc

Analogous Colors of #bcb478

#bcb478 #a2bc78 #bc9278

Monochromatic Colors of #bcb478

#bcb478

Complementary Color

#bcb478 #7880bc

#bcb478 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb478 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb478 Color CSS Codes

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

#bcb478 Text Font Color

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

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


#bcb478 Background Color

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

This div background color is #bcb478


#bcb478 Border Color

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

This div border color is #bcb478


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb478


Comments

No comments written yet.

Please login to write comment.