Color Hex Logo

#bcb881 Color Hex

#BCB881
(188,184,129)
0 Favorites   0 Comments

Color spaces of #bcb881

RGB 188184129
HSL0.160.310.62
HSV56°31°74°
CMYK 0.000.020.31   0.26
XYZ41.842046.557327.5500
Yxy46.55730.36090.4015
Hunter Lab68.2329-9.947323.8239
CIE-Lab73.9057-7.164728.5118

#bcb881 color RGB value is (188,184,129).

#bcb881 hex color red value is 188, green value is 184 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #bcb881 hue: 0.16 , saturation: 0.31 and the lightness value of bcb881 is 0.62.

The process color (four color CMYK) of #bcb881 color hex is 0.00, 0.02, 0.31, 0.26. Web safe color of #bcb881 is #cccc99. Color #bcb881 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111000 10000001
Octal 274 270 201
Decimal 188 184 129
Hex BC B8 81

RGB Percentages of Color #bcb881

%37.52
%36.73
%25.75

CMYK Percentages of Color #bcb881

%0
%2
%31
%26

Triadic Colors of #bcb881

#bcb881 #81bcb8 #b881bc

Analogous Colors of #bcb881

#bcb881 #a3bc81 #bc9b81

Monochromatic Colors of #bcb881

#bcb881

Complementary Color

#bcb881 #8185bc

#bcb881 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb881 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb881 Color CSS Codes

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

#bcb881 Text Font Color

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

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


#bcb881 Background Color

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

This div background color is #bcb881


#bcb881 Border Color

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

This div border color is #bcb881


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb881


Comments

No comments written yet.

Please login to write comment.