Color Hex Logo

#bcb591 Color Hex

#BCB591
(188,181,145)
0 Favorites   0 Comments

Color spaces of #bcb591

RGB 188181145
HSL0.140.240.65
HSV50°23°74°
CMYK 0.000.040.23   0.26
XYZ42.373745.783433.3918
Yxy45.78340.34860.3767
Hunter Lab67.6634-6.626818.1049
CIE-Lab73.4048-3.401219.2737

#bcb591 color RGB value is (188,181,145).

#bcb591 hex color red value is 188, green value is 181 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #bcb591 hue: 0.14 , saturation: 0.24 and the lightness value of bcb591 is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10110101 10010001
Octal 274 265 221
Decimal 188 181 145
Hex BC B5 91

RGB Percentages of Color #bcb591

%36.58
%35.21
%28.21

CMYK Percentages of Color #bcb591

%0
%4
%23
%26

Triadic Colors of #bcb591

#bcb591 #91bcb5 #b591bc

Analogous Colors of #bcb591

#bcb591 #aebc91 #bca091

Monochromatic Colors of #bcb591

#bcb591

Complementary Color

#bcb591 #9198bc

#bcb591 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb591 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb591 Color CSS Codes

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

#bcb591 Text Font Color

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

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


#bcb591 Background Color

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

This div background color is #bcb591


#bcb591 Border Color

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

This div border color is #bcb591


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb591


Comments

No comments written yet.

Please login to write comment.