Color Hex Logo

#bcb08a Color Hex

#BCB08A
(188,176,138)
0 Favorites   0 Comments

Color spaces of #bcb08a

RGB 188176138
HSL0.130.270.64
HSV46°27°74°
CMYK 0.000.060.27   0.26
XYZ40.851843.577030.3028
Yxy43.57700.35610.3798
Hunter Lab66.0129-5.058518.9923
CIE-Lab71.9449-1.737221.0508

#bcb08a color RGB value is (188,176,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10110000 10001010
Octal 274 260 212
Decimal 188 176 138
Hex BC B0 8A

RGB Percentages of Color #bcb08a

%37.45
%35.06
%27.49

CMYK Percentages of Color #bcb08a

%0
%6
%27
%26

Triadic Colors of #bcb08a

#bcb08a #8abcb0 #b08abc

Analogous Colors of #bcb08a

#bcb08a #afbc8a #bc978a

Monochromatic Colors of #bcb08a

#bcb08a

Complementary Color

#bcb08a #8a96bc

#bcb08a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb08a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb08a Color CSS Codes

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

#bcb08a Text Font Color

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

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


#bcb08a Background Color

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

This div background color is #bcb08a


#bcb08a Border Color

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

This div border color is #bcb08a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,176,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 #bcb08a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb08a


Comments

No comments written yet.

Please login to write comment.