Color Hex Logo

#bcb48d Color Hex

#BCB48D
(188,180,141)
0 Favorites   0 Comments

Color spaces of #bcb48d

RGB 188180141
HSL0.140.260.65
HSV50°25°74°
CMYK 0.000.040.25   0.26
XYZ41.868045.257031.7281
Yxy45.25700.35230.3808
Hunter Lab67.2733-6.637719.1284
CIE-Lab73.0608-3.444120.9589

#bcb48d color RGB value is (188,180,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10110100 10001101
Octal 274 264 215
Decimal 188 180 141
Hex BC B4 8D

RGB Percentages of Color #bcb48d

%36.94
%35.36
%27.70

CMYK Percentages of Color #bcb48d

%0
%4
%25
%26

Triadic Colors of #bcb48d

#bcb48d #8dbcb4 #b48dbc

Analogous Colors of #bcb48d

#bcb48d #adbc8d #bc9d8d

Monochromatic Colors of #bcb48d

#bcb48d

Complementary Color

#bcb48d #8d95bc

#bcb48d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb48d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb48d Color CSS Codes

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

#bcb48d Text Font Color

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

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


#bcb48d Background Color

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

This div background color is #bcb48d


#bcb48d Border Color

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

This div border color is #bcb48d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb48d


Comments

No comments written yet.

Please login to write comment.