Color Hex Logo

#bba850 Color Hex

#BBA850
(187,168,80)
0 Favorites   0 Comments

Color spaces of #bba850

RGB 18716880
HSL0.140.440.52
HSV49°57°73°
CMYK 0.000.100.57   0.27
XYZ35.944139.149213.2515
Yxy39.14920.40690.4431
Hunter Lab62.5693-6.953731.2415
CIE-Lab68.8592-4.196347.1957

#bba850 color RGB value is (187,168,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101000 01010000
Octal 273 250 120
Decimal 187 168 80
Hex BB A8 50

RGB Percentages of Color #bba850

%42.99
%38.62
%18.39

CMYK Percentages of Color #bba850

%0
%10
%57
%27

Triadic Colors of #bba850

#bba850 #50bba8 #a850bb

Analogous Colors of #bba850

#bba850 #99bb50 #bb7350

Monochromatic Colors of #bba850

#bba850

Complementary Color

#bba850 #5063bb

#bba850 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba850 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba850 Color CSS Codes

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

#bba850 Text Font Color

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

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


#bba850 Background Color

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

This div background color is #bba850


#bba850 Border Color

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

This div border color is #bba850


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba850


Comments

No comments written yet.

Please login to write comment.