Color Hex Logo

#bc902e Color Hex

#BC902E
(188,144,46)
0 Favorites   0 Comments

Color spaces of #bc902e

RGB 18814446
HSL0.120.610.46
HSV41°76°74°
CMYK 0.000.230.76   0.26
XYZ31.205430.83516.8918
Yxy30.83510.45270.4473
Hunter Lab55.52943.133931.5120
CIE-Lab62.36827.138355.4122

#bc902e color RGB value is (188,144,46).

#bc902e hex color red value is 188, green value is 144 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #bc902e hue: 0.12 , saturation: 0.61 and the lightness value of bc902e is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10010000 00101110
Octal 274 220 56
Decimal 188 144 46
Hex BC 90 2E

RGB Percentages of Color #bc902e

%49.74
%38.10
%12.17

CMYK Percentages of Color #bc902e

%0
%23
%76
%26

Triadic Colors of #bc902e

#bc902e #2ebc90 #902ebc

Analogous Colors of #bc902e

#bc902e #a1bc2e #bc492e

Monochromatic Colors of #bc902e

#bc902e

Complementary Color

#bc902e #2e5abc

#bc902e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc902e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc902e Color CSS Codes

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

#bc902e Text Font Color

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

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


#bc902e Background Color

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

This div background color is #bc902e


#bc902e Border Color

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

This div border color is #bc902e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc902e


Comments

No comments written yet.

Please login to write comment.