Color Hex Logo

#bc9446 Color Hex

#BC9446
(188,148,70)
0 Favorites   0 Comments

Color spaces of #bc9446

RGB 18814870
HSL0.110.470.51
HSV40°63°74°
CMYK 0.000.210.63   0.26
XYZ32.434432.313410.3220
Yxy32.31340.43210.4304
Hunter Lab56.84492.369529.0254
CIE-Lab63.60116.294346.0496

#bc9446 color RGB value is (188,148,70).

#bc9446 hex color red value is 188, green value is 148 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #bc9446 hue: 0.11 , saturation: 0.47 and the lightness value of bc9446 is 0.51.

The process color (four color CMYK) of #bc9446 color hex is 0.00, 0.21, 0.63, 0.26. Web safe color of #bc9446 is #cc9933. Color #bc9446 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10010100 01000110
Octal 274 224 106
Decimal 188 148 70
Hex BC 94 46

RGB Percentages of Color #bc9446

%46.31
%36.45
%17.24

CMYK Percentages of Color #bc9446

%0
%21
%63
%26

Triadic Colors of #bc9446

#bc9446 #46bc94 #9446bc

Analogous Colors of #bc9446

#bc9446 #a9bc46 #bc5946

Monochromatic Colors of #bc9446

#bc9446

Complementary Color

#bc9446 #466ebc

#bc9446 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc9446 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc9446 Color CSS Codes

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

#bc9446 Text Font Color

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

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


#bc9446 Background Color

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

This div background color is #bc9446


#bc9446 Border Color

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

This div border color is #bc9446


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc9446


Comments

No comments written yet.

Please login to write comment.