Color Hex Logo

#bc924e Color Hex

#BC924E
(188,146,78)
0 Favorites   0 Comments

Color spaces of #bc924e

RGB 18814678
HSL0.100.450.52
HSV37°59°74°
CMYK 0.000.220.59   0.26
XYZ32.393131.799211.6383
Yxy31.79920.42720.4193
Hunter Lab56.39083.853627.2369
CIE-Lab63.17667.975641.5953

#bc924e color RGB value is (188,146,78).

#bc924e hex color red value is 188, green value is 146 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #bc924e hue: 0.10 , saturation: 0.45 and the lightness value of bc924e is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10010010 01001110
Octal 274 222 116
Decimal 188 146 78
Hex BC 92 4E

RGB Percentages of Color #bc924e

%45.63
%35.44
%18.93

CMYK Percentages of Color #bc924e

%0
%22
%59
%26

Triadic Colors of #bc924e

#bc924e #4ebc92 #924ebc

Analogous Colors of #bc924e

#bc924e #afbc4e #bc5b4e

Monochromatic Colors of #bc924e

#bc924e

Complementary Color

#bc924e #4e78bc

#bc924e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc924e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc924e Color CSS Codes

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

#bc924e Text Font Color

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

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


#bc924e Background Color

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

This div background color is #bc924e


#bc924e Border Color

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

This div border color is #bc924e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc924e


Comments

No comments written yet.

Please login to write comment.