Color Hex Logo

#bba549 Color Hex

#BBA549
(187,165,73)
0 Favorites   0 Comments

Color spaces of #bba549

RGB 18716573
HSL0.130.460.51
HSV48°61°73°
CMYK 0.000.120.61   0.27
XYZ35.151237.956111.7769
Yxy37.95610.41410.4472
Hunter Lab61.6085-5.970431.7923
CIE-Lab67.9882-3.120749.5159

#bba549 color RGB value is (187,165,73).

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

The process color (four color CMYK) of #bba549 color hex is 0.00, 0.12, 0.61, 0.27. Web safe color of #bba549 is #cc9933. Color #bba549 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100101 01001001
Octal 273 245 111
Decimal 187 165 73
Hex BB A5 49

RGB Percentages of Color #bba549

%44.00
%38.82
%17.18

CMYK Percentages of Color #bba549

%0
%12
%61
%27

Triadic Colors of #bba549

#bba549 #49bba5 #a549bb

Analogous Colors of #bba549

#bba549 #98bb49 #bb6c49

Monochromatic Colors of #bba549

#bba549

Complementary Color

#bba549 #495fbb

#bba549 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba549 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba549 Color CSS Codes

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

#bba549 Text Font Color

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

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


#bba549 Background Color

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

This div background color is #bba549


#bba549 Border Color

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

This div border color is #bba549


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba549


Comments

No comments written yet.

Please login to write comment.