Color Hex Logo

#bca751 Color Hex

#BCA751
(188,167,81)
0 Favorites   0 Comments

Color spaces of #bca751

RGB 18816781
HSL0.130.440.53
HSV48°57°74°
CMYK 0.000.110.57   0.26
XYZ36.043038.922913.3978
Yxy38.92290.40790.4405
Hunter Lab62.3882-6.056130.9393
CIE-Lab68.6954-3.158946.5499

#bca751 color RGB value is (188,167,81).

#bca751 hex color red value is 188, green value is 167 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #bca751 hue: 0.13 , saturation: 0.44 and the lightness value of bca751 is 0.53.

The process color (four color CMYK) of #bca751 color hex is 0.00, 0.11, 0.57, 0.26. Web safe color of #bca751 is #cc9966. Color #bca751 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100111 01010001
Octal 274 247 121
Decimal 188 167 81
Hex BC A7 51

RGB Percentages of Color #bca751

%43.12
%38.30
%18.58

CMYK Percentages of Color #bca751

%0
%11
%57
%26

Triadic Colors of #bca751

#bca751 #51bca7 #a751bc

Analogous Colors of #bca751

#bca751 #9cbc51 #bc7251

Monochromatic Colors of #bca751

#bca751

Complementary Color

#bca751 #5166bc

#bca751 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca751 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca751 Color CSS Codes

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

#bca751 Text Font Color

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

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


#bca751 Background Color

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

This div background color is #bca751


#bca751 Border Color

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

This div border color is #bca751


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca751


Comments

No comments written yet.

Please login to write comment.