Color Hex Logo

#bba155 Color Hex

#BBA155
(187,161,85)
0 Favorites   0 Comments

Color spaces of #bba155

RGB 18716185
HSL0.120.430.53
HSV45°55°73°
CMYK 0.000.140.55   0.27
XYZ34.878136.710413.8419
Yxy36.71040.40830.4297
Hunter Lab60.5891-3.277528.8673
CIE-Lab67.0592-0.048042.6417

#bba155 color RGB value is (187,161,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100001 01010101
Octal 273 241 125
Decimal 187 161 85
Hex BB A1 55

RGB Percentages of Color #bba155

%43.19
%37.18
%19.63

CMYK Percentages of Color #bba155

%0
%14
%55
%27

Triadic Colors of #bba155

#bba155 #55bba1 #a155bb

Analogous Colors of #bba155

#bba155 #a2bb55 #bb6e55

Monochromatic Colors of #bba155

#bba155

Complementary Color

#bba155 #556fbb

#bba155 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba155 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba155 Color CSS Codes

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

#bba155 Text Font Color

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

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


#bba155 Background Color

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

This div background color is #bba155


#bba155 Border Color

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

This div border color is #bba155


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba155


Comments

No comments written yet.

Please login to write comment.