Color Hex Logo

#bba760 Color Hex

#BBA760
(187,167,96)
0 Favorites   0 Comments

Color spaces of #bba760

RGB 18716796
HSL0.130.400.55
HSV47°49°73°
CMYK 0.000.110.49   0.27
XYZ36.423639.046816.6834
Yxy39.04680.39520.4237
Hunter Lab62.4874-5.306327.9115
CIE-Lab68.7852-2.276439.1597

#bba760 color RGB value is (187,167,96).

#bba760 hex color red value is 187, green value is 167 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #bba760 hue: 0.13 , saturation: 0.40 and the lightness value of bba760 is 0.55.

The process color (four color CMYK) of #bba760 color hex is 0.00, 0.11, 0.49, 0.27. Web safe color of #bba760 is #cc9966. Color #bba760 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100111 01100000
Octal 273 247 140
Decimal 187 167 96
Hex BB A7 60

RGB Percentages of Color #bba760

%41.56
%37.11
%21.33

CMYK Percentages of Color #bba760

%0
%11
%49
%27

Triadic Colors of #bba760

#bba760 #60bba7 #a760bb

Analogous Colors of #bba760

#bba760 #a2bb60 #bb7a60

Monochromatic Colors of #bba760

#bba760

Complementary Color

#bba760 #6074bb

#bba760 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba760 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba760 Color CSS Codes

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

#bba760 Text Font Color

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

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


#bba760 Background Color

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

This div background color is #bba760


#bba760 Border Color

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

This div border color is #bba760


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba760


Comments

No comments written yet.

Please login to write comment.