Color Hex Logo

#bc924a Color Hex

#BC924A
(188,146,74)
0 Favorites   0 Comments

Color spaces of #bc924a

RGB 18814674
HSL0.110.460.51
HSV38°61°74°
CMYK 0.000.220.61   0.26
XYZ32.254031.743510.9057
Yxy31.74350.43060.4238
Hunter Lab56.34143.589327.9625
CIE-Lab63.13037.674443.5504

#bc924a color RGB value is (188,146,74).

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

The process color (four color CMYK) of #bc924a color hex is 0.00, 0.22, 0.61, 0.26. Web safe color of #bc924a is #cc9933. Color #bc924a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10010010 01001010
Octal 274 222 112
Decimal 188 146 74
Hex BC 92 4A

RGB Percentages of Color #bc924a

%46.08
%35.78
%18.14

CMYK Percentages of Color #bc924a

%0
%22
%61
%26

Triadic Colors of #bc924a

#bc924a #4abc92 #924abc

Analogous Colors of #bc924a

#bc924a #adbc4a #bc594a

Monochromatic Colors of #bc924a

#bc924a

Complementary Color

#bc924a #4a74bc

#bc924a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc924a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc924a Color CSS Codes

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

#bc924a Text Font Color

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

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


#bc924a Background Color

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

This div background color is #bc924a


#bc924a Border Color

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

This div border color is #bc924a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc924a


Comments

No comments written yet.

Please login to write comment.