Color Hex Logo

#bf843e Color Hex

#BF843E
(191,132,62)
0 Favorites   0 Comments

Color spaces of #bf843e

RGB 19113262
HSL0.090.510.50
HSV33°68°75°
CMYK 0.000.310.68   0.25
XYZ30.606627.92678.3347
Yxy27.92670.45770.4176
Hunter Lab52.845710.901727.6409
CIE-Lab59.822515.890745.8090

#bf843e color RGB value is (191,132,62).

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

The process color (four color CMYK) of #bf843e color hex is 0.00, 0.31, 0.68, 0.25. Web safe color of #bf843e is #cc9933. Color #bf843e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10000100 00111110
Octal 277 204 76
Decimal 191 132 62
Hex BF 84 3E

RGB Percentages of Color #bf843e

%49.61
%34.29
%16.10

CMYK Percentages of Color #bf843e

%0
%31
%68
%25

Triadic Colors of #bf843e

#bf843e #3ebf84 #843ebf

Analogous Colors of #bf843e

#bf843e #babf3e #bf443e

Monochromatic Colors of #bf843e

#bf843e

Complementary Color

#bf843e #3e79bf

#bf843e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf843e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf843e Color CSS Codes

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

#bf843e Text Font Color

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

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


#bf843e Background Color

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

This div background color is #bf843e


#bf843e Border Color

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

This div border color is #bf843e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf843e


Comments

No comments written yet.

Please login to write comment.