Color Hex Logo

#bba655 Color Hex

#BBA655
(187,166,85)
0 Favorites   0 Comments

Color spaces of #bba655

RGB 18716685
HSL0.130.430.53
HSV48°55°73°
CMYK 0.000.110.55   0.27
XYZ35.769438.493114.1390
Yxy38.49310.40460.4354
Hunter Lab62.0428-5.664729.9183
CIE-Lab68.3825-2.728244.2088

#bba655 color RGB value is (187,166,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100110 01010101
Octal 273 246 125
Decimal 187 166 85
Hex BB A6 55

RGB Percentages of Color #bba655

%42.69
%37.90
%19.41

CMYK Percentages of Color #bba655

%0
%11
%55
%27

Triadic Colors of #bba655

#bba655 #55bba6 #a655bb

Analogous Colors of #bba655

#bba655 #9dbb55 #bb7355

Monochromatic Colors of #bba655

#bba655

Complementary Color

#bba655 #556abb

#bba655 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba655 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba655 Color CSS Codes

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

#bba655 Text Font Color

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

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


#bba655 Background Color

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

This div background color is #bba655


#bba655 Border Color

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

This div border color is #bba655


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba655


Comments

No comments written yet.

Please login to write comment.