Color Hex Logo

#bba04e Color Hex

#BBA04E
(187,160,78)
0 Favorites   0 Comments

Color spaces of #bba04e

RGB 18716078
HSL0.130.440.52
HSV45°58°73°
CMYK 0.000.140.58   0.27
XYZ34.439536.256512.3908
Yxy36.25650.41450.4364
Hunter Lab60.2134-3.279029.9486
CIE-Lab66.7154-0.073245.6937

#bba04e color RGB value is (187,160,78).

#bba04e hex color red value is 187, green value is 160 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #bba04e hue: 0.13 , saturation: 0.44 and the lightness value of bba04e is 0.52.

The process color (four color CMYK) of #bba04e color hex is 0.00, 0.14, 0.58, 0.27. Web safe color of #bba04e is #cc9966. Color #bba04e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100000 01001110
Octal 273 240 116
Decimal 187 160 78
Hex BB A0 4E

RGB Percentages of Color #bba04e

%44.00
%37.65
%18.35

CMYK Percentages of Color #bba04e

%0
%14
%58
%27

Triadic Colors of #bba04e

#bba04e #4ebba0 #a04ebb

Analogous Colors of #bba04e

#bba04e #a0bb4e #bb6a4e

Monochromatic Colors of #bba04e

#bba04e

Complementary Color

#bba04e #4e69bb

#bba04e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba04e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba04e Color CSS Codes

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

#bba04e Text Font Color

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

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


#bba04e Background Color

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

This div background color is #bba04e


#bba04e Border Color

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

This div border color is #bba04e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba04e


Comments

No comments written yet.

Please login to write comment.