Color Hex Logo

#bfa72d Color Hex

#BFA72D
(191,167,45)
0 Favorites   0 Comments

Color spaces of #bfa72d

RGB 19116745
HSL0.140.620.46
HSV50°76°75°
CMYK 0.000.130.76   0.25
XYZ35.778238.90338.1060
Yxy38.90330.43220.4699
Hunter Lab62.3725-6.760535.9554
CIE-Lab68.6812-3.986061.8666

#bfa72d color RGB value is (191,167,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10100111 00101101
Octal 277 247 55
Decimal 191 167 45
Hex BF A7 2D

RGB Percentages of Color #bfa72d

%47.39
%41.44
%11.17

CMYK Percentages of Color #bfa72d

%0
%13
%76
%25

Triadic Colors of #bfa72d

#bfa72d #2dbfa7 #a72dbf

Analogous Colors of #bfa72d

#bfa72d #8ebf2d #bf5e2d

Monochromatic Colors of #bfa72d

#bfa72d

Complementary Color

#bfa72d #2d45bf

#bfa72d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfa72d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfa72d Color CSS Codes

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

#bfa72d Text Font Color

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

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


#bfa72d Background Color

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

This div background color is #bfa72d


#bfa72d Border Color

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

This div border color is #bfa72d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfa72d


Comments

No comments written yet.

Please login to write comment.