Color Hex Logo

#bba744 Color Hex

#BBA744
(187,167,68)
0 Favorites   0 Comments

Color spaces of #bba744

RGB 18716768
HSL0.140.470.50
HSV50°64°73°
CMYK 0.000.110.64   0.27
XYZ35.355638.619611.0597
Yxy38.61960.41580.4542
Hunter Lab62.1447-7.200232.9496
CIE-Lab68.4748-4.523652.3299

#bba744 color RGB value is (187,167,68).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100111 01000100
Octal 273 247 104
Decimal 187 167 68
Hex BB A7 44

RGB Percentages of Color #bba744

%44.31
%39.57
%16.11

CMYK Percentages of Color #bba744

%0
%11
%64
%27

Triadic Colors of #bba744

#bba744 #44bba7 #a744bb

Analogous Colors of #bba744

#bba744 #94bb44 #bb6c44

Monochromatic Colors of #bba744

#bba744

Complementary Color

#bba744 #4458bb

#bba744 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba744 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba744 Color CSS Codes

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

#bba744 Text Font Color

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

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


#bba744 Background Color

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

This div background color is #bba744


#bba744 Border Color

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

This div border color is #bba744


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba744


Comments

No comments written yet.

Please login to write comment.