Color Hex Logo

#bfb688 Color Hex

#BFB688
(191,182,136)
0 Favorites   0 Comments

Color spaces of #bfb688

RGB 191182136
HSL0.140.300.64
HSV50°29°75°
CMYK 0.000.050.29   0.25
XYZ42.657746.309829.9829
Yxy46.30980.35860.3893
Hunter Lab68.0513-7.197721.5132
CIE-Lab73.7461-4.021024.6175

#bfb688 color RGB value is (191,182,136).

#bfb688 hex color red value is 191, green value is 182 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #bfb688 hue: 0.14 , saturation: 0.30 and the lightness value of bfb688 is 0.64.

The process color (four color CMYK) of #bfb688 color hex is 0.00, 0.05, 0.29, 0.25. Web safe color of #bfb688 is #cccc99. Color #bfb688 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10110110 10001000
Octal 277 266 210
Decimal 191 182 136
Hex BF B6 88

RGB Percentages of Color #bfb688

%37.52
%35.76
%26.72

CMYK Percentages of Color #bfb688

%0
%5
%29
%25

Triadic Colors of #bfb688

#bfb688 #88bfb6 #b688bf

Analogous Colors of #bfb688

#bfb688 #adbf88 #bf9b88

Monochromatic Colors of #bfb688

#bfb688

Complementary Color

#bfb688 #8891bf

#bfb688 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfb688 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfb688 Color CSS Codes

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

#bfb688 Text Font Color

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

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


#bfb688 Background Color

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

This div background color is #bfb688


#bfb688 Border Color

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

This div border color is #bfb688


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfb688


Comments

No comments written yet.

Please login to write comment.