Color Hex Logo

#bfc49b Color Hex

#BFC49B
(191,196,155)
0 Favorites   0 Comments

Color spaces of #bfc49b

RGB 191196155
HSL0.190.260.69
HSV67°21°77°
CMYK 0.030.000.21   0.23
XYZ47.142252.922838.7408
Yxy52.92280.33960.3813
Hunter Lab72.7481-11.637519.3497
CIE-Lab77.8294-8.651020.0543

#bfc49b color RGB value is (191,196,155).

#bfc49b hex color red value is 191, green value is 196 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #bfc49b hue: 0.19 , saturation: 0.26 and the lightness value of bfc49b is 0.69.

The process color (four color CMYK) of #bfc49b color hex is 0.03, 0.00, 0.21, 0.23. Web safe color of #bfc49b is #cccc99. Color #bfc49b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11000100 10011011
Octal 277 304 233
Decimal 191 196 155
Hex BF C4 9B

RGB Percentages of Color #bfc49b

%35.24
%36.16
%28.60

CMYK Percentages of Color #bfc49b

%3
%0
%21
%23

Triadic Colors of #bfc49b

#bfc49b #9bbfc4 #c49bbf

Analogous Colors of #bfc49b

#bfc49b #abc49b #c4b59b

Monochromatic Colors of #bfc49b

#bfc49b

Complementary Color

#bfc49b #a09bc4

#bfc49b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfc49b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfc49b Color CSS Codes

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

#bfc49b Text Font Color

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

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


#bfc49b Background Color

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

This div background color is #bfc49b


#bfc49b Border Color

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

This div border color is #bfc49b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfc49b


Comments

No comments written yet.

Please login to write comment.