Color Hex Logo

#bba44b Color Hex

#BBA44B
(187,164,75)
0 Favorites   0 Comments

Color spaces of #bba44b

RGB 18716475
HSL0.130.450.51
HSV48°60°73°
CMYK 0.000.120.60   0.27
XYZ35.039037.623712.0720
Yxy37.62370.41350.4440
Hunter Lab61.3382-5.374931.2678
CIE-Lab67.7424-2.443148.3026

#bba44b color RGB value is (187,164,75).

#bba44b hex color red value is 187, green value is 164 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #bba44b hue: 0.13 , saturation: 0.45 and the lightness value of bba44b is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100100 01001011
Octal 273 244 113
Decimal 187 164 75
Hex BB A4 4B

RGB Percentages of Color #bba44b

%43.90
%38.50
%17.61

CMYK Percentages of Color #bba44b

%0
%12
%60
%27

Triadic Colors of #bba44b

#bba44b #4bbba4 #a44bbb

Analogous Colors of #bba44b

#bba44b #9abb4b #bb6c4b

Monochromatic Colors of #bba44b

#bba44b

Complementary Color

#bba44b #4b62bb

#bba44b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba44b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba44b Color CSS Codes

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

#bba44b Text Font Color

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

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


#bba44b Background Color

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

This div background color is #bba44b


#bba44b Border Color

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

This div border color is #bba44b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba44b


Comments

No comments written yet.

Please login to write comment.