Color Hex Logo

#bfa35b Color Hex

#BFA35B
(191,163,91)
0 Favorites   0 Comments

Color spaces of #bfa35b

RGB 19116391
HSL0.120.440.55
HSV43°52°75°
CMYK 0.000.150.52   0.25
XYZ36.471438.026115.3150
Yxy38.02610.40610.4234
Hunter Lab61.6653-2.342028.4406
CIE-Lab68.03981.094940.8846

#bfa35b color RGB value is (191,163,91).

#bfa35b hex color red value is 191, green value is 163 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #bfa35b hue: 0.12 , saturation: 0.44 and the lightness value of bfa35b is 0.55.

The process color (four color CMYK) of #bfa35b color hex is 0.00, 0.15, 0.52, 0.25. Web safe color of #bfa35b is #cc9966. Color #bfa35b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10100011 01011011
Octal 277 243 133
Decimal 191 163 91
Hex BF A3 5B

RGB Percentages of Color #bfa35b

%42.92
%36.63
%20.45

CMYK Percentages of Color #bfa35b

%0
%15
%52
%25

Triadic Colors of #bfa35b

#bfa35b #5bbfa3 #a35bbf

Analogous Colors of #bfa35b

#bfa35b #a9bf5b #bf715b

Monochromatic Colors of #bfa35b

#bfa35b

Complementary Color

#bfa35b #5b77bf

#bfa35b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfa35b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfa35b Color CSS Codes

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

#bfa35b Text Font Color

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

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


#bfa35b Background Color

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

This div background color is #bfa35b


#bfa35b Border Color

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

This div border color is #bfa35b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfa35b


Comments

No comments written yet.

Please login to write comment.