Color Hex Logo

#bca448 Color Hex

#BCA448
(188,164,72)
0 Favorites   0 Comments

Color spaces of #bca448

RGB 18816472
HSL0.130.460.51
HSV48°62°74°
CMYK 0.000.130.62   0.26
XYZ35.184237.710211.5553
Yxy37.71020.41660.4465
Hunter Lab61.4086-5.193231.8294
CIE-Lab67.8065-2.224949.8040

#bca448 color RGB value is (188,164,72).

#bca448 hex color red value is 188, green value is 164 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #bca448 hue: 0.13 , saturation: 0.46 and the lightness value of bca448 is 0.51.

The process color (four color CMYK) of #bca448 color hex is 0.00, 0.13, 0.62, 0.26. Web safe color of #bca448 is #cc9933. Color #bca448 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100100 01001000
Octal 274 244 110
Decimal 188 164 72
Hex BC A4 48

RGB Percentages of Color #bca448

%44.34
%38.68
%16.98

CMYK Percentages of Color #bca448

%0
%13
%62
%26

Triadic Colors of #bca448

#bca448 #48bca4 #a448bc

Analogous Colors of #bca448

#bca448 #9abc48 #bc6a48

Monochromatic Colors of #bca448

#bca448

Complementary Color

#bca448 #4860bc

#bca448 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca448 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca448 Color CSS Codes

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

#bca448 Text Font Color

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

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


#bca448 Background Color

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

This div background color is #bca448


#bca448 Border Color

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

This div border color is #bca448


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca448


Comments

No comments written yet.

Please login to write comment.