Color Hex Logo

#bfa038 Color Hex

#BFA038
(191,160,56)
0 Favorites   0 Comments

Color spaces of #bfa038

RGB 19116056
HSL0.130.550.48
HSV46°71°75°
CMYK 0.000.160.71   0.25
XYZ34.770536.50358.9547
Yxy36.50350.43340.4550
Hunter Lab60.4181-3.005433.5052
CIE-Lab66.90290.257455.9611

#bfa038 color RGB value is (191,160,56).

#bfa038 hex color red value is 191, green value is 160 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #bfa038 hue: 0.13 , saturation: 0.55 and the lightness value of bfa038 is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10100000 00111000
Octal 277 240 70
Decimal 191 160 56
Hex BF A0 38

RGB Percentages of Color #bfa038

%46.93
%39.31
%13.76

CMYK Percentages of Color #bfa038

%0
%16
%71
%25

Triadic Colors of #bfa038

#bfa038 #38bfa0 #a038bf

Analogous Colors of #bfa038

#bfa038 #9bbf38 #bf5d38

Monochromatic Colors of #bfa038

#bfa038

Complementary Color

#bfa038 #3857bf

#bfa038 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfa038 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfa038 Color CSS Codes

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

#bfa038 Text Font Color

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

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


#bfa038 Background Color

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

This div background color is #bfa038


#bfa038 Border Color

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

This div border color is #bfa038


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfa038


Comments

No comments written yet.

Please login to write comment.