Color Hex Logo

#bfa577 Color Hex

#BFA577
(191,165,119)
0 Favorites   0 Comments

Color spaces of #bfa577

RGB 191165119
HSL0.110.360.61
HSV38°38°75°
CMYK 0.000.140.38   0.25
XYZ38.270839.318523.0249
Yxy39.31850.38040.3908
Hunter Lab62.7045-0.787822.1220
CIE-Lab68.98142.916427.3654

#bfa577 color RGB value is (191,165,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10100101 01110111
Octal 277 245 167
Decimal 191 165 119
Hex BF A5 77

RGB Percentages of Color #bfa577

%40.21
%34.74
%25.05

CMYK Percentages of Color #bfa577

%0
%14
%38
%25

Triadic Colors of #bfa577

#bfa577 #77bfa5 #a577bf

Analogous Colors of #bfa577

#bfa577 #b5bf77 #bf8177

Monochromatic Colors of #bfa577

#bfa577

Complementary Color

#bfa577 #7791bf

#bfa577 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfa577 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfa577 Color CSS Codes

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

#bfa577 Text Font Color

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

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


#bfa577 Background Color

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

This div background color is #bfa577


#bfa577 Border Color

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

This div border color is #bfa577


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfa577


Comments

No comments written yet.

Please login to write comment.