Color Hex Logo

#bfa15f Color Hex

#BFA15F
(191,161,95)
0 Favorites   0 Comments

Color spaces of #bfa15f

RGB 19116195
HSL0.110.430.56
HSV41°50°75°
CMYK 0.000.160.50   0.25
XYZ36.296337.392316.1309
Yxy37.39230.40410.4163
Hunter Lab61.1492-1.059127.1640
CIE-Lab67.57032.536438.2598

#bfa15f color RGB value is (191,161,95).

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

The process color (four color CMYK) of #bfa15f color hex is 0.00, 0.16, 0.50, 0.25. Web safe color of #bfa15f is #cc9966. Color #bfa15f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10100001 01011111
Octal 277 241 137
Decimal 191 161 95
Hex BF A1 5F

RGB Percentages of Color #bfa15f

%42.73
%36.02
%21.25

CMYK Percentages of Color #bfa15f

%0
%16
%50
%25

Triadic Colors of #bfa15f

#bfa15f #5fbfa1 #a15fbf

Analogous Colors of #bfa15f

#bfa15f #adbf5f #bf715f

Monochromatic Colors of #bfa15f

#bfa15f

Complementary Color

#bfa15f #5f7dbf

#bfa15f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfa15f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfa15f Color CSS Codes

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

#bfa15f Text Font Color

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

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


#bfa15f Background Color

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

This div background color is #bfa15f


#bfa15f Border Color

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

This div border color is #bfa15f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfa15f


Comments

No comments written yet.

Please login to write comment.