Color Hex Logo

#bfa59b Color Hex

#BFA59B
(191,165,155)
0 Favorites   0 Comments

Color spaces of #bfa59b

RGB 191165155
HSL0.050.220.68
HSV17°19°75°
CMYK 0.000.140.19   0.25
XYZ40.857440.353236.6459
Yxy40.35320.34670.3424
Hunter Lab63.52423.640110.2636
CIE-Lab69.72047.86848.6752

#bfa59b color RGB value is (191,165,155).

#bfa59b hex color red value is 191, green value is 165 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #bfa59b hue: 0.05 , saturation: 0.22 and the lightness value of bfa59b is 0.68.

The process color (four color CMYK) of #bfa59b color hex is 0.00, 0.14, 0.19, 0.25. Web safe color of #bfa59b is #cc9999. Color #bfa59b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10100101 10011011
Octal 277 245 233
Decimal 191 165 155
Hex BF A5 9B

RGB Percentages of Color #bfa59b

%37.38
%32.29
%30.33

CMYK Percentages of Color #bfa59b

%0
%14
%19
%25

Triadic Colors of #bfa59b

#bfa59b #9bbfa5 #a59bbf

Analogous Colors of #bfa59b

#bfa59b #bfb79b #bf9ba3

Monochromatic Colors of #bfa59b

#bfa59b

Complementary Color

#bfa59b #9bb5bf

#bfa59b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfa59b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfa59b Color CSS Codes

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

#bfa59b Text Font Color

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

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


#bfa59b Background Color

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

This div background color is #bfa59b


#bfa59b Border Color

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

This div border color is #bfa59b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfa59b

#bfa59b Color Palettes


Comments

No comments written yet.

Please login to write comment.