color codes Logo

#bba14c color codes

#BBA14C
(187,161,76)
0 Favorites   0 Comments

Color spaces of #bba14c

RGB 18716176
HSL0.130.450.52
HSV46°59°73°
CMYK 0.000.140.59   0.27
XYZ34.542936.576312.0768
Yxy36.57630.41520.4396
Hunter Lab60.4783-3.884830.4953
CIE-Lab66.9579-0.762046.9374

#bba14c color RGB value is (187,161,76).

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

The process color (four color CMYK) of #bba14c color code is 0.00, 0.14, 0.59, 0.27. Web safe color of #bba14c is #cc9933. Color #bba14c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100001 01001100
Octal 273 241 114
Decimal 187 161 76
Hex BB A1 4C

RGB Percentages of Color #bba14c

%44.10
%37.97
%17.92

CMYK Percentages of Color #bba14c

%0
%14
%59
%27

Triadic Colors of #bba14c

#bba14c #4cbba1 #a14cbb

Analogous Colors of #bba14c

#bba14c #9ebb4c #bb6a4c

Monochromatic Colors of #bba14c

#bba14c

Complementary Color

#bba14c #4c66bb

#bba14c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba14c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba14c Color CSS Codes

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

#bba14c Text Font Color

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

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


#bba14c Background Color

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

This div background color is #bba14c


#bba14c Border Color

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

This div border color is #bba14c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba14c


Comments

No comments written yet.

Please login to write comment.