Color Hex Logo

#bf833e Color Hex

#BF833E
(191,131,62)
0 Favorites   0 Comments

Color spaces of #bf833e

RGB 19113162
HSL0.090.510.50
HSV32°68°75°
CMYK 0.000.310.68   0.25
XYZ30.471727.65688.2897
Yxy27.65680.45880.4164
Hunter Lab52.589711.395027.4670
CIE-Lab59.577416.442845.5396

#bf833e color RGB value is (191,131,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10000011 00111110
Octal 277 203 76
Decimal 191 131 62
Hex BF 83 3E

RGB Percentages of Color #bf833e

%49.74
%34.11
%16.15

CMYK Percentages of Color #bf833e

%0
%31
%68
%25

Triadic Colors of #bf833e

#bf833e #3ebf83 #833ebf

Analogous Colors of #bf833e

#bf833e #bbbf3e #bf433e

Monochromatic Colors of #bf833e

#bf833e

Complementary Color

#bf833e #3e7abf

#bf833e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf833e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf833e Color CSS Codes

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

#bf833e Text Font Color

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

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


#bf833e Background Color

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

This div background color is #bf833e


#bf833e Border Color

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

This div border color is #bf833e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf833e


Comments

No comments written yet.

Please login to write comment.