Color Hex Logo

#bca17a Color Hex

#BCA17A
(188,161,122)
0 Favorites   0 Comments

Color spaces of #bca17a

RGB 188161122
HSL0.100.330.61
HSV35°35°74°
CMYK 0.000.140.35   0.26
XYZ36.996837.586223.7173
Yxy37.58620.37640.3824
Hunter Lab61.30760.429719.9785
CIE-Lab67.71454.233623.9986

#bca17a color RGB value is (188,161,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100001 01111010
Octal 274 241 172
Decimal 188 161 122
Hex BC A1 7A

RGB Percentages of Color #bca17a

%39.92
%34.18
%25.90

CMYK Percentages of Color #bca17a

%0
%14
%35
%26

Triadic Colors of #bca17a

#bca17a #7abca1 #a17abc

Analogous Colors of #bca17a

#bca17a #b6bc7a #bc807a

Monochromatic Colors of #bca17a

#bca17a

Complementary Color

#bca17a #7a95bc

#bca17a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca17a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca17a Color CSS Codes

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

#bca17a Text Font Color

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

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


#bca17a Background Color

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

This div background color is #bca17a


#bca17a Border Color

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

This div border color is #bca17a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca17a


Comments

No comments written yet.

Please login to write comment.