Color Hex Logo

#bc9266 Color Hex

#BC9266
(188,146,102)
0 Favorites   0 Comments

Color spaces of #bc9266

RGB 188146102
HSL0.090.390.57
HSV31°46°74°
CMYK 0.000.220.46   0.26
XYZ33.416232.208417.0260
Yxy32.20840.40430.3897
Hunter Lab56.75245.785221.9394
CIE-Lab63.514810.156929.3452

#bc9266 color RGB value is (188,146,102).

#bc9266 hex color red value is 188, green value is 146 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #bc9266 hue: 0.09 , saturation: 0.39 and the lightness value of bc9266 is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10010010 01100110
Octal 274 222 146
Decimal 188 146 102
Hex BC 92 66

RGB Percentages of Color #bc9266

%43.12
%33.49
%23.39

CMYK Percentages of Color #bc9266

%0
%22
%46
%26

Triadic Colors of #bc9266

#bc9266 #66bc92 #9266bc

Analogous Colors of #bc9266

#bc9266 #bbbc66 #bc6766

Monochromatic Colors of #bc9266

#bc9266

Complementary Color

#bc9266 #6690bc

#bc9266 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc9266 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc9266 Color CSS Codes

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

#bc9266 Text Font Color

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

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


#bc9266 Background Color

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

This div background color is #bc9266


#bc9266 Border Color

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

This div border color is #bc9266


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc9266


Comments

No comments written yet.

Please login to write comment.