Color Hex Logo

#bf783e Color Hex

#BF783E
(191,120,62)
0 Favorites   0 Comments

Color spaces of #bf783e

RGB 19112062
HSL0.070.510.50
HSV27°68°75°
CMYK 0.000.370.68   0.25
XYZ29.071824.85717.8231
Yxy24.85710.47080.4025
Hunter Lab49.856916.834725.5966
CIE-Lab56.935922.505642.6066

#bf783e color RGB value is (191,120,62).

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

The process color (four color CMYK) of #bf783e color hex is 0.00, 0.37, 0.68, 0.25. Web safe color of #bf783e is #cc6633. Color #bf783e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 01111000 00111110
Octal 277 170 76
Decimal 191 120 62
Hex BF 78 3E

RGB Percentages of Color #bf783e

%51.21
%32.17
%16.62

CMYK Percentages of Color #bf783e

%0
%37
%68
%25

Triadic Colors of #bf783e

#bf783e #3ebf78 #783ebf

Analogous Colors of #bf783e

#bf783e #bfb93e #bf3e45

Monochromatic Colors of #bf783e

#bf783e

Complementary Color

#bf783e #3e85bf

#bf783e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf783e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf783e Color CSS Codes

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

#bf783e Text Font Color

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

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


#bf783e Background Color

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

This div background color is #bf783e


#bf783e Border Color

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

This div border color is #bf783e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf783e


Comments

No comments written yet.

Please login to write comment.