Color Hex Logo

#bfa13d Color Hex

#BFA13D
(191,161,61)
0 Favorites   0 Comments

Color spaces of #bfa13d

RGB 19116161
HSL0.130.520.49
HSV46°68°75°
CMYK 0.000.160.68   0.25
XYZ35.073036.90309.6893
Yxy36.90300.42950.4519
Hunter Lab60.7478-3.251133.0667
CIE-Lab67.2042-0.007554.1646

#bfa13d color RGB value is (191,161,61).

#bfa13d hex color red value is 191, green value is 161 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #bfa13d hue: 0.13 , saturation: 0.52 and the lightness value of bfa13d is 0.49.

The process color (four color CMYK) of #bfa13d color hex is 0.00, 0.16, 0.68, 0.25. Web safe color of #bfa13d is #cc9933. Color #bfa13d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10100001 00111101
Octal 277 241 75
Decimal 191 161 61
Hex BF A1 3D

RGB Percentages of Color #bfa13d

%46.25
%38.98
%14.77

CMYK Percentages of Color #bfa13d

%0
%16
%68
%25

Triadic Colors of #bfa13d

#bfa13d #3dbfa1 #a13dbf

Analogous Colors of #bfa13d

#bfa13d #9cbf3d #bf603d

Monochromatic Colors of #bfa13d

#bfa13d

Complementary Color

#bfa13d #3d5bbf

#bfa13d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfa13d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfa13d Color CSS Codes

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

#bfa13d Text Font Color

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

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


#bfa13d Background Color

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

This div background color is #bfa13d


#bfa13d Border Color

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

This div border color is #bfa13d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfa13d


Comments

No comments written yet.

Please login to write comment.