Color Hex Logo

#bba980 Color Hex

#BBA980
(187,169,128)
0 Favorites   0 Comments

Color spaces of #bba980

RGB 187169128
HSL0.120.300.62
HSV42°32°73°
CMYK 0.000.100.32   0.27
XYZ38.577840.499226.2059
Yxy40.49920.36640.3847
Hunter Lab63.6390-3.161920.1323
CIE-Lab69.82360.270623.5653

#bba980 color RGB value is (187,169,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101001 10000000
Octal 273 251 200
Decimal 187 169 128
Hex BB A9 80

RGB Percentages of Color #bba980

%38.64
%34.92
%26.45

CMYK Percentages of Color #bba980

%0
%10
%32
%27

Triadic Colors of #bba980

#bba980 #80bba9 #a980bb

Analogous Colors of #bba980

#bba980 #b0bb80 #bb8c80

Monochromatic Colors of #bba980

#bba980

Complementary Color

#bba980 #8092bb

#bba980 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba980 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba980 Color CSS Codes

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

#bba980 Text Font Color

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

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


#bba980 Background Color

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

This div background color is #bba980


#bba980 Border Color

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

This div border color is #bba980


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba980


Comments

No comments written yet.

Please login to write comment.