Color Hex Logo

#bc733e Color Hex

#BC733E
(188,115,62)
0 Favorites   0 Comments

Color spaces of #bc733e

RGB 18811562
HSL0.070.500.49
HSV25°67°74°
CMYK 0.000.390.67   0.26
XYZ27.739323.30067.5929
Yxy23.30060.47310.3974
Hunter Lab48.270718.103324.4633
CIE-Lab55.380623.981840.7487

#bc733e color RGB value is (188,115,62).

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

The process color (four color CMYK) of #bc733e color hex is 0.00, 0.39, 0.67, 0.26. Web safe color of #bc733e is #cc6633. Color #bc733e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01110011 00111110
Octal 274 163 76
Decimal 188 115 62
Hex BC 73 3E

RGB Percentages of Color #bc733e

%51.51
%31.51
%16.99

CMYK Percentages of Color #bc733e

%0
%39
%67
%26

Triadic Colors of #bc733e

#bc733e #3ebc73 #733ebc

Analogous Colors of #bc733e

#bc733e #bcb23e #bc3e48

Monochromatic Colors of #bc733e

#bc733e

Complementary Color

#bc733e #3e87bc

#bc733e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc733e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc733e Color CSS Codes

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

#bc733e Text Font Color

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

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


#bc733e Background Color

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

This div background color is #bc733e


#bc733e Border Color

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

This div border color is #bc733e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,115,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 #bc733e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc733e


Comments

No comments written yet.

Please login to write comment.