Color Hex Logo

#bca67b Color Hex

#BCA67B
(188,166,123)
0 Favorites   0 Comments

Color spaces of #bca67b

RGB 188166123
HSL0.110.330.61
HSV40°35°74°
CMYK 0.000.120.35   0.26
XYZ37.950439.393924.3425
Yxy39.39390.37320.3874
Hunter Lab62.7646-1.908520.9403
CIE-Lab69.03561.649225.2282

#bca67b color RGB value is (188,166,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100110 01111011
Octal 274 246 173
Decimal 188 166 123
Hex BC A6 7B

RGB Percentages of Color #bca67b

%39.41
%34.80
%25.79

CMYK Percentages of Color #bca67b

%0
%12
%35
%26

Triadic Colors of #bca67b

#bca67b #7bbca6 #a67bbc

Analogous Colors of #bca67b

#bca67b #b2bc7b #bc867b

Monochromatic Colors of #bca67b

#bca67b

Complementary Color

#bca67b #7b91bc

#bca67b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca67b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca67b Color CSS Codes

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

#bca67b Text Font Color

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

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


#bca67b Background Color

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

This div background color is #bca67b


#bca67b Border Color

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

This div border color is #bca67b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca67b


Comments

No comments written yet.

Please login to write comment.