Color Hex Logo

#bfa95d Color Hex

#BFA95D
(191,169,93)
0 Favorites   0 Comments

Color spaces of #bfa95d

RGB 19116993
HSL0.130.430.56
HSV47°51°75°
CMYK 0.000.120.51   0.25
XYZ37.649640.242616.1392
Yxy40.24260.40040.4280
Hunter Lab63.4371-5.075929.3218
CIE-Lab69.6420-1.939741.8135

#bfa95d color RGB value is (191,169,93).

#bfa95d hex color red value is 191, green value is 169 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #bfa95d hue: 0.13 , saturation: 0.43 and the lightness value of bfa95d is 0.56.

The process color (four color CMYK) of #bfa95d color hex is 0.00, 0.12, 0.51, 0.25. Web safe color of #bfa95d is #cc9966. Color #bfa95d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10101001 01011101
Octal 277 251 135
Decimal 191 169 93
Hex BF A9 5D

RGB Percentages of Color #bfa95d

%42.16
%37.31
%20.53

CMYK Percentages of Color #bfa95d

%0
%12
%51
%25

Triadic Colors of #bfa95d

#bfa95d #5dbfa9 #a95dbf

Analogous Colors of #bfa95d

#bfa95d #a4bf5d #bf785d

Monochromatic Colors of #bfa95d

#bfa95d

Complementary Color

#bfa95d #5d73bf

#bfa95d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfa95d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfa95d Color CSS Codes

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

#bfa95d Text Font Color

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

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


#bfa95d Background Color

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

This div background color is #bfa95d


#bfa95d Border Color

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

This div border color is #bfa95d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfa95d


Comments

No comments written yet.

Please login to write comment.