Color Hex Logo

#bba441 Color Hex

#BBA441
(187,164,65)
0 Favorites   0 Comments

Color spaces of #bba441

RGB 18716465
HSL0.140.480.49
HSV49°65°73°
CMYK 0.000.120.65   0.27
XYZ34.723137.497410.4086
Yxy37.49740.42020.4538
Hunter Lab61.2351-5.943832.7866
CIE-Lab67.6485-3.119452.7737

#bba441 color RGB value is (187,164,65).

#bba441 hex color red value is 187, green value is 164 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #bba441 hue: 0.14 , saturation: 0.48 and the lightness value of bba441 is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100100 01000001
Octal 273 244 101
Decimal 187 164 65
Hex BB A4 41

RGB Percentages of Color #bba441

%44.95
%39.42
%15.63

CMYK Percentages of Color #bba441

%0
%12
%65
%27

Triadic Colors of #bba441

#bba441 #41bba4 #a441bb

Analogous Colors of #bba441

#bba441 #95bb41 #bb6741

Monochromatic Colors of #bba441

#bba441

Complementary Color

#bba441 #4158bb

#bba441 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba441 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba441 Color CSS Codes

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

#bba441 Text Font Color

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

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


#bba441 Background Color

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

This div background color is #bba441


#bba441 Border Color

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

This div border color is #bba441


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba441


Comments

No comments written yet.

Please login to write comment.