Color Hex Logo

#bfa477 Color Hex

#BFA477
(191,164,119)
0 Favorites   0 Comments

Color spaces of #bfa477

RGB 191164119
HSL0.100.360.61
HSV38°38°75°
CMYK 0.000.140.38   0.25
XYZ38.091138.959222.9650
Yxy38.95920.38090.3895
Hunter Lab62.4173-0.298021.8777
CIE-Lab68.72173.456827.0212

#bfa477 color RGB value is (191,164,119).

#bfa477 hex color red value is 191, green value is 164 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #bfa477 hue: 0.10 , saturation: 0.36 and the lightness value of bfa477 is 0.61.

The process color (four color CMYK) of #bfa477 color hex is 0.00, 0.14, 0.38, 0.25. Web safe color of #bfa477 is #cc9966. Color #bfa477 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10100100 01110111
Octal 277 244 167
Decimal 191 164 119
Hex BF A4 77

RGB Percentages of Color #bfa477

%40.30
%34.60
%25.11

CMYK Percentages of Color #bfa477

%0
%14
%38
%25

Triadic Colors of #bfa477

#bfa477 #77bfa4 #a477bf

Analogous Colors of #bfa477

#bfa477 #b6bf77 #bf8077

Monochromatic Colors of #bfa477

#bfa477

Complementary Color

#bfa477 #7792bf

#bfa477 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfa477 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfa477 Color CSS Codes

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

#bfa477 Text Font Color

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

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


#bfa477 Background Color

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

This div background color is #bfa477


#bfa477 Border Color

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

This div border color is #bfa477


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfa477


Comments

No comments written yet.

Please login to write comment.