Color Hex Logo

#bba74c Color Hex

#BBA74C
(187,167,76)
0 Favorites   0 Comments

Color spaces of #bba74c

RGB 18716776
HSL0.140.450.52
HSV49°59°73°
CMYK 0.000.110.59   0.27
XYZ35.616738.724012.4348
Yxy38.72400.41040.4463
Hunter Lab62.2286-6.735231.7124
CIE-Lab68.5509-3.968448.7436

#bba74c color RGB value is (187,167,76).

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

The process color (four color CMYK) of #bba74c color hex is 0.00, 0.11, 0.59, 0.27. Web safe color of #bba74c is #cc9933. Color #bba74c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100111 01001100
Octal 273 247 114
Decimal 187 167 76
Hex BB A7 4C

RGB Percentages of Color #bba74c

%43.49
%38.84
%17.67

CMYK Percentages of Color #bba74c

%0
%11
%59
%27

Triadic Colors of #bba74c

#bba74c #4cbba7 #a74cbb

Analogous Colors of #bba74c

#bba74c #98bb4c #bb704c

Monochromatic Colors of #bba74c

#bba74c

Complementary Color

#bba74c #4c60bb

#bba74c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba74c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba74c Color CSS Codes

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

#bba74c Text Font Color

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

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


#bba74c Background Color

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

This div background color is #bba74c


#bba74c Border Color

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

This div border color is #bba74c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,167,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 #bba74c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba74c


Comments

No comments written yet.

Please login to write comment.