Color Hex Logo

#bf683e Color Hex

#BF683E
(191,104,62)
0 Favorites   0 Comments

Color spaces of #bf683e

RGB 19110462
HSL0.050.510.50
HSV20°68°75°
CMYK 0.000.460.68   0.25
XYZ27.305721.32487.2344
Yxy21.32480.48880.3817
Hunter Lab46.178824.734923.0367
CIE-Lab53.303231.199338.4834

#bf683e color RGB value is (191,104,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 01101000 00111110
Octal 277 150 76
Decimal 191 104 62
Hex BF 68 3E

RGB Percentages of Color #bf683e

%53.50
%29.13
%17.37

CMYK Percentages of Color #bf683e

%0
%46
%68
%25

Triadic Colors of #bf683e

#bf683e #3ebf68 #683ebf

Analogous Colors of #bf683e

#bf683e #bfa93e #bf3e55

Monochromatic Colors of #bf683e

#bf683e

Complementary Color

#bf683e #3e95bf

#bf683e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf683e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf683e Color CSS Codes

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

#bf683e Text Font Color

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

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


#bf683e Background Color

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

This div background color is #bf683e


#bf683e Border Color

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

This div border color is #bf683e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf683e


Comments

No comments written yet.

Please login to write comment.