Color Hex Logo

#bbb385 Color Hex

#BBB385
(187,179,133)
0 Favorites   0 Comments

Color spaces of #bbb385

RGB 187179133
HSL0.140.280.63
HSV51°29°73°
CMYK 0.000.040.29   0.27
XYZ40.847344.498428.6265
Yxy44.49840.35840.3904
Hunter Lab66.7071-7.435121.2514
CIE-Lab72.5604-4.404224.5656

#bbb385 color RGB value is (187,179,133).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10110011 10000101
Octal 273 263 205
Decimal 187 179 133
Hex BB B3 85

RGB Percentages of Color #bbb385

%37.47
%35.87
%26.65

CMYK Percentages of Color #bbb385

%0
%4
%29
%27

Triadic Colors of #bbb385

#bbb385 #85bbb3 #b385bb

Analogous Colors of #bbb385

#bbb385 #a8bb85 #bb9885

Monochromatic Colors of #bbb385

#bbb385

Complementary Color

#bbb385 #858dbb

#bbb385 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb385 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb385 Color CSS Codes

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

#bbb385 Text Font Color

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

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


#bbb385 Background Color

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

This div background color is #bbb385


#bbb385 Border Color

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

This div border color is #bbb385


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb385


Comments

No comments written yet.

Please login to write comment.