Color Hex Logo

#bfa499 Color Hex

#BFA499
(191,164,153)
0 Favorites   0 Comments

Color spaces of #bfa499

RGB 191164153
HSL0.050.230.67
HSV17°20°75°
CMYK 0.000.140.20   0.25
XYZ40.511139.927235.7085
Yxy39.92720.34880.3438
Hunter Lab63.18803.861010.7259
CIE-Lab69.41768.10409.3497

#bfa499 color RGB value is (191,164,153).

#bfa499 hex color red value is 191, green value is 164 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #bfa499 hue: 0.05 , saturation: 0.23 and the lightness value of bfa499 is 0.67.

The process color (four color CMYK) of #bfa499 color hex is 0.00, 0.14, 0.20, 0.25. Web safe color of #bfa499 is #cc9999. Color #bfa499 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10100100 10011001
Octal 277 244 231
Decimal 191 164 153
Hex BF A4 99

RGB Percentages of Color #bfa499

%37.60
%32.28
%30.12

CMYK Percentages of Color #bfa499

%0
%14
%20
%25

Triadic Colors of #bfa499

#bfa499 #99bfa4 #a499bf

Analogous Colors of #bfa499

#bfa499 #bfb799 #bf99a1

Monochromatic Colors of #bfa499

#bfa499

Complementary Color

#bfa499 #99b4bf

#bfa499 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfa499 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfa499 Color CSS Codes

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

#bfa499 Text Font Color

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

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


#bfa499 Background Color

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

This div background color is #bfa499


#bfa499 Border Color

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

This div border color is #bfa499


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfa499


Comments

No comments written yet.

Please login to write comment.