Color Hex Logo

#bbb184 Color Hex

#BBB184
(187,177,132)
0 Favorites   0 Comments

Color spaces of #bbb184

RGB 187177132
HSL0.140.290.63
HSV49°29°73°
CMYK 0.000.050.29   0.27
XYZ40.380543.675028.1316
Yxy43.67500.35990.3893
Hunter Lab66.0871-6.585321.0227
CIE-Lab72.0107-3.477924.3606

#bbb184 color RGB value is (187,177,132).

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

The process color (four color CMYK) of #bbb184 color hex is 0.00, 0.05, 0.29, 0.27. Web safe color of #bbb184 is #cc9999. Color #bbb184 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10110001 10000100
Octal 273 261 204
Decimal 187 177 132
Hex BB B1 84

RGB Percentages of Color #bbb184

%37.70
%35.69
%26.61

CMYK Percentages of Color #bbb184

%0
%5
%29
%27

Triadic Colors of #bbb184

#bbb184 #84bbb1 #b184bb

Analogous Colors of #bbb184

#bbb184 #aabb84 #bb9684

Monochromatic Colors of #bbb184

#bbb184

Complementary Color

#bbb184 #848ebb

#bbb184 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb184 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb184 Color CSS Codes

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

#bbb184 Text Font Color

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

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


#bbb184 Background Color

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

This div background color is #bbb184


#bbb184 Border Color

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

This div border color is #bbb184


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb184


Comments

No comments written yet.

Please login to write comment.