Color Hex Logo

#bca675 Color Hex

#BCA675
(188,166,117)
0 Favorites   0 Comments

Color spaces of #bca675

RGB 188166117
HSL0.120.350.60
HSV41°38°74°
CMYK 0.000.120.38   0.26
XYZ37.586139.248222.4243
Yxy39.24820.37870.3954
Hunter Lab62.6484-2.543022.6317
CIE-Lab68.93070.919728.3232

#bca675 color RGB value is (188,166,117).

#bca675 hex color red value is 188, green value is 166 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #bca675 hue: 0.12 , saturation: 0.35 and the lightness value of bca675 is 0.60.

The process color (four color CMYK) of #bca675 color hex is 0.00, 0.12, 0.38, 0.26. Web safe color of #bca675 is #cc9966. Color #bca675 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100110 01110101
Octal 274 246 165
Decimal 188 166 117
Hex BC A6 75

RGB Percentages of Color #bca675

%39.92
%35.24
%24.84

CMYK Percentages of Color #bca675

%0
%12
%38
%26

Triadic Colors of #bca675

#bca675 #75bca6 #a675bc

Analogous Colors of #bca675

#bca675 #afbc75 #bc8375

Monochromatic Colors of #bca675

#bca675

Complementary Color

#bca675 #758bbc

#bca675 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca675 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca675 Color CSS Codes

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

#bca675 Text Font Color

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

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


#bca675 Background Color

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

This div background color is #bca675


#bca675 Border Color

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

This div border color is #bca675


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca675


Comments

No comments written yet.

Please login to write comment.