Color Hex Logo

#bf834d Color Hex

#BF834D
(191,131,77)
0 Favorites   0 Comments

Color spaces of #bf834d

RGB 19113177
HSL0.080.470.53
HSV28°60°75°
CMYK 0.000.310.60   0.25
XYZ30.941727.844810.7650
Yxy27.84480.44490.4003
Hunter Lab52.768212.322824.8422
CIE-Lab59.748317.456738.1204

#bf834d color RGB value is (191,131,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10000011 01001101
Octal 277 203 115
Decimal 191 131 77
Hex BF 83 4D

RGB Percentages of Color #bf834d

%47.87
%32.83
%19.30

CMYK Percentages of Color #bf834d

%0
%31
%60
%25

Triadic Colors of #bf834d

#bf834d #4dbf83 #834dbf

Analogous Colors of #bf834d

#bf834d #bfbc4d #bf4d50

Monochromatic Colors of #bf834d

#bf834d

Complementary Color

#bf834d #4d89bf

#bf834d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf834d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf834d Color CSS Codes

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

#bf834d Text Font Color

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

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


#bf834d Background Color

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

This div background color is #bf834d


#bf834d Border Color

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

This div border color is #bf834d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf834d


Comments

No comments written yet.

Please login to write comment.