Color Hex Logo

#bba559 Color Hex

#BBA559
(187,165,89)
0 Favorites   0 Comments

Color spaces of #bba559

RGB 18716589
HSL0.130.420.54
HSV47°52°73°
CMYK 0.000.120.52   0.27
XYZ35.751838.196314.9395
Yxy38.19630.40220.4297
Hunter Lab61.8032-4.897128.9302
CIE-Lab68.1650-1.850241.9575

#bba559 color RGB value is (187,165,89).

#bba559 hex color red value is 187, green value is 165 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #bba559 hue: 0.13 , saturation: 0.42 and the lightness value of bba559 is 0.54.

The process color (four color CMYK) of #bba559 color hex is 0.00, 0.12, 0.52, 0.27. Web safe color of #bba559 is #cc9966. Color #bba559 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100101 01011001
Octal 273 245 131
Decimal 187 165 89
Hex BB A5 59

RGB Percentages of Color #bba559

%42.40
%37.41
%20.18

CMYK Percentages of Color #bba559

%0
%12
%52
%27

Triadic Colors of #bba559

#bba559 #59bba5 #a559bb

Analogous Colors of #bba559

#bba559 #a0bb59 #bb7459

Monochromatic Colors of #bba559

#bba559

Complementary Color

#bba559 #596fbb

#bba559 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba559 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba559 Color CSS Codes

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

#bba559 Text Font Color

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

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


#bba559 Background Color

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

This div background color is #bba559


#bba559 Border Color

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

This div border color is #bba559


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba559


Comments

No comments written yet.

Please login to write comment.