Color Hex Logo

#bfa377 Color Hex

#BFA377
(191,163,119)
0 Favorites   0 Comments

Color spaces of #bfa377

RGB 191163119
HSL0.100.360.61
HSV37°38°75°
CMYK 0.000.150.38   0.25
XYZ37.912838.602722.9056
Yxy38.60270.38130.3883
Hunter Lab62.13110.192521.6336
CIE-Lab68.46253.998026.6770

#bfa377 color RGB value is (191,163,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10100011 01110111
Octal 277 243 167
Decimal 191 163 119
Hex BF A3 77

RGB Percentages of Color #bfa377

%40.38
%34.46
%25.16

CMYK Percentages of Color #bfa377

%0
%15
%38
%25

Triadic Colors of #bfa377

#bfa377 #77bfa3 #a377bf

Analogous Colors of #bfa377

#bfa377 #b7bf77 #bf7f77

Monochromatic Colors of #bfa377

#bfa377

Complementary Color

#bfa377 #7793bf

#bfa377 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfa377 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfa377 Color CSS Codes

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

#bfa377 Text Font Color

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

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


#bfa377 Background Color

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

This div background color is #bfa377


#bfa377 Border Color

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

This div border color is #bfa377


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfa377


Comments

No comments written yet.

Please login to write comment.