Color Hex Logo

#bc9277 Color Hex

#BC9277
(188,146,119)
0 Favorites   0 Comments

Color spaces of #bc9277

RGB 188146119
HSL0.070.340.60
HSV23°37°74°
CMYK 0.000.220.37   0.26
XYZ34.347732.581021.9312
Yxy32.58100.38650.3667
Hunter Lab57.07987.522617.1754
CIE-Lab63.820212.089320.3842

#bc9277 color RGB value is (188,146,119).

#bc9277 hex color red value is 188, green value is 146 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #bc9277 hue: 0.07 , saturation: 0.34 and the lightness value of bc9277 is 0.60.

The process color (four color CMYK) of #bc9277 color hex is 0.00, 0.22, 0.37, 0.26. Web safe color of #bc9277 is #cc9966. Color #bc9277 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10010010 01110111
Octal 274 222 167
Decimal 188 146 119
Hex BC 92 77

RGB Percentages of Color #bc9277

%41.50
%32.23
%26.27

CMYK Percentages of Color #bc9277

%0
%22
%37
%26

Triadic Colors of #bc9277

#bc9277 #77bc92 #9277bc

Analogous Colors of #bc9277

#bc9277 #bcb577 #bc777f

Monochromatic Colors of #bc9277

#bc9277

Complementary Color

#bc9277 #77a1bc

#bc9277 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc9277 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc9277 Color CSS Codes

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

#bc9277 Text Font Color

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

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


#bc9277 Background Color

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

This div background color is #bc9277


#bc9277 Border Color

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

This div border color is #bc9277


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc9277


Comments

No comments written yet.

Please login to write comment.