Color Hex Logo

#bc903e Color Hex

#BC903E
(188,144,62)
0 Favorites   0 Comments

Color spaces of #bc903e

RGB 18814462
HSL0.110.500.49
HSV39°67°74°
CMYK 0.000.230.67   0.26
XYZ31.581830.98578.8737
Yxy30.98570.44210.4337
Hunter Lab55.66483.859829.5138
CIE-Lab62.49567.970648.6254

#bc903e color RGB value is (188,144,62).

#bc903e hex color red value is 188, green value is 144 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #bc903e hue: 0.11 , saturation: 0.50 and the lightness value of bc903e is 0.49.

The process color (four color CMYK) of #bc903e color hex is 0.00, 0.23, 0.67, 0.26. Web safe color of #bc903e is #cc9933. Color #bc903e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10010000 00111110
Octal 274 220 76
Decimal 188 144 62
Hex BC 90 3E

RGB Percentages of Color #bc903e

%47.72
%36.55
%15.74

CMYK Percentages of Color #bc903e

%0
%23
%67
%26

Triadic Colors of #bc903e

#bc903e #3ebc90 #903ebc

Analogous Colors of #bc903e

#bc903e #a9bc3e #bc513e

Monochromatic Colors of #bc903e

#bc903e

Complementary Color

#bc903e #3e6abc

#bc903e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc903e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc903e Color CSS Codes

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

#bc903e Text Font Color

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

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


#bc903e Background Color

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

This div background color is #bc903e


#bc903e Border Color

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

This div border color is #bc903e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc903e


Comments

No comments written yet.

Please login to write comment.