Color Hex Logo

#bcb296 Color Hex

#BCB296
(188,178,150)
0 Favorites   0 Comments

Color spaces of #bcb296

RGB 188178150
HSL0.120.220.66
HSV44°20°74°
CMYK 0.000.050.20   0.26
XYZ42.164544.734235.2664
Yxy44.73420.34510.3662
Hunter Lab66.8836-4.517115.5561
CIE-Lab72.7165-1.064315.6090

#bcb296 color RGB value is (188,178,150).

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

The process color (four color CMYK) of #bcb296 color hex is 0.00, 0.05, 0.20, 0.26. Web safe color of #bcb296 is #cc9999. Color #bcb296 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10110010 10010110
Octal 274 262 226
Decimal 188 178 150
Hex BC B2 96

RGB Percentages of Color #bcb296

%36.43
%34.50
%29.07

CMYK Percentages of Color #bcb296

%0
%5
%20
%26

Triadic Colors of #bcb296

#bcb296 #96bcb2 #b296bc

Analogous Colors of #bcb296

#bcb296 #b3bc96 #bc9f96

Monochromatic Colors of #bcb296

#bcb296

Complementary Color

#bcb296 #96a0bc

#bcb296 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb296 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb296 Color CSS Codes

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

#bcb296 Text Font Color

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

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


#bcb296 Background Color

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

This div background color is #bcb296


#bcb296 Border Color

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

This div border color is #bcb296


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb296


Comments

No comments written yet.

Please login to write comment.