Color Hex Logo

#bc9675 Color Hex

#BC9675
(188,150,117)
0 Favorites   0 Comments

Color spaces of #bc9675

RGB 188150117
HSL0.080.350.60
HSV28°38°74°
CMYK 0.000.200.38   0.26
XYZ34.856333.788421.5143
Yxy33.78840.38660.3748
Hunter Lab58.12785.313818.7450
CIE-Lab64.79439.640022.8112

#bc9675 color RGB value is (188,150,117).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10010110 01110101
Octal 274 226 165
Decimal 188 150 117
Hex BC 96 75

RGB Percentages of Color #bc9675

%41.32
%32.97
%25.71

CMYK Percentages of Color #bc9675

%0
%20
%38
%26

Triadic Colors of #bc9675

#bc9675 #75bc96 #9675bc

Analogous Colors of #bc9675

#bc9675 #bcba75 #bc7578

Monochromatic Colors of #bc9675

#bc9675

Complementary Color

#bc9675 #759bbc

#bc9675 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc9675 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc9675 Color CSS Codes

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

#bc9675 Text Font Color

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

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


#bc9675 Background Color

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

This div background color is #bc9675


#bc9675 Border Color

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

This div border color is #bc9675


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc9675


Comments

No comments written yet.

Please login to write comment.