Color Hex Logo

#bcb782 Color Hex

#BCB782
(188,183,130)
0 Favorites   0 Comments

Color spaces of #bcb782

RGB 188183130
HSL0.150.300.62
HSV55°31°74°
CMYK 0.000.030.31   0.26
XYZ41.701846.170027.8329
Yxy46.17000.36040.3990
Hunter Lab67.9485-9.359723.2777
CIE-Lab73.6557-6.512527.6492

#bcb782 color RGB value is (188,183,130).

#bcb782 hex color red value is 188, green value is 183 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #bcb782 hue: 0.15 , saturation: 0.30 and the lightness value of bcb782 is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10110111 10000010
Octal 274 267 202
Decimal 188 183 130
Hex BC B7 82

RGB Percentages of Color #bcb782

%37.52
%36.53
%25.95

CMYK Percentages of Color #bcb782

%0
%3
%31
%26

Triadic Colors of #bcb782

#bcb782 #82bcb7 #b782bc

Analogous Colors of #bcb782

#bcb782 #a4bc82 #bc9a82

Monochromatic Colors of #bcb782

#bcb782

Complementary Color

#bcb782 #8287bc

#bcb782 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb782 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb782 Color CSS Codes

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

#bcb782 Text Font Color

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

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


#bcb782 Background Color

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

This div background color is #bcb782


#bcb782 Border Color

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

This div border color is #bcb782


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb782


Comments

No comments written yet.

Please login to write comment.