Color Hex Logo

#bcb19a Color Hex

#BCB19A
(188,177,154)
0 Favorites   0 Comments

Color spaces of #bcb19a

RGB 188177154
HSL0.110.200.67
HSV41°18°74°
CMYK 0.000.060.18   0.26
XYZ42.293944.468736.9260
Yxy44.46870.34190.3595
Hunter Lab66.6849-3.487513.8482
CIE-Lab72.54070.083513.1842

#bcb19a color RGB value is (188,177,154).

#bcb19a hex color red value is 188, green value is 177 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #bcb19a hue: 0.11 , saturation: 0.20 and the lightness value of bcb19a is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10110001 10011010
Octal 274 261 232
Decimal 188 177 154
Hex BC B1 9A

RGB Percentages of Color #bcb19a

%36.22
%34.10
%29.67

CMYK Percentages of Color #bcb19a

%0
%6
%18
%26

Triadic Colors of #bcb19a

#bcb19a #9abcb1 #b19abc

Analogous Colors of #bcb19a

#bcb19a #b6bc9a #bca09a

Monochromatic Colors of #bcb19a

#bcb19a

Complementary Color

#bcb19a #9aa5bc

#bcb19a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb19a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb19a Color CSS Codes

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

#bcb19a Text Font Color

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

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


#bcb19a Background Color

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

This div background color is #bcb19a


#bcb19a Border Color

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

This div border color is #bcb19a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb19a


Comments

No comments written yet.

Please login to write comment.