Color Hex Logo

#bcb7a4 Color Hex

#BCB7A4
(188,183,164)
0 Favorites   0 Comments

Color spaces of #bcb7a4

RGB 188183164
HSL0.130.150.69
HSV48°13°74°
CMYK 0.000.030.13   0.26
XYZ44.373447.238741.9012
Yxy47.23870.33240.3538
Hunter Lab68.7304-5.035911.9654
CIE-Lab74.3422-1.525410.2884

#bcb7a4 color RGB value is (188,183,164).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10110111 10100100
Octal 274 267 244
Decimal 188 183 164
Hex BC B7 A4

RGB Percentages of Color #bcb7a4

%35.14
%34.21
%30.65

CMYK Percentages of Color #bcb7a4

%0
%3
%13
%26

Triadic Colors of #bcb7a4

#bcb7a4 #a4bcb7 #b7a4bc

Analogous Colors of #bcb7a4

#bcb7a4 #b5bca4 #bcaba4

Monochromatic Colors of #bcb7a4

#bcb7a4

Complementary Color

#bcb7a4 #a4a9bc

#bcb7a4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb7a4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb7a4 Color CSS Codes

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

#bcb7a4 Text Font Color

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

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


#bcb7a4 Background Color

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

This div background color is #bcb7a4


#bcb7a4 Border Color

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

This div border color is #bcb7a4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb7a4


Comments

No comments written yet.

Please login to write comment.