Color Hex Logo

#bfa737 Color Hex

#BFA737
(191,167,55)
0 Favorites   0 Comments

Color spaces of #bfa737

RGB 19116755
HSL0.140.550.48
HSV49°71°75°
CMYK 0.000.130.71   0.25
XYZ35.994238.98969.2431
Yxy38.98960.42730.4629
Hunter Lab62.4417-6.377434.9326
CIE-Lab68.7437-3.530758.2112

#bfa737 color RGB value is (191,167,55).

#bfa737 hex color red value is 191, green value is 167 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #bfa737 hue: 0.14 , saturation: 0.55 and the lightness value of bfa737 is 0.48.

The process color (four color CMYK) of #bfa737 color hex is 0.00, 0.13, 0.71, 0.25. Web safe color of #bfa737 is #cc9933. Color #bfa737 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10100111 00110111
Octal 277 247 67
Decimal 191 167 55
Hex BF A7 37

RGB Percentages of Color #bfa737

%46.25
%40.44
%13.32

CMYK Percentages of Color #bfa737

%0
%13
%71
%25

Triadic Colors of #bfa737

#bfa737 #37bfa7 #a737bf

Analogous Colors of #bfa737

#bfa737 #93bf37 #bf6337

Monochromatic Colors of #bfa737

#bfa737

Complementary Color

#bfa737 #374fbf

#bfa737 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfa737 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfa737 Color CSS Codes

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

#bfa737 Text Font Color

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

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


#bfa737 Background Color

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

This div background color is #bfa737


#bfa737 Border Color

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

This div border color is #bfa737


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfa737


Comments

No comments written yet.

Please login to write comment.