Color Hex Logo

#bba344 Color Hex

#BBA344
(187,163,68)
0 Favorites   0 Comments

Color spaces of #bba344

RGB 18716368
HSL0.130.470.50
HSV48°64°73°
CMYK 0.000.130.64   0.27
XYZ34.634137.176510.8192
Yxy37.17650.41910.4499
Hunter Lab60.9725-5.309032.1601
CIE-Lab67.4092-2.393551.1741

#bba344 color RGB value is (187,163,68).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100011 01000100
Octal 273 243 104
Decimal 187 163 68
Hex BB A3 44

RGB Percentages of Color #bba344

%44.74
%39.00
%16.27

CMYK Percentages of Color #bba344

%0
%13
%64
%27

Triadic Colors of #bba344

#bba344 #44bba3 #a344bb

Analogous Colors of #bba344

#bba344 #98bb44 #bb6844

Monochromatic Colors of #bba344

#bba344

Complementary Color

#bba344 #445cbb

#bba344 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba344 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba344 Color CSS Codes

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

#bba344 Text Font Color

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

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


#bba344 Background Color

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

This div background color is #bba344


#bba344 Border Color

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

This div border color is #bba344


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba344


Comments

No comments written yet.

Please login to write comment.