Color Hex Logo

#bfa98d Color Hex

#BFA98D
(191,169,141)
0 Favorites   0 Comments

Color spaces of #bfa98d

RGB 191169141
HSL0.090.280.65
HSV34°26°75°
CMYK 0.000.120.26   0.25
XYZ40.481541.375431.0519
Yxy41.37540.35850.3664
Hunter Lab64.3237-0.229316.4047
CIE-Lab70.43813.613717.3858

#bfa98d color RGB value is (191,169,141).

#bfa98d hex color red value is 191, green value is 169 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #bfa98d hue: 0.09 , saturation: 0.28 and the lightness value of bfa98d is 0.65.

The process color (four color CMYK) of #bfa98d color hex is 0.00, 0.12, 0.26, 0.25. Web safe color of #bfa98d is #cc9999. Color #bfa98d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10101001 10001101
Octal 277 251 215
Decimal 191 169 141
Hex BF A9 8D

RGB Percentages of Color #bfa98d

%38.12
%33.73
%28.14

CMYK Percentages of Color #bfa98d

%0
%12
%26
%25

Triadic Colors of #bfa98d

#bfa98d #8dbfa9 #a98dbf

Analogous Colors of #bfa98d

#bfa98d #bcbf8d #bf908d

Monochromatic Colors of #bfa98d

#bfa98d

Complementary Color

#bfa98d #8da3bf

#bfa98d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfa98d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfa98d Color CSS Codes

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

#bfa98d Text Font Color

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

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


#bfa98d Background Color

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

This div background color is #bfa98d


#bfa98d Border Color

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

This div border color is #bfa98d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfa98d


Comments

No comments written yet.

Please login to write comment.