Color Hex Logo

#bf824e Color Hex

#BF824E
(191,130,78)
0 Favorites   0 Comments

Color spaces of #bf824e

RGB 19113078
HSL0.080.470.53
HSV28°59°75°
CMYK 0.000.320.59   0.25
XYZ30.843627.591710.9078
Yxy27.59170.44480.3979
Hunter Lab52.527812.889124.4574
CIE-Lab59.518118.085137.3164

#bf824e color RGB value is (191,130,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10000010 01001110
Octal 277 202 116
Decimal 191 130 78
Hex BF 82 4E

RGB Percentages of Color #bf824e

%47.87
%32.58
%19.55

CMYK Percentages of Color #bf824e

%0
%32
%59
%25

Triadic Colors of #bf824e

#bf824e #4ebf82 #824ebf

Analogous Colors of #bf824e

#bf824e #bfbb4e #bf4e53

Monochromatic Colors of #bf824e

#bf824e

Complementary Color

#bf824e #4e8bbf

#bf824e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf824e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf824e Color CSS Codes

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

#bf824e Text Font Color

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

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


#bf824e Background Color

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

This div background color is #bf824e


#bf824e Border Color

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

This div border color is #bf824e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf824e


Comments

No comments written yet.

Please login to write comment.