Color Hex Logo

#bfa526 Color Hex

#BFA526
(191,165,38)
1 Favorites   0 Comments

Color spaces of #bfa526

RGB 19116538
HSL0.140.670.45
HSV50°80°75°
CMYK 0.000.140.80   0.25
XYZ35.290838.12667.3329
Yxy38.12660.43700.4722
Hunter Lab61.7467-6.036736.1816
CIE-Lab68.1138-3.187563.6530

#bfa526 color RGB value is (191,165,38).

#bfa526 hex color red value is 191, green value is 165 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #bfa526 hue: 0.14 , saturation: 0.67 and the lightness value of bfa526 is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10100101 00100110
Octal 277 245 46
Decimal 191 165 38
Hex BF A5 26

RGB Percentages of Color #bfa526

%48.48
%41.88
%9.64

CMYK Percentages of Color #bfa526

%0
%14
%80
%25

Triadic Colors of #bfa526

#bfa526 #26bfa5 #a526bf

Analogous Colors of #bfa526

#bfa526 #8dbf26 #bf5826

Monochromatic Colors of #bfa526

#bfa526

Complementary Color

#bfa526 #2640bf

#bfa526 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfa526 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfa526 Color CSS Codes

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

#bfa526 Text Font Color

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

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


#bfa526 Background Color

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

This div background color is #bfa526


#bfa526 Border Color

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

This div border color is #bfa526


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfa526


Comments

No comments written yet.

Please login to write comment.