Color Hex Logo

#bba340 Color Hex

#BBA340
(187,163,64)
0 Favorites   0 Comments

Color spaces of #bba340

RGB 18716364
HSL0.130.490.49
HSV48°66°73°
CMYK 0.000.130.66   0.27
XYZ34.516137.129310.1980
Yxy37.12930.42170.4537
Hunter Lab60.9338-5.522432.7308
CIE-Lab67.3739-2.647452.9211

#bba340 color RGB value is (187,163,64).

#bba340 hex color red value is 187, green value is 163 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #bba340 hue: 0.13 , saturation: 0.49 and the lightness value of bba340 is 0.49.

The process color (four color CMYK) of #bba340 color hex is 0.00, 0.13, 0.66, 0.27. Web safe color of #bba340 is #cc9933. Color #bba340 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100011 01000000
Octal 273 243 100
Decimal 187 163 64
Hex BB A3 40

RGB Percentages of Color #bba340

%45.17
%39.37
%15.46

CMYK Percentages of Color #bba340

%0
%13
%66
%27

Triadic Colors of #bba340

#bba340 #40bba3 #a340bb

Analogous Colors of #bba340

#bba340 #96bb40 #bb6640

Monochromatic Colors of #bba340

#bba340

Complementary Color

#bba340 #4058bb

#bba340 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba340 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba340 Color CSS Codes

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

#bba340 Text Font Color

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

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


#bba340 Background Color

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

This div background color is #bba340


#bba340 Border Color

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

This div border color is #bba340


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba340


Comments

No comments written yet.

Please login to write comment.