Color Hex Logo

#bba449 Color Hex

#BBA449
(187,164,73)
0 Favorites   0 Comments

Color spaces of #bba449

RGB 18716473
HSL0.130.460.51
HSV48°61°73°
CMYK 0.000.120.61   0.27
XYZ34.971637.596811.7170
Yxy37.59680.41490.4461
Hunter Lab61.3162-5.496331.5916
CIE-Lab67.7224-2.587049.2194

#bba449 color RGB value is (187,164,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100100 01001001
Octal 273 244 111
Decimal 187 164 73
Hex BB A4 49

RGB Percentages of Color #bba449

%44.10
%38.68
%17.22

CMYK Percentages of Color #bba449

%0
%12
%61
%27

Triadic Colors of #bba449

#bba449 #49bba4 #a449bb

Analogous Colors of #bba449

#bba449 #99bb49 #bb6b49

Monochromatic Colors of #bba449

#bba449

Complementary Color

#bba449 #4960bb

#bba449 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba449 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba449 Color CSS Codes

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

#bba449 Text Font Color

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

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


#bba449 Background Color

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

This div background color is #bba449


#bba449 Border Color

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

This div border color is #bba449


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba449


Comments

No comments written yet.

Please login to write comment.