Color Hex Logo

#bf773e Color Hex

#BF773E
(191,119,62)
0 Favorites   0 Comments

Color spaces of #bf773e

RGB 19111962
HSL0.070.510.50
HSV27°68°75°
CMYK 0.000.380.68   0.25
XYZ28.952224.61787.7832
Yxy24.61780.47190.4012
Hunter Lab49.616317.330025.4307
CIE-Lab56.701123.055142.3433

#bf773e color RGB value is (191,119,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 01110111 00111110
Octal 277 167 76
Decimal 191 119 62
Hex BF 77 3E

RGB Percentages of Color #bf773e

%51.34
%31.99
%16.67

CMYK Percentages of Color #bf773e

%0
%38
%68
%25

Triadic Colors of #bf773e

#bf773e #3ebf77 #773ebf

Analogous Colors of #bf773e

#bf773e #bfb83e #bf3e45

Monochromatic Colors of #bf773e

#bf773e

Complementary Color

#bf773e #3e86bf

#bf773e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf773e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf773e Color CSS Codes

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

#bf773e Text Font Color

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

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


#bf773e Background Color

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

This div background color is #bf773e


#bf773e Border Color

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

This div border color is #bf773e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf773e


Comments

No comments written yet.

Please login to write comment.