Color Hex Logo

#bcb393 Color Hex

#BCB393
(188,179,147)
0 Favorites   0 Comments

Color spaces of #bcb393

RGB 188179147
HSL0.130.230.66
HSV47°22°74°
CMYK 0.000.050.22   0.26
XYZ42.125645.038134.0767
Yxy45.03810.34750.3715
Hunter Lab67.1104-5.397816.8716
CIE-Lab72.9170-2.045617.5168

#bcb393 color RGB value is (188,179,147).

#bcb393 hex color red value is 188, green value is 179 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #bcb393 hue: 0.13 , saturation: 0.23 and the lightness value of bcb393 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10110011 10010011
Octal 274 263 223
Decimal 188 179 147
Hex BC B3 93

RGB Percentages of Color #bcb393

%36.58
%34.82
%28.60

CMYK Percentages of Color #bcb393

%0
%5
%22
%26

Triadic Colors of #bcb393

#bcb393 #93bcb3 #b393bc

Analogous Colors of #bcb393

#bcb393 #b1bc93 #bc9f93

Monochromatic Colors of #bcb393

#bcb393

Complementary Color

#bcb393 #939cbc

#bcb393 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb393 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb393 Color CSS Codes

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

#bcb393 Text Font Color

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

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


#bcb393 Background Color

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

This div background color is #bcb393


#bcb393 Border Color

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

This div border color is #bcb393


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb393


Comments

No comments written yet.

Please login to write comment.