Color Hex Logo

#bba664 Color Hex

#BBA664
(187,166,100)
0 Favorites   0 Comments

Color spaces of #bba664

RGB 187166100
HSL0.130.390.56
HSV46°47°73°
CMYK 0.000.110.47   0.27
XYZ36.430038.757317.6174
Yxy38.75730.39250.4176
Hunter Lab62.2554-4.494026.8005
CIE-Lab68.5751-1.349736.8365

#bba664 color RGB value is (187,166,100).

#bba664 hex color red value is 187, green value is 166 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #bba664 hue: 0.13 , saturation: 0.39 and the lightness value of bba664 is 0.56.

The process color (four color CMYK) of #bba664 color hex is 0.00, 0.11, 0.47, 0.27. Web safe color of #bba664 is #cc9966. Color #bba664 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100110 01100100
Octal 273 246 144
Decimal 187 166 100
Hex BB A6 64

RGB Percentages of Color #bba664

%41.28
%36.64
%22.08

CMYK Percentages of Color #bba664

%0
%11
%47
%27

Triadic Colors of #bba664

#bba664 #64bba6 #a664bb

Analogous Colors of #bba664

#bba664 #a5bb64 #bb7b64

Monochromatic Colors of #bba664

#bba664

Complementary Color

#bba664 #6479bb

#bba664 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba664 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba664 Color CSS Codes

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

#bba664 Text Font Color

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

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


#bba664 Background Color

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

This div background color is #bba664


#bba664 Border Color

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

This div border color is #bba664


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba664


Comments

No comments written yet.

Please login to write comment.