Color Hex Logo

#bf824f Color Hex

#BF824F
(191,130,79)
0 Favorites   0 Comments

Color spaces of #bf824f

RGB 19113079
HSL0.080.470.53
HSV27°59°75°
CMYK 0.000.320.59   0.25
XYZ30.879827.606111.0981
Yxy27.60610.44380.3967
Hunter Lab52.541512.960724.2555
CIE-Lab59.531218.162936.8020

#bf824f color RGB value is (191,130,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10000010 01001111
Octal 277 202 117
Decimal 191 130 79
Hex BF 82 4F

RGB Percentages of Color #bf824f

%47.75
%32.50
%19.75

CMYK Percentages of Color #bf824f

%0
%32
%59
%25

Triadic Colors of #bf824f

#bf824f #4fbf82 #824fbf

Analogous Colors of #bf824f

#bf824f #bfba4f #bf4f54

Monochromatic Colors of #bf824f

#bf824f

Complementary Color

#bf824f #4f8cbf

#bf824f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf824f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf824f Color CSS Codes

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

#bf824f Text Font Color

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

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


#bf824f Background Color

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

This div background color is #bf824f


#bf824f Border Color

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

This div border color is #bf824f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf824f


Comments

No comments written yet.

Please login to write comment.