Color Hex Logo

#bfac67 Color Hex

#BFAC67
(191,172,103)
0 Favorites   0 Comments

Color spaces of #bfac67

RGB 191172103
HSL0.130.410.58
HSV47°46°75°
CMYK 0.000.100.46   0.25
XYZ38.686641.560718.8150
Yxy41.56070.39050.4195
Hunter Lab64.4676-5.701527.8234
CIE-Lab70.5670-2.585937.8552

#bfac67 color RGB value is (191,172,103).

#bfac67 hex color red value is 191, green value is 172 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #bfac67 hue: 0.13 , saturation: 0.41 and the lightness value of bfac67 is 0.58.

The process color (four color CMYK) of #bfac67 color hex is 0.00, 0.10, 0.46, 0.25. Web safe color of #bfac67 is #cc9966. Color #bfac67 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10101100 01100111
Octal 277 254 147
Decimal 191 172 103
Hex BF AC 67

RGB Percentages of Color #bfac67

%40.99
%36.91
%22.10

CMYK Percentages of Color #bfac67

%0
%10
%46
%25

Triadic Colors of #bfac67

#bfac67 #67bfac #ac67bf

Analogous Colors of #bfac67

#bfac67 #a6bf67 #bf8067

Monochromatic Colors of #bfac67

#bfac67

Complementary Color

#bfac67 #677abf

#bfac67 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfac67 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfac67 Color CSS Codes

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

#bfac67 Text Font Color

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

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


#bfac67 Background Color

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

This div background color is #bfac67


#bfac67 Border Color

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

This div border color is #bfac67


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfac67


Comments

No comments written yet.

Please login to write comment.