Color Hex Logo

#bc9035 Color Hex

#BC9035
(188,144,53)
0 Favorites   0 Comments

Color spaces of #bc9035

RGB 18814453
HSL0.110.560.47
HSV40°72°74°
CMYK 0.000.230.72   0.26
XYZ31.354930.89497.6789
Yxy30.89490.44840.4418
Hunter Lab55.58323.422730.7172
CIE-Lab62.41887.470152.5739

#bc9035 color RGB value is (188,144,53).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10010000 00110101
Octal 274 220 65
Decimal 188 144 53
Hex BC 90 35

RGB Percentages of Color #bc9035

%48.83
%37.40
%13.77

CMYK Percentages of Color #bc9035

%0
%23
%72
%26

Triadic Colors of #bc9035

#bc9035 #35bc90 #9035bc

Analogous Colors of #bc9035

#bc9035 #a5bc35 #bc4d35

Monochromatic Colors of #bc9035

#bc9035

Complementary Color

#bc9035 #3561bc

#bc9035 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc9035 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc9035 Color CSS Codes

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

#bc9035 Text Font Color

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

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


#bc9035 Background Color

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

This div background color is #bc9035


#bc9035 Border Color

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

This div border color is #bc9035


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc9035


Comments

No comments written yet.

Please login to write comment.