Color Hex Logo

#bbb680 Color Hex

#BBB680
(187,182,128)
0 Favorites   0 Comments

Color spaces of #bbb680

RGB 187182128
HSL0.150.300.62
HSV55°32°73°
CMYK 0.000.030.32   0.27
XYZ41.117745.579227.0526
Yxy45.57920.36150.4007
Hunter Lab67.5124-9.433123.5008
CIE-Lab73.2716-6.639228.1845

#bbb680 color RGB value is (187,182,128).

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

The process color (four color CMYK) of #bbb680 color hex is 0.00, 0.03, 0.32, 0.27. Web safe color of #bbb680 is #cccc99. Color #bbb680 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10110110 10000000
Octal 273 266 200
Decimal 187 182 128
Hex BB B6 80

RGB Percentages of Color #bbb680

%37.63
%36.62
%25.75

CMYK Percentages of Color #bbb680

%0
%3
%32
%27

Triadic Colors of #bbb680

#bbb680 #80bbb6 #b680bb

Analogous Colors of #bbb680

#bbb680 #a3bb80 #bb9980

Monochromatic Colors of #bbb680

#bbb680

Complementary Color

#bbb680 #8085bb

#bbb680 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb680 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb680 Color CSS Codes

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

#bbb680 Text Font Color

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

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


#bbb680 Background Color

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

This div background color is #bbb680


#bbb680 Border Color

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

This div border color is #bbb680


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,182,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 #bbb680">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb680


Comments

No comments written yet.

Please login to write comment.