Color Hex Logo

#bca482 Color Hex

#BCA482
(188,164,130)
0 Favorites   0 Comments

Color spaces of #bca482

RGB 188164130
HSL0.100.300.62
HSV35°31°74°
CMYK 0.000.130.31   0.26
XYZ38.043838.854026.6135
Yxy38.85400.36750.3754
Hunter Lab62.3330-0.138518.3188
CIE-Lab68.64543.633120.8921

#bca482 color RGB value is (188,164,130).

#bca482 hex color red value is 188, green value is 164 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #bca482 hue: 0.10 , saturation: 0.30 and the lightness value of bca482 is 0.62.

The process color (four color CMYK) of #bca482 color hex is 0.00, 0.13, 0.31, 0.26. Web safe color of #bca482 is #cc9999. Color #bca482 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100100 10000010
Octal 274 244 202
Decimal 188 164 130
Hex BC A4 82

RGB Percentages of Color #bca482

%39.00
%34.02
%26.97

CMYK Percentages of Color #bca482

%0
%13
%31
%26

Triadic Colors of #bca482

#bca482 #82bca4 #a482bc

Analogous Colors of #bca482

#bca482 #b7bc82 #bc8782

Monochromatic Colors of #bca482

#bca482

Complementary Color

#bca482 #829abc

#bca482 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca482 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca482 Color CSS Codes

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

#bca482 Text Font Color

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

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


#bca482 Background Color

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

This div background color is #bca482


#bca482 Border Color

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

This div border color is #bca482


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca482


Comments

No comments written yet.

Please login to write comment.