Color Hex Logo

#bc764a Color Hex

#BC764A
(188,118,74)
0 Favorites   0 Comments

Color spaces of #bc764a

RGB 18811874
HSL0.060.460.51
HSV23°61°74°
CMYK 0.000.370.61   0.26
XYZ28.453524.14269.6389
Yxy24.14260.45720.3879
Hunter Lab49.135117.380522.7636
CIE-Lab56.230323.141735.3991

#bc764a color RGB value is (188,118,74).

#bc764a hex color red value is 188, green value is 118 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #bc764a hue: 0.06 , saturation: 0.46 and the lightness value of bc764a is 0.51.

The process color (four color CMYK) of #bc764a color hex is 0.00, 0.37, 0.61, 0.26. Web safe color of #bc764a is #cc6633. Color #bc764a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01110110 01001010
Octal 274 166 112
Decimal 188 118 74
Hex BC 76 4A

RGB Percentages of Color #bc764a

%49.47
%31.05
%19.47

CMYK Percentages of Color #bc764a

%0
%37
%61
%26

Triadic Colors of #bc764a

#bc764a #4abc76 #764abc

Analogous Colors of #bc764a

#bc764a #bcaf4a #bc4a57

Monochromatic Colors of #bc764a

#bc764a

Complementary Color

#bc764a #4a90bc

#bc764a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc764a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc764a Color CSS Codes

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

#bc764a Text Font Color

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

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


#bc764a Background Color

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

This div background color is #bc764a


#bc764a Border Color

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

This div border color is #bc764a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc764a


Comments

No comments written yet.

Please login to write comment.