Color Hex Logo

#bfa46d Color Hex

#BFA46D
(191,164,109)
0 Favorites   0 Comments

Color spaces of #bfa46d

RGB 191164109
HSL0.110.390.59
HSV40°43°75°
CMYK 0.000.140.43   0.25
XYZ37.521638.731419.9663
Yxy38.73140.39000.4025
Hunter Lab62.2346-1.291724.5426
CIE-Lab68.55632.323532.1611

#bfa46d color RGB value is (191,164,109).

#bfa46d hex color red value is 191, green value is 164 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #bfa46d hue: 0.11 , saturation: 0.39 and the lightness value of bfa46d is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10100100 01101101
Octal 277 244 155
Decimal 191 164 109
Hex BF A4 6D

RGB Percentages of Color #bfa46d

%41.16
%35.34
%23.49

CMYK Percentages of Color #bfa46d

%0
%14
%43
%25

Triadic Colors of #bfa46d

#bfa46d #6dbfa4 #a46dbf

Analogous Colors of #bfa46d

#bfa46d #b1bf6d #bf7b6d

Monochromatic Colors of #bfa46d

#bfa46d

Complementary Color

#bfa46d #6d88bf

#bfa46d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfa46d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfa46d Color CSS Codes

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

#bfa46d Text Font Color

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

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


#bfa46d Background Color

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

This div background color is #bfa46d


#bfa46d Border Color

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

This div border color is #bfa46d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfa46d


Comments

No comments written yet.

Please login to write comment.