Color Hex Logo

#bc773a Color Hex

#BC773A
(188,119,58)
0 Favorites   0 Comments

Color spaces of #bc773a

RGB 18811958
HSL0.080.530.48
HSV28°69°74°
CMYK 0.000.370.69   0.26
XYZ28.099624.19057.1912
Yxy24.19050.47240.4067
Hunter Lab49.183815.908525.7599
CIE-Lab56.278021.543543.7740

#bc773a color RGB value is (188,119,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01110111 00111010
Octal 274 167 72
Decimal 188 119 58
Hex BC 77 3A

RGB Percentages of Color #bc773a

%51.51
%32.60
%15.89

CMYK Percentages of Color #bc773a

%0
%37
%69
%26

Triadic Colors of #bc773a

#bc773a #3abc77 #773abc

Analogous Colors of #bc773a

#bc773a #bcb83a #bc3a3e

Monochromatic Colors of #bc773a

#bc773a

Complementary Color

#bc773a #3a7fbc

#bc773a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc773a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc773a Color CSS Codes

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

#bc773a Text Font Color

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

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


#bc773a Background Color

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

This div background color is #bc773a


#bc773a Border Color

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

This div border color is #bc773a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc773a


Comments

No comments written yet.

Please login to write comment.