Color Hex Logo

#bfa336 Color Hex

#BFA336
(191,163,54)
0 Favorites   0 Comments

Color spaces of #bfa336

RGB 19116354
HSL0.130.560.48
HSV48°72°75°
CMYK 0.000.150.72   0.25
XYZ35.248937.53718.8776
Yxy37.53710.43160.4597
Hunter Lab61.2675-4.522234.2962
CIE-Lab67.6781-1.451457.5480

#bfa336 color RGB value is (191,163,54).

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

The process color (four color CMYK) of #bfa336 color hex is 0.00, 0.15, 0.72, 0.25. Web safe color of #bfa336 is #cc9933. Color #bfa336 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10100011 00110110
Octal 277 243 66
Decimal 191 163 54
Hex BF A3 36

RGB Percentages of Color #bfa336

%46.81
%39.95
%13.24

CMYK Percentages of Color #bfa336

%0
%15
%72
%25

Triadic Colors of #bfa336

#bfa336 #36bfa3 #a336bf

Analogous Colors of #bfa336

#bfa336 #97bf36 #bf5f36

Monochromatic Colors of #bfa336

#bfa336

Complementary Color

#bfa336 #3652bf

#bfa336 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfa336 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfa336 Color CSS Codes

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

#bfa336 Text Font Color

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

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


#bfa336 Background Color

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

This div background color is #bfa336


#bfa336 Border Color

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

This div border color is #bfa336


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfa336


Comments

No comments written yet.

Please login to write comment.