Color Hex Logo

#bc7754 Color Hex

#BC7754
(188,119,84)
1 Favorites   0 Comments

Color spaces of #bc7754

RGB 18811984
HSL0.060.440.53
HSV20°55°74°
CMYK 0.000.370.55   0.26
XYZ28.936124.525111.5962
Yxy24.52510.44480.3770
Hunter Lab49.522817.632320.7827
CIE-Lab56.609723.386630.3877

#bc7754 color RGB value is (188,119,84).

#bc7754 hex color red value is 188, green value is 119 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #bc7754 hue: 0.06 , saturation: 0.44 and the lightness value of bc7754 is 0.53.

The process color (four color CMYK) of #bc7754 color hex is 0.00, 0.37, 0.55, 0.26. Web safe color of #bc7754 is #cc6666. Color #bc7754 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01110111 01010100
Octal 274 167 124
Decimal 188 119 84
Hex BC 77 54

RGB Percentages of Color #bc7754

%48.08
%30.43
%21.48

CMYK Percentages of Color #bc7754

%0
%37
%55
%26

Triadic Colors of #bc7754

#bc7754 #54bc77 #7754bc

Analogous Colors of #bc7754

#bc7754 #bcab54 #bc5465

Monochromatic Colors of #bc7754

#bc7754

Complementary Color

#bc7754 #5499bc

#bc7754 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc7754 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc7754 Color CSS Codes

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

#bc7754 Text Font Color

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

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


#bc7754 Background Color

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

This div background color is #bc7754


#bc7754 Border Color

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

This div border color is #bc7754


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc7754


Comments

No comments written yet.

Please login to write comment.