Color Hex Logo

#bf782e Color Hex

#BF782E
(191,120,46)
0 Favorites   0 Comments

Color spaces of #bf782e

RGB 19112046
HSL0.090.610.46
HSV31°76°75°
CMYK 0.000.370.76   0.25
XYZ28.695524.70665.8412
Yxy24.70660.48440.4170
Hunter Lab49.705716.064427.8265
CIE-Lab56.788421.681650.0673

#bf782e color RGB value is (191,120,46).

#bf782e hex color red value is 191, green value is 120 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #bf782e hue: 0.09 , saturation: 0.61 and the lightness value of bf782e is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 01111000 00101110
Octal 277 170 56
Decimal 191 120 46
Hex BF 78 2E

RGB Percentages of Color #bf782e

%53.50
%33.61
%12.89

CMYK Percentages of Color #bf782e

%0
%37
%76
%25

Triadic Colors of #bf782e

#bf782e #2ebf78 #782ebf

Analogous Colors of #bf782e

#bf782e #bebf2e #bf302e

Monochromatic Colors of #bf782e

#bf782e

Complementary Color

#bf782e #2e75bf

#bf782e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf782e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf782e Color CSS Codes

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

#bf782e Text Font Color

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

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


#bf782e Background Color

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

This div background color is #bf782e


#bf782e Border Color

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

This div border color is #bf782e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf782e


Comments

No comments written yet.

Please login to write comment.