Color Hex Logo

#bba855 Color Hex

#BBA855
(187,168,85)
0 Favorites   0 Comments

Color spaces of #bba855

RGB 18716885
HSL0.140.430.53
HSV49°55°73°
CMYK 0.000.100.55   0.27
XYZ36.135839.225914.2611
Yxy39.22590.40320.4377
Hunter Lab62.6306-6.614930.3410
CIE-Lab68.9146-3.793444.8355

#bba855 color RGB value is (187,168,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101000 01010101
Octal 273 250 125
Decimal 187 168 85
Hex BB A8 55

RGB Percentages of Color #bba855

%42.50
%38.18
%19.32

CMYK Percentages of Color #bba855

%0
%10
%55
%27

Triadic Colors of #bba855

#bba855 #55bba8 #a855bb

Analogous Colors of #bba855

#bba855 #9bbb55 #bb7555

Monochromatic Colors of #bba855

#bba855

Complementary Color

#bba855 #5568bb

#bba855 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba855 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba855 Color CSS Codes

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

#bba855 Text Font Color

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

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


#bba855 Background Color

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

This div background color is #bba855


#bba855 Border Color

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

This div border color is #bba855


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba855


Comments

No comments written yet.

Please login to write comment.