Color Hex Logo

#bbb280 Color Hex

#BBB280
(187,178,128)
0 Favorites   0 Comments

Color spaces of #bbb280

RGB 187178128
HSL0.140.300.62
HSV51°32°73°
CMYK 0.000.050.32   0.27
XYZ40.310243.964126.7834
Yxy43.96410.36300.3959
Hunter Lab66.3054-7.515922.4642
CIE-Lab72.2045-4.531326.7630

#bbb280 color RGB value is (187,178,128).

#bbb280 hex color red value is 187, green value is 178 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #bbb280 hue: 0.14 , saturation: 0.30 and the lightness value of bbb280 is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10110010 10000000
Octal 273 262 200
Decimal 187 178 128
Hex BB B2 80

RGB Percentages of Color #bbb280

%37.93
%36.11
%25.96

CMYK Percentages of Color #bbb280

%0
%5
%32
%27

Triadic Colors of #bbb280

#bbb280 #80bbb2 #b280bb

Analogous Colors of #bbb280

#bbb280 #a7bb80 #bb9580

Monochromatic Colors of #bbb280

#bbb280

Complementary Color

#bbb280 #8089bb

#bbb280 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb280 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb280 Color CSS Codes

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

#bbb280 Text Font Color

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

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


#bbb280 Background Color

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

This div background color is #bbb280


#bbb280 Border Color

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

This div border color is #bbb280


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb280


Comments

No comments written yet.

Please login to write comment.