Color Hex Logo

#bcb68a Color Hex

#BCB68A
(188,182,138)
0 Favorites   0 Comments

Color spaces of #bcb68a

RGB 188182138
HSL0.150.270.64
HSV53°27°74°
CMYK 0.000.030.27   0.26
XYZ42.054445.982230.7037
Yxy45.98220.35420.3873
Hunter Lab67.8102-7.966020.6213
CIE-Lab73.5340-4.920023.2174

#bcb68a color RGB value is (188,182,138).

#bcb68a hex color red value is 188, green value is 182 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #bcb68a hue: 0.15 , saturation: 0.27 and the lightness value of bcb68a is 0.64.

The process color (four color CMYK) of #bcb68a color hex is 0.00, 0.03, 0.27, 0.26. Web safe color of #bcb68a is #cccc99. Color #bcb68a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10110110 10001010
Octal 274 266 212
Decimal 188 182 138
Hex BC B6 8A

RGB Percentages of Color #bcb68a

%37.01
%35.83
%27.17

CMYK Percentages of Color #bcb68a

%0
%3
%27
%26

Triadic Colors of #bcb68a

#bcb68a #8abcb6 #b68abc

Analogous Colors of #bcb68a

#bcb68a #a9bc8a #bc9d8a

Monochromatic Colors of #bcb68a

#bcb68a

Complementary Color

#bcb68a #8a90bc

#bcb68a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb68a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb68a Color CSS Codes

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

#bcb68a Text Font Color

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

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


#bcb68a Background Color

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

This div background color is #bcb68a


#bcb68a Border Color

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

This div border color is #bcb68a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb68a


Comments

No comments written yet.

Please login to write comment.