Color Hex Logo

#bca479 Color Hex

#BCA479
(188,164,121)
0 Favorites   0 Comments

Color spaces of #bca479

RGB 188164121
HSL0.110.330.61
HSV39°36°74°
CMYK 0.000.130.36   0.26
XYZ37.465738.622823.5694
Yxy38.62280.37590.3876
Hunter Lab62.1472-1.148321.0173
CIE-Lab68.47712.482325.5641

#bca479 color RGB value is (188,164,121).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100100 01111001
Octal 274 244 171
Decimal 188 164 121
Hex BC A4 79

RGB Percentages of Color #bca479

%39.75
%34.67
%25.58

CMYK Percentages of Color #bca479

%0
%13
%36
%26

Triadic Colors of #bca479

#bca479 #79bca4 #a479bc

Analogous Colors of #bca479

#bca479 #b3bc79 #bc8379

Monochromatic Colors of #bca479

#bca479

Complementary Color

#bca479 #7991bc

#bca479 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca479 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca479 Color CSS Codes

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

#bca479 Text Font Color

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

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


#bca479 Background Color

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

This div background color is #bca479


#bca479 Border Color

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

This div border color is #bca479


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca479


Comments

No comments written yet.

Please login to write comment.