Color Hex Logo

#bcb793 Color Hex

#BCB793
(188,183,147)
0 Favorites   0 Comments

Color spaces of #bcb793

RGB 188183147
HSL0.150.230.66
HSV53°22°74°
CMYK 0.000.030.22   0.26
XYZ42.939046.664934.3479
Yxy46.66490.34640.3765
Hunter Lab68.3117-7.344918.0065
CIE-Lab73.9749-4.167618.9815

#bcb793 color RGB value is (188,183,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10110111 10010011
Octal 274 267 223
Decimal 188 183 147
Hex BC B7 93

RGB Percentages of Color #bcb793

%36.29
%35.33
%28.38

CMYK Percentages of Color #bcb793

%0
%3
%22
%26

Triadic Colors of #bcb793

#bcb793 #93bcb7 #b793bc

Analogous Colors of #bcb793

#bcb793 #adbc93 #bca393

Monochromatic Colors of #bcb793

#bcb793

Complementary Color

#bcb793 #9398bc

#bcb793 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb793 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb793 Color CSS Codes

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

#bcb793 Text Font Color

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

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


#bcb793 Background Color

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

This div background color is #bcb793


#bcb793 Border Color

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

This div border color is #bcb793


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb793


Comments

No comments written yet.

Please login to write comment.