Color Hex Logo

#bba461 Color Hex

#BBA461
(187,164,97)
0 Favorites   0 Comments

Color spaces of #bba461

RGB 18716497
HSL0.120.400.56
HSV45°48°73°
CMYK 0.000.120.48   0.27
XYZ35.926637.978816.7464
Yxy37.97880.39630.4190
Hunter Lab61.6269-3.787227.0275
CIE-Lab68.0050-0.573037.6800

#bba461 color RGB value is (187,164,97).

#bba461 hex color red value is 187, green value is 164 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #bba461 hue: 0.12 , saturation: 0.40 and the lightness value of bba461 is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100100 01100001
Octal 273 244 141
Decimal 187 164 97
Hex BB A4 61

RGB Percentages of Color #bba461

%41.74
%36.61
%21.65

CMYK Percentages of Color #bba461

%0
%12
%48
%27

Triadic Colors of #bba461

#bba461 #61bba4 #a461bb

Analogous Colors of #bba461

#bba461 #a5bb61 #bb7761

Monochromatic Colors of #bba461

#bba461

Complementary Color

#bba461 #6178bb

#bba461 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba461 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba461 Color CSS Codes

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

#bba461 Text Font Color

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

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


#bba461 Background Color

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

This div background color is #bba461


#bba461 Border Color

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

This div border color is #bba461


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba461


Comments

No comments written yet.

Please login to write comment.