Color Hex Logo

#bc9279 Color Hex

#BC9279
(188,146,121)
0 Favorites   0 Comments

Color spaces of #bc9279

RGB 188146121
HSL0.060.330.61
HSV22°36°74°
CMYK 0.000.220.36   0.26
XYZ34.469132.629622.5706
Yxy32.62960.38440.3639
Hunter Lab57.12237.747516.5585
CIE-Lab63.859912.337519.3241

#bc9279 color RGB value is (188,146,121).

#bc9279 hex color red value is 188, green value is 146 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #bc9279 hue: 0.06 , saturation: 0.33 and the lightness value of bc9279 is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10010010 01111001
Octal 274 222 171
Decimal 188 146 121
Hex BC 92 79

RGB Percentages of Color #bc9279

%41.32
%32.09
%26.59

CMYK Percentages of Color #bc9279

%0
%22
%36
%26

Triadic Colors of #bc9279

#bc9279 #79bc92 #9279bc

Analogous Colors of #bc9279

#bc9279 #bcb479 #bc7982

Monochromatic Colors of #bc9279

#bc9279

Complementary Color

#bc9279 #79a3bc

#bc9279 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc9279 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc9279 Color CSS Codes

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

#bc9279 Text Font Color

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

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


#bc9279 Background Color

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

This div background color is #bc9279


#bc9279 Border Color

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

This div border color is #bc9279


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc9279


Comments

No comments written yet.

Please login to write comment.