Color Hex Logo

#bfaa52 Color Hex

#BFAA52
(191,170,82)
0 Favorites   0 Comments

Color spaces of #bfaa52

RGB 19117082
HSL0.130.460.54
HSV48°57°75°
CMYK 0.000.110.57   0.25
XYZ37.383640.435013.8171
Yxy40.43500.40800.4413
Hunter Lab63.5885-6.340031.6289
CIE-Lab69.7782-3.393947.3898

#bfaa52 color RGB value is (191,170,82).

#bfaa52 hex color red value is 191, green value is 170 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #bfaa52 hue: 0.13 , saturation: 0.46 and the lightness value of bfaa52 is 0.54.

The process color (four color CMYK) of #bfaa52 color hex is 0.00, 0.11, 0.57, 0.25. Web safe color of #bfaa52 is #cc9966. Color #bfaa52 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10101010 01010010
Octal 277 252 122
Decimal 191 170 82
Hex BF AA 52

RGB Percentages of Color #bfaa52

%43.12
%38.37
%18.51

CMYK Percentages of Color #bfaa52

%0
%11
%57
%25

Triadic Colors of #bfaa52

#bfaa52 #52bfaa #aa52bf

Analogous Colors of #bfaa52

#bfaa52 #9ebf52 #bf7452

Monochromatic Colors of #bfaa52

#bfaa52

Complementary Color

#bfaa52 #5267bf

#bfaa52 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfaa52 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfaa52 Color CSS Codes

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

#bfaa52 Text Font Color

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

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


#bfaa52 Background Color

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

This div background color is #bfaa52


#bfaa52 Border Color

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

This div border color is #bfaa52


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfaa52


Comments

No comments written yet.

Please login to write comment.