Color Hex Logo

#bfb88d Color Hex

#BFB88D
(191,184,141)
0 Favorites   0 Comments

Color spaces of #bfb88d

RGB 191184141
HSL0.140.280.65
HSV52°26°75°
CMYK 0.000.040.26   0.25
XYZ43.434147.280432.0361
Yxy47.28040.35380.3852
Hunter Lab68.7607-7.578220.5089
CIE-Lab74.3688-4.396422.7863

#bfb88d color RGB value is (191,184,141).

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

The process color (four color CMYK) of #bfb88d color hex is 0.00, 0.04, 0.26, 0.25. Web safe color of #bfb88d is #cccc99. Color #bfb88d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10111000 10001101
Octal 277 270 215
Decimal 191 184 141
Hex BF B8 8D

RGB Percentages of Color #bfb88d

%37.02
%35.66
%27.33

CMYK Percentages of Color #bfb88d

%0
%4
%26
%25

Triadic Colors of #bfb88d

#bfb88d #8dbfb8 #b88dbf

Analogous Colors of #bfb88d

#bfb88d #adbf8d #bf9f8d

Monochromatic Colors of #bfb88d

#bfb88d

Complementary Color

#bfb88d #8d94bf

#bfb88d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfb88d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfb88d Color CSS Codes

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

#bfb88d Text Font Color

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

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


#bfb88d Background Color

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

This div background color is #bfb88d


#bfb88d Border Color

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

This div border color is #bfb88d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,184,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 #bfb88d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfb88d


Comments

No comments written yet.

Please login to write comment.