Color Hex Logo

#bfaa32 Color Hex

#BFAA32
(191,170,50)
0 Favorites   0 Comments

Color spaces of #bfaa32

RGB 19117050
HSL0.140.590.47
HSV51°74°75°
CMYK 0.000.110.74   0.25
XYZ36.436340.05618.8288
Yxy40.05610.42700.4695
Hunter Lab63.2899-7.994036.0321
CIE-Lab69.5095-5.356260.8648

#bfaa32 color RGB value is (191,170,50).

#bfaa32 hex color red value is 191, green value is 170 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #bfaa32 hue: 0.14 , saturation: 0.59 and the lightness value of bfaa32 is 0.47.

The process color (four color CMYK) of #bfaa32 color hex is 0.00, 0.11, 0.74, 0.25. Web safe color of #bfaa32 is #cc9933. Color #bfaa32 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10101010 00110010
Octal 277 252 62
Decimal 191 170 50
Hex BF AA 32

RGB Percentages of Color #bfaa32

%46.47
%41.36
%12.17

CMYK Percentages of Color #bfaa32

%0
%11
%74
%25

Triadic Colors of #bfaa32

#bfaa32 #32bfaa #aa32bf

Analogous Colors of #bfaa32

#bfaa32 #8ebf32 #bf6432

Monochromatic Colors of #bfaa32

#bfaa32

Complementary Color

#bfaa32 #3247bf

#bfaa32 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfaa32 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfaa32 Color CSS Codes

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

#bfaa32 Text Font Color

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

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


#bfaa32 Background Color

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

This div background color is #bfaa32


#bfaa32 Border Color

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

This div border color is #bfaa32


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfaa32


Comments

No comments written yet.

Please login to write comment.