Color Hex Logo

#bca47a Color Hex

#BCA47A
(188,164,122)
0 Favorites   0 Comments

Color spaces of #bca47a

RGB 188164122
HSL0.110.330.61
HSV38°35°74°
CMYK 0.000.130.35   0.26
XYZ37.527338.647423.8941
Yxy38.64740.37500.3862
Hunter Lab62.1670-1.040320.7286
CIE-Lab68.49512.605825.0461

#bca47a color RGB value is (188,164,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100100 01111010
Octal 274 244 172
Decimal 188 164 122
Hex BC A4 7A

RGB Percentages of Color #bca47a

%39.66
%34.60
%25.74

CMYK Percentages of Color #bca47a

%0
%13
%35
%26

Triadic Colors of #bca47a

#bca47a #7abca4 #a47abc

Analogous Colors of #bca47a

#bca47a #b3bc7a #bc837a

Monochromatic Colors of #bca47a

#bca47a

Complementary Color

#bca47a #7a92bc

#bca47a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca47a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca47a Color CSS Codes

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

#bca47a Text Font Color

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

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


#bca47a Background Color

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

This div background color is #bca47a


#bca47a Border Color

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

This div border color is #bca47a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca47a


Comments

No comments written yet.

Please login to write comment.