Color Hex Logo

#bba066 Color Hex

#BBA066
(187,160,102)
0 Favorites   0 Comments

Color spaces of #bba066

RGB 187160102
HSL0.110.380.57
HSV41°45°73°
CMYK 0.000.140.45   0.27
XYZ35.462636.665717.7785
Yxy36.66570.39440.4078
Hunter Lab60.5522-1.427324.9786
CIE-Lab67.02552.085933.8335

#bba066 color RGB value is (187,160,102).

#bba066 hex color red value is 187, green value is 160 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #bba066 hue: 0.11 , saturation: 0.38 and the lightness value of bba066 is 0.57.

The process color (four color CMYK) of #bba066 color hex is 0.00, 0.14, 0.45, 0.27. Web safe color of #bba066 is #cc9966. Color #bba066 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100000 01100110
Octal 273 240 146
Decimal 187 160 102
Hex BB A0 66

RGB Percentages of Color #bba066

%41.65
%35.63
%22.72

CMYK Percentages of Color #bba066

%0
%14
%45
%27

Triadic Colors of #bba066

#bba066 #66bba0 #a066bb

Analogous Colors of #bba066

#bba066 #acbb66 #bb7666

Monochromatic Colors of #bba066

#bba066

Complementary Color

#bba066 #6681bb

#bba066 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba066 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba066 Color CSS Codes

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

#bba066 Text Font Color

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

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


#bba066 Background Color

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

This div background color is #bba066


#bba066 Border Color

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

This div border color is #bba066


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba066


Comments

No comments written yet.

Please login to write comment.