Color Hex Logo

#bc783b Color Hex

#BC783B
(188,120,59)
0 Favorites   0 Comments

Color spaces of #bc783b

RGB 18812059
HSL0.080.520.48
HSV28°69°74°
CMYK 0.000.360.69   0.26
XYZ28.244924.44017.3664
Yxy24.44010.47030.4070
Hunter Lab49.436915.468125.7713
CIE-Lab56.525821.048743.5499

#bc783b color RGB value is (188,120,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01111000 00111011
Octal 274 170 73
Decimal 188 120 59
Hex BC 78 3B

RGB Percentages of Color #bc783b

%51.23
%32.70
%16.08

CMYK Percentages of Color #bc783b

%0
%36
%69
%26

Triadic Colors of #bc783b

#bc783b #3bbc78 #783bbc

Analogous Colors of #bc783b

#bc783b #bcb93b #bc3b3f

Monochromatic Colors of #bc783b

#bc783b

Complementary Color

#bc783b #3b7fbc

#bc783b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc783b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc783b Color CSS Codes

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

#bc783b Text Font Color

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

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


#bc783b Background Color

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

This div background color is #bc783b


#bc783b Border Color

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

This div border color is #bc783b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc783b


Comments

No comments written yet.

Please login to write comment.