Color Hex Logo

#bca248 Color Hex

#BCA248
(188,162,72)
0 Favorites   0 Comments

Color spaces of #bca248

RGB 18816272
HSL0.130.460.51
HSV47°62°74°
CMYK 0.000.140.62   0.26
XYZ34.829136.999911.4369
Yxy36.99990.41830.4444
Hunter Lab60.8275-4.241331.4315
CIE-Lab67.2770-1.154449.2156

#bca248 color RGB value is (188,162,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100010 01001000
Octal 274 242 110
Decimal 188 162 72
Hex BC A2 48

RGB Percentages of Color #bca248

%44.55
%38.39
%17.06

CMYK Percentages of Color #bca248

%0
%14
%62
%26

Triadic Colors of #bca248

#bca248 #48bca2 #a248bc

Analogous Colors of #bca248

#bca248 #9cbc48 #bc6848

Monochromatic Colors of #bca248

#bca248

Complementary Color

#bca248 #4862bc

#bca248 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca248 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca248 Color CSS Codes

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

#bca248 Text Font Color

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

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


#bca248 Background Color

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

This div background color is #bca248


#bca248 Border Color

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

This div border color is #bca248


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca248


Comments

No comments written yet.

Please login to write comment.