Color Hex Logo

#bbb386 Color Hex

#BBB386
(187,179,134)
0 Favorites   0 Comments

Color spaces of #bbb386

RGB 187179134
HSL0.140.280.63
HSV51°28°73°
CMYK 0.000.040.28   0.27
XYZ40.916744.526228.9921
Yxy44.52620.35760.3891
Hunter Lab66.7280-7.320120.9491
CIE-Lab72.5788-4.270124.0543

#bbb386 color RGB value is (187,179,134).

#bbb386 hex color red value is 187, green value is 179 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #bbb386 hue: 0.14 , saturation: 0.28 and the lightness value of bbb386 is 0.63.

The process color (four color CMYK) of #bbb386 color hex is 0.00, 0.04, 0.28, 0.27. Web safe color of #bbb386 is #cccc99. Color #bbb386 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10110011 10000110
Octal 273 263 206
Decimal 187 179 134
Hex BB B3 86

RGB Percentages of Color #bbb386

%37.40
%35.80
%26.80

CMYK Percentages of Color #bbb386

%0
%4
%28
%27

Triadic Colors of #bbb386

#bbb386 #86bbb3 #b386bb

Analogous Colors of #bbb386

#bbb386 #a9bb86 #bb9986

Monochromatic Colors of #bbb386

#bbb386

Complementary Color

#bbb386 #868ebb

#bbb386 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb386 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb386 Color CSS Codes

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

#bbb386 Text Font Color

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

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


#bbb386 Background Color

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

This div background color is #bbb386


#bbb386 Border Color

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

This div border color is #bbb386


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(187,179,134, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bbb386; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bbb386;
  -webkit-box-shadow: 1px 1px 3px 2px #bbb386;
  box-shadow:         1px 1px 3px 2px #bbb386; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,179,134, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb386


Comments

No comments written yet.

Please login to write comment.