Color Hex Logo

#bcb384 Color Hex

#BCB384
(188,179,132)
0 Favorites   0 Comments

Color spaces of #bcb384

RGB 188179132
HSL0.140.290.63
HSV50°30°74°
CMYK 0.000.050.30   0.26
XYZ41.024044.597528.2758
Yxy44.59750.36020.3916
Hunter Lab66.7814-7.214321.6431
CIE-Lab72.6261-4.144025.2043

#bcb384 color RGB value is (188,179,132).

#bcb384 hex color red value is 188, green value is 179 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #bcb384 hue: 0.14 , saturation: 0.29 and the lightness value of bcb384 is 0.63.

The process color (four color CMYK) of #bcb384 color hex is 0.00, 0.05, 0.30, 0.26. Web safe color of #bcb384 is #cccc99. Color #bcb384 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10110011 10000100
Octal 274 263 204
Decimal 188 179 132
Hex BC B3 84

RGB Percentages of Color #bcb384

%37.68
%35.87
%26.45

CMYK Percentages of Color #bcb384

%0
%5
%30
%26

Triadic Colors of #bcb384

#bcb384 #84bcb3 #b384bc

Analogous Colors of #bcb384

#bcb384 #a9bc84 #bc9784

Monochromatic Colors of #bcb384

#bcb384

Complementary Color

#bcb384 #848dbc

#bcb384 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb384 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb384 Color CSS Codes

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

#bcb384 Text Font Color

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

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


#bcb384 Background Color

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

This div background color is #bcb384


#bcb384 Border Color

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

This div border color is #bcb384


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb384


Comments

No comments written yet.

Please login to write comment.