Color Hex Logo

#bcb193 Color Hex

#BCB193
(188,177,147)
0 Favorites   0 Comments

Color spaces of #bcb193

RGB 188177147
HSL0.120.230.66
HSV44°22°74°
CMYK 0.000.060.22   0.26
XYZ41.727644.242233.9441
Yxy44.24220.34800.3689
Hunter Lab66.5148-4.420216.3033
CIE-Lab72.3901-0.978916.7847

#bcb193 color RGB value is (188,177,147).

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

The process color (four color CMYK) of #bcb193 color hex is 0.00, 0.06, 0.22, 0.26. Web safe color of #bcb193 is #cc9999. Color #bcb193 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10110001 10010011
Octal 274 261 223
Decimal 188 177 147
Hex BC B1 93

RGB Percentages of Color #bcb193

%36.72
%34.57
%28.71

CMYK Percentages of Color #bcb193

%0
%6
%22
%26

Triadic Colors of #bcb193

#bcb193 #93bcb1 #b193bc

Analogous Colors of #bcb193

#bcb193 #b3bc93 #bc9d93

Monochromatic Colors of #bcb193

#bcb193

Complementary Color

#bcb193 #939ebc

#bcb193 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb193 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb193 Color CSS Codes

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

#bcb193 Text Font Color

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

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


#bcb193 Background Color

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

This div background color is #bcb193


#bcb193 Border Color

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

This div border color is #bcb193


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,177,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 #bcb193">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb193


Comments

No comments written yet.

Please login to write comment.