Color Hex Logo

#bca236 Color Hex

#BCA236
(188,162,54)
0 Favorites   0 Comments

Color spaces of #bca236

RGB 18816254
HSL0.130.550.47
HSV48°71°74°
CMYK 0.000.140.71   0.26
XYZ34.325236.79848.7837
Yxy36.79840.42960.4605
Hunter Lab60.6617-5.154433.8781
CIE-Lab67.1255-2.235556.9022

#bca236 color RGB value is (188,162,54).

#bca236 hex color red value is 188, green value is 162 and the blue value of its RGB is 54. Cylindrical-coordinate representations (also known as HSL) of color #bca236 hue: 0.13 , saturation: 0.55 and the lightness value of bca236 is 0.47.

The process color (four color CMYK) of #bca236 color hex is 0.00, 0.14, 0.71, 0.26. Web safe color of #bca236 is #cc9933. Color #bca236 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100010 00110110
Octal 274 242 66
Decimal 188 162 54
Hex BC A2 36

RGB Percentages of Color #bca236

%46.53
%40.10
%13.37

CMYK Percentages of Color #bca236

%0
%14
%71
%26

Triadic Colors of #bca236

#bca236 #36bca2 #a236bc

Analogous Colors of #bca236

#bca236 #93bc36 #bc5f36

Monochromatic Colors of #bca236

#bca236

Complementary Color

#bca236 #3650bc

#bca236 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca236 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca236 Color CSS Codes

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

#bca236 Text Font Color

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

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


#bca236 Background Color

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

This div background color is #bca236


#bca236 Border Color

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

This div border color is #bca236


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca236


Comments

No comments written yet.

Please login to write comment.