Color Hex Logo

#bc923a Color Hex

#BC923A
(188,146,58)
0 Favorites   0 Comments

Color spaces of #bc923a

RGB 18814658
HSL0.110.530.48
HSV41°69°74°
CMYK 0.000.220.69   0.26
XYZ31.781631.55468.4186
Yxy31.55460.44290.4398
Hunter Lab56.17352.687430.4358
CIE-Lab62.97306.641350.9571

#bc923a color RGB value is (188,146,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10010010 00111010
Octal 274 222 72
Decimal 188 146 58
Hex BC 92 3A

RGB Percentages of Color #bc923a

%47.96
%37.24
%14.80

CMYK Percentages of Color #bc923a

%0
%22
%69
%26

Triadic Colors of #bc923a

#bc923a #3abc92 #923abc

Analogous Colors of #bc923a

#bc923a #a5bc3a #bc513a

Monochromatic Colors of #bc923a

#bc923a

Complementary Color

#bc923a #3a64bc

#bc923a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc923a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc923a Color CSS Codes

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

#bc923a Text Font Color

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

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


#bc923a Background Color

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

This div background color is #bc923a


#bc923a Border Color

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

This div border color is #bc923a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc923a


Comments

No comments written yet.

Please login to write comment.