color codes Logo

#bfa95f color codes

#BFA95F
(191,169,95)
0 Favorites   0 Comments

Color spaces of #bfa95f

RGB 19116995
HSL0.130.430.56
HSV46°50°75°
CMYK 0.000.120.50   0.25
XYZ37.739440.278516.6119
Yxy40.27850.39880.4256
Hunter Lab63.4653-4.920128.9067
CIE-Lab69.6674-1.757740.8340

#bfa95f color RGB value is (191,169,95).

#bfa95f hex color red value is 191, green value is 169 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #bfa95f hue: 0.13 , saturation: 0.43 and the lightness value of bfa95f is 0.56.

The process color (four color CMYK) of #bfa95f color code is 0.00, 0.12, 0.50, 0.25. Web safe color of #bfa95f is #cc9966. Color #bfa95f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10101001 01011111
Octal 277 251 137
Decimal 191 169 95
Hex BF A9 5F

RGB Percentages of Color #bfa95f

%41.98
%37.14
%20.88

CMYK Percentages of Color #bfa95f

%0
%12
%50
%25

Triadic Colors of #bfa95f

#bfa95f #5fbfa9 #a95fbf

Analogous Colors of #bfa95f

#bfa95f #a5bf5f #bf795f

Monochromatic Colors of #bfa95f

#bfa95f

Complementary Color

#bfa95f #5f75bf

#bfa95f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfa95f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfa95f Color CSS Codes

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

#bfa95f Text Font Color

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

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


#bfa95f Background Color

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

This div background color is #bfa95f


#bfa95f Border Color

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

This div border color is #bfa95f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfa95f


Comments

No comments written yet.

Please login to write comment.