Color Hex Logo

#bf8461 Color Hex

#BF8461
(191,132,97)
0 Favorites   0 Comments

Color spaces of #bf8461

RGB 19113297
HSL0.060.420.56
HSV22°49°75°
CMYK 0.000.310.49   0.25
XYZ31.894828.442015.1181
Yxy28.44200.42270.3769
Hunter Lab53.331013.423220.5244
CIE-Lab60.286018.635027.9635

#bf8461 color RGB value is (191,132,97).

#bf8461 hex color red value is 191, green value is 132 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #bf8461 hue: 0.06 , saturation: 0.42 and the lightness value of bf8461 is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10000100 01100001
Octal 277 204 141
Decimal 191 132 97
Hex BF 84 61

RGB Percentages of Color #bf8461

%45.48
%31.43
%23.10

CMYK Percentages of Color #bf8461

%0
%31
%49
%25

Triadic Colors of #bf8461

#bf8461 #61bf84 #8461bf

Analogous Colors of #bf8461

#bf8461 #bfb361 #bf616d

Monochromatic Colors of #bf8461

#bf8461

Complementary Color

#bf8461 #619cbf

#bf8461 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf8461 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf8461 Color CSS Codes

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

#bf8461 Text Font Color

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

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


#bf8461 Background Color

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

This div background color is #bf8461


#bf8461 Border Color

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

This div border color is #bf8461


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf8461


Comments

No comments written yet.

Please login to write comment.