Color Hex Logo

#bfa773 Color Hex

#BFA773
(191,167,115)
0 Favorites   0 Comments

Color spaces of #bfa773

RGB 191167115
HSL0.110.370.60
HSV41°40°75°
CMYK 0.000.130.40   0.25
XYZ38.399139.951621.9072
Yxy39.95160.38300.3985
Hunter Lab63.2073-2.172123.6956
CIE-Lab69.43501.372930.1077

#bfa773 color RGB value is (191,167,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10100111 01110011
Octal 277 247 163
Decimal 191 167 115
Hex BF A7 73

RGB Percentages of Color #bfa773

%40.38
%35.31
%24.31

CMYK Percentages of Color #bfa773

%0
%13
%40
%25

Triadic Colors of #bfa773

#bfa773 #73bfa7 #a773bf

Analogous Colors of #bfa773

#bfa773 #b1bf73 #bf8173

Monochromatic Colors of #bfa773

#bfa773

Complementary Color

#bfa773 #738bbf

#bfa773 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfa773 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfa773 Color CSS Codes

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

#bfa773 Text Font Color

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

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


#bfa773 Background Color

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

This div background color is #bfa773


#bfa773 Border Color

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

This div border color is #bfa773


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfa773


Comments

No comments written yet.

Please login to write comment.