Color Hex Logo

#bcb182 Color Hex

#BCB182
(188,177,130)
0 Favorites   0 Comments

Color spaces of #bcb182

RGB 188177130
HSL0.140.300.62
HSV49°31°74°
CMYK 0.000.060.31   0.26
XYZ40.490443.747427.4291
Yxy43.74740.36260.3918
Hunter Lab66.1418-6.474921.7116
CIE-Lab72.0593-3.346725.5137

#bcb182 color RGB value is (188,177,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10110001 10000010
Octal 274 261 202
Decimal 188 177 130
Hex BC B1 82

RGB Percentages of Color #bcb182

%37.98
%35.76
%26.26

CMYK Percentages of Color #bcb182

%0
%6
%31
%26

Triadic Colors of #bcb182

#bcb182 #82bcb1 #b182bc

Analogous Colors of #bcb182

#bcb182 #aabc82 #bc9482

Monochromatic Colors of #bcb182

#bcb182

Complementary Color

#bcb182 #828dbc

#bcb182 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb182 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb182 Color CSS Codes

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

#bcb182 Text Font Color

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

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


#bcb182 Background Color

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

This div background color is #bcb182


#bcb182 Border Color

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

This div border color is #bcb182


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb182


Comments

No comments written yet.

Please login to write comment.