Color Hex Logo

#bba649 Color Hex

#BBA649
(187,166,73)
0 Favorites   0 Comments

Color spaces of #bba649

RGB 18716673
HSL0.140.460.51
HSV49°61°73°
CMYK 0.000.110.61   0.27
XYZ35.332338.318311.8373
Yxy38.31830.41330.4482
Hunter Lab61.9018-6.443931.9934
CIE-Lab68.2546-3.653349.8125

#bba649 color RGB value is (187,166,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100110 01001001
Octal 273 246 111
Decimal 187 166 73
Hex BB A6 49

RGB Percentages of Color #bba649

%43.90
%38.97
%17.14

CMYK Percentages of Color #bba649

%0
%11
%61
%27

Triadic Colors of #bba649

#bba649 #49bba6 #a649bb

Analogous Colors of #bba649

#bba649 #97bb49 #bb6d49

Monochromatic Colors of #bba649

#bba649

Complementary Color

#bba649 #495ebb

#bba649 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba649 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba649 Color CSS Codes

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

#bba649 Text Font Color

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

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


#bba649 Background Color

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

This div background color is #bba649


#bba649 Border Color

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

This div border color is #bba649


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba649


Comments

No comments written yet.

Please login to write comment.