Color Hex Logo

#bcb497 Color Hex

#BCB497
(188,180,151)
0 Favorites   0 Comments

Color spaces of #bcb497

RGB 188180151
HSL0.130.220.66
HSV47°20°74°
CMYK 0.000.040.20   0.26
XYZ42.646245.568235.8260
Yxy45.56820.34380.3674
Hunter Lab67.5042-5.363915.7864
CIE-Lab73.2645-1.979415.8310

#bcb497 color RGB value is (188,180,151).

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

The process color (four color CMYK) of #bcb497 color hex is 0.00, 0.04, 0.20, 0.26. Web safe color of #bcb497 is #cccc99. Color #bcb497 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10110100 10010111
Octal 274 264 227
Decimal 188 180 151
Hex BC B4 97

RGB Percentages of Color #bcb497

%36.22
%34.68
%29.09

CMYK Percentages of Color #bcb497

%0
%4
%20
%26

Triadic Colors of #bcb497

#bcb497 #97bcb4 #b497bc

Analogous Colors of #bcb497

#bcb497 #b2bc97 #bca297

Monochromatic Colors of #bcb497

#bcb497

Complementary Color

#bcb497 #979fbc

#bcb497 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb497 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb497 Color CSS Codes

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

#bcb497 Text Font Color

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

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


#bcb497 Background Color

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

This div background color is #bcb497


#bcb497 Border Color

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

This div border color is #bcb497


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb497


Comments

No comments written yet.

Please login to write comment.