Color Hex Logo

#bfa549 Color Hex

#BFA549
(191,165,73)
0 Favorites   0 Comments

Color spaces of #bfa549

RGB 19116573
HSL0.130.480.52
HSV47°62°75°
CMYK 0.000.140.62   0.25
XYZ36.143638.467711.8234
Yxy38.46770.41820.4450
Hunter Lab62.0223-4.518032.1131
CIE-Lab68.3639-1.393750.0384

#bfa549 color RGB value is (191,165,73).

#bfa549 hex color red value is 191, green value is 165 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #bfa549 hue: 0.13 , saturation: 0.48 and the lightness value of bfa549 is 0.52.

The process color (four color CMYK) of #bfa549 color hex is 0.00, 0.14, 0.62, 0.25. Web safe color of #bfa549 is #cc9933. Color #bfa549 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10100101 01001001
Octal 277 245 111
Decimal 191 165 73
Hex BF A5 49

RGB Percentages of Color #bfa549

%44.52
%38.46
%17.02

CMYK Percentages of Color #bfa549

%0
%14
%62
%25

Triadic Colors of #bfa549

#bfa549 #49bfa5 #a549bf

Analogous Colors of #bfa549

#bfa549 #9ebf49 #bf6a49

Monochromatic Colors of #bfa549

#bfa549

Complementary Color

#bfa549 #4963bf

#bfa549 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfa549 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfa549 Color CSS Codes

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

#bfa549 Text Font Color

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

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


#bfa549 Background Color

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

This div background color is #bfa549


#bfa549 Border Color

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

This div border color is #bfa549


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfa549


Comments

No comments written yet.

Please login to write comment.