Color Hex Logo

#bfa973 Color Hex

#BFA973
(191,169,115)
0 Favorites   0 Comments

Color spaces of #bfa973

RGB 191169115
HSL0.120.370.60
HSV43°40°75°
CMYK 0.000.120.40   0.25
XYZ38.768340.690122.0303
Yxy40.69010.38200.4009
Hunter Lab63.7888-3.145224.1756
CIE-Lab69.95830.298630.7907

#bfa973 color RGB value is (191,169,115).

#bfa973 hex color red value is 191, green value is 169 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #bfa973 hue: 0.12 , saturation: 0.37 and the lightness value of bfa973 is 0.60.

The process color (four color CMYK) of #bfa973 color hex is 0.00, 0.12, 0.40, 0.25. Web safe color of #bfa973 is #cc9966. Color #bfa973 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10101001 01110011
Octal 277 251 163
Decimal 191 169 115
Hex BF A9 73

RGB Percentages of Color #bfa973

%40.21
%35.58
%24.21

CMYK Percentages of Color #bfa973

%0
%12
%40
%25

Triadic Colors of #bfa973

#bfa973 #73bfa9 #a973bf

Analogous Colors of #bfa973

#bfa973 #afbf73 #bf8373

Monochromatic Colors of #bfa973

#bfa973

Complementary Color

#bfa973 #7389bf

#bfa973 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfa973 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfa973 Color CSS Codes

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

#bfa973 Text Font Color

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

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


#bfa973 Background Color

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

This div background color is #bfa973


#bfa973 Border Color

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

This div border color is #bfa973


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfa973


Comments

No comments written yet.

Please login to write comment.