Color Hex Logo

#bca37b Color Hex

#BCA37B
(188,163,123)
0 Favorites   0 Comments

Color spaces of #bca37b

RGB 188163123
HSL0.100.330.61
HSV37°35°74°
CMYK 0.000.130.35   0.26
XYZ37.411438.315824.1628
Yxy38.31580.37450.3836
Hunter Lab61.8998-0.441520.1858
CIE-Lab68.25273.272424.1777

#bca37b color RGB value is (188,163,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100011 01111011
Octal 274 243 173
Decimal 188 163 123
Hex BC A3 7B

RGB Percentages of Color #bca37b

%39.66
%34.39
%25.95

CMYK Percentages of Color #bca37b

%0
%13
%35
%26

Triadic Colors of #bca37b

#bca37b #7bbca3 #a37bbc

Analogous Colors of #bca37b

#bca37b #b5bc7b #bc837b

Monochromatic Colors of #bca37b

#bca37b

Complementary Color

#bca37b #7b94bc

#bca37b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca37b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca37b Color CSS Codes

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

#bca37b Text Font Color

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

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


#bca37b Background Color

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

This div background color is #bca37b


#bca37b Border Color

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

This div border color is #bca37b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca37b


Comments

No comments written yet.

Please login to write comment.