Color Hex Logo

#bca379 Color Hex

#BCA379
(188,163,121)
0 Favorites   0 Comments

Color spaces of #bca379

RGB 188163121
HSL0.100.330.61
HSV38°36°74°
CMYK 0.000.130.36   0.26
XYZ37.287438.266223.5100
Yxy38.26620.37640.3863
Hunter Lab61.8597-0.659320.7684
CIE-Lab68.21643.023925.2155

#bca379 color RGB value is (188,163,121).

#bca379 hex color red value is 188, green value is 163 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #bca379 hue: 0.10 , saturation: 0.33 and the lightness value of bca379 is 0.61.

The process color (four color CMYK) of #bca379 color hex is 0.00, 0.13, 0.36, 0.26. Web safe color of #bca379 is #cc9966. Color #bca379 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100011 01111001
Octal 274 243 171
Decimal 188 163 121
Hex BC A3 79

RGB Percentages of Color #bca379

%39.83
%34.53
%25.64

CMYK Percentages of Color #bca379

%0
%13
%36
%26

Triadic Colors of #bca379

#bca379 #79bca3 #a379bc

Analogous Colors of #bca379

#bca379 #b4bc79 #bc8279

Monochromatic Colors of #bca379

#bca379

Complementary Color

#bca379 #7992bc

#bca379 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca379 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca379 Color CSS Codes

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

#bca379 Text Font Color

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

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


#bca379 Background Color

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

This div background color is #bca379


#bca379 Border Color

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

This div border color is #bca379


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca379


Comments

No comments written yet.

Please login to write comment.