Color Hex Logo

#bcb194 Color Hex

#BCB194
(188,177,148)
0 Favorites   0 Comments

Color spaces of #bcb194

RGB 188177148
HSL0.120.230.66
HSV44°21°74°
CMYK 0.000.060.21   0.26
XYZ41.806544.273834.3592
Yxy44.27380.34710.3676
Hunter Lab66.5386-4.290115.9608
CIE-Lab72.4111-0.830216.2704

#bcb194 color RGB value is (188,177,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10110001 10010100
Octal 274 261 224
Decimal 188 177 148
Hex BC B1 94

RGB Percentages of Color #bcb194

%36.65
%34.50
%28.85

CMYK Percentages of Color #bcb194

%0
%6
%21
%26

Triadic Colors of #bcb194

#bcb194 #94bcb1 #b194bc

Analogous Colors of #bcb194

#bcb194 #b3bc94 #bc9d94

Monochromatic Colors of #bcb194

#bcb194

Complementary Color

#bcb194 #949fbc

#bcb194 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb194 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb194 Color CSS Codes

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

#bcb194 Text Font Color

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

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


#bcb194 Background Color

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

This div background color is #bcb194


#bcb194 Border Color

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

This div border color is #bcb194


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb194


Comments

No comments written yet.

Please login to write comment.