Color Hex Logo

#bfa736 Color Hex

#BFA736
(191,167,54)
0 Favorites   0 Comments

Color spaces of #bfa736

RGB 19116754
HSL0.140.560.48
HSV49°72°75°
CMYK 0.000.130.72   0.25
XYZ35.970438.98019.1181
Yxy38.98010.42790.4637
Hunter Lab62.4340-6.419635.0449
CIE-Lab68.7368-3.580858.5973

#bfa736 color RGB value is (191,167,54).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10100111 00110110
Octal 277 247 66
Decimal 191 167 54
Hex BF A7 36

RGB Percentages of Color #bfa736

%46.36
%40.53
%13.11

CMYK Percentages of Color #bfa736

%0
%13
%72
%25

Triadic Colors of #bfa736

#bfa736 #36bfa7 #a736bf

Analogous Colors of #bfa736

#bfa736 #93bf36 #bf6336

Monochromatic Colors of #bfa736

#bfa736

Complementary Color

#bfa736 #364ebf

#bfa736 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfa736 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfa736 Color CSS Codes

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

#bfa736 Text Font Color

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

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


#bfa736 Background Color

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

This div background color is #bfa736


#bfa736 Border Color

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

This div border color is #bfa736


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfa736


Comments

No comments written yet.

Please login to write comment.