Color Hex Logo

#bca279 Color Hex

#BCA279
(188,162,121)
0 Favorites   0 Comments

Color spaces of #bca279

RGB 188162121
HSL0.100.330.61
HSV37°36°74°
CMYK 0.000.140.36   0.26
XYZ37.110637.912523.4511
Yxy37.91250.37690.3850
Hunter Lab61.5731-0.169620.5197
CIE-Lab67.95613.566324.8670

#bca279 color RGB value is (188,162,121).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100010 01111001
Octal 274 242 171
Decimal 188 162 121
Hex BC A2 79

RGB Percentages of Color #bca279

%39.92
%34.39
%25.69

CMYK Percentages of Color #bca279

%0
%14
%36
%26

Triadic Colors of #bca279

#bca279 #79bca2 #a279bc

Analogous Colors of #bca279

#bca279 #b5bc79 #bc8179

Monochromatic Colors of #bca279

#bca279

Complementary Color

#bca279 #7993bc

#bca279 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca279 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca279 Color CSS Codes

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

#bca279 Text Font Color

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

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


#bca279 Background Color

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

This div background color is #bca279


#bca279 Border Color

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

This div border color is #bca279


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca279


Comments

No comments written yet.

Please login to write comment.