Color Hex Logo

#bf834e Color Hex

#BF834E
(191,131,78)
1 Favorites   0 Comments

Color spaces of #bf834e

RGB 19113178
HSL0.080.470.53
HSV28°59°75°
CMYK 0.000.310.59   0.25
XYZ30.977327.859010.9524
Yxy27.85900.44390.3992
Hunter Lab52.781612.393024.6442
CIE-Lab59.761117.533137.6091

#bf834e color RGB value is (191,131,78).

#bf834e hex color red value is 191, green value is 131 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #bf834e hue: 0.08 , saturation: 0.47 and the lightness value of bf834e is 0.53.

The process color (four color CMYK) of #bf834e color hex is 0.00, 0.31, 0.59, 0.25. Web safe color of #bf834e is #cc9966. Color #bf834e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10000011 01001110
Octal 277 203 116
Decimal 191 131 78
Hex BF 83 4E

RGB Percentages of Color #bf834e

%47.75
%32.75
%19.50

CMYK Percentages of Color #bf834e

%0
%31
%59
%25

Triadic Colors of #bf834e

#bf834e #4ebf83 #834ebf

Analogous Colors of #bf834e

#bf834e #bfbc4e #bf4e51

Monochromatic Colors of #bf834e

#bf834e

Complementary Color

#bf834e #4e8abf

#bf834e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf834e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf834e Color CSS Codes

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

#bf834e Text Font Color

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

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


#bf834e Background Color

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

This div background color is #bf834e


#bf834e Border Color

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

This div border color is #bf834e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf834e

#bf834e Color Palettes


Comments

No comments written yet.

Please login to write comment.