Color Hex Logo

#bfa050 Color Hex

#BFA050
(191,160,80)
0 Favorites   0 Comments

Color spaces of #bfa050

RGB 19116080
HSL0.120.460.53
HSV43°58°75°
CMYK 0.000.160.58   0.25
XYZ35.504636.797212.8207
Yxy36.79720.41710.4323
Hunter Lab60.6607-1.680529.9315
CIE-Lab67.12461.800745.2909

#bfa050 color RGB value is (191,160,80).

#bfa050 hex color red value is 191, green value is 160 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #bfa050 hue: 0.12 , saturation: 0.46 and the lightness value of bfa050 is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10100000 01010000
Octal 277 240 120
Decimal 191 160 80
Hex BF A0 50

RGB Percentages of Color #bfa050

%44.32
%37.12
%18.56

CMYK Percentages of Color #bfa050

%0
%16
%58
%25

Triadic Colors of #bfa050

#bfa050 #50bfa0 #a050bf

Analogous Colors of #bfa050

#bfa050 #a7bf50 #bf6950

Monochromatic Colors of #bfa050

#bfa050

Complementary Color

#bfa050 #506fbf

#bfa050 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfa050 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfa050 Color CSS Codes

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

#bfa050 Text Font Color

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

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


#bfa050 Background Color

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

This div background color is #bfa050


#bfa050 Border Color

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

This div border color is #bfa050


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfa050


Comments

No comments written yet.

Please login to write comment.