Color Hex Logo

#bcab61 Color Hex

#BCAB61
(188,171,97)
0 Favorites   0 Comments

Color spaces of #bcab61

RGB 18817197
HSL0.140.400.56
HSV49°48°74°
CMYK 0.000.090.48   0.26
XYZ37.459640.680317.1870
Yxy40.68030.39300.4267
Hunter Lab63.7811-6.781228.6700
CIE-Lab69.9514-3.892040.1042

#bcab61 color RGB value is (188,171,97).

#bcab61 hex color red value is 188, green value is 171 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #bcab61 hue: 0.14 , saturation: 0.40 and the lightness value of bcab61 is 0.56.

The process color (four color CMYK) of #bcab61 color hex is 0.00, 0.09, 0.48, 0.26. Web safe color of #bcab61 is #cc9966. Color #bcab61 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101011 01100001
Octal 274 253 141
Decimal 188 171 97
Hex BC AB 61

RGB Percentages of Color #bcab61

%41.23
%37.50
%21.27

CMYK Percentages of Color #bcab61

%0
%9
%48
%26

Triadic Colors of #bcab61

#bcab61 #61bcab #ab61bc

Analogous Colors of #bcab61

#bcab61 #a0bc61 #bc7e61

Monochromatic Colors of #bcab61

#bcab61

Complementary Color

#bcab61 #6172bc

#bcab61 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcab61 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcab61 Color CSS Codes

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

#bcab61 Text Font Color

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

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


#bcab61 Background Color

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

This div background color is #bcab61


#bcab61 Border Color

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

This div border color is #bcab61


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcab61


Comments

No comments written yet.

Please login to write comment.