Color Hex Logo

#bfa72f Color Hex

#BFA72F
(191,167,47)
0 Favorites   0 Comments

Color spaces of #bfa72f

RGB 19116747
HSL0.140.610.47
HSV50°75°75°
CMYK 0.000.130.75   0.25
XYZ35.817738.91908.3137
Yxy38.91900.43130.4686
Hunter Lab62.3851-6.690135.7683
CIE-Lab68.6926-3.902361.1737

#bfa72f color RGB value is (191,167,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10100111 00101111
Octal 277 247 57
Decimal 191 167 47
Hex BF A7 2F

RGB Percentages of Color #bfa72f

%47.16
%41.23
%11.60

CMYK Percentages of Color #bfa72f

%0
%13
%75
%25

Triadic Colors of #bfa72f

#bfa72f #2fbfa7 #a72fbf

Analogous Colors of #bfa72f

#bfa72f #8fbf2f #bf5f2f

Monochromatic Colors of #bfa72f

#bfa72f

Complementary Color

#bfa72f #2f47bf

#bfa72f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfa72f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfa72f Color CSS Codes

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

#bfa72f Text Font Color

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

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


#bfa72f Background Color

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

This div background color is #bfa72f


#bfa72f Border Color

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

This div border color is #bfa72f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfa72f


Comments

No comments written yet.

Please login to write comment.