Color Hex Logo

#bba077 Color Hex

#BBA077
(187,160,119)
0 Favorites   0 Comments

Color spaces of #bba077

RGB 187160119
HSL0.100.330.60
HSV36°36°73°
CMYK 0.000.140.36   0.27
XYZ36.394137.038322.6837
Yxy37.03830.37860.3853
Hunter Lab60.85910.240620.5025
CIE-Lab67.30584.002225.0680

#bba077 color RGB value is (187,160,119).

#bba077 hex color red value is 187, green value is 160 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #bba077 hue: 0.10 , saturation: 0.33 and the lightness value of bba077 is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100000 01110111
Octal 273 240 167
Decimal 187 160 119
Hex BB A0 77

RGB Percentages of Color #bba077

%40.13
%34.33
%25.54

CMYK Percentages of Color #bba077

%0
%14
%36
%27

Triadic Colors of #bba077

#bba077 #77bba0 #a077bb

Analogous Colors of #bba077

#bba077 #b4bb77 #bb7e77

Monochromatic Colors of #bba077

#bba077

Complementary Color

#bba077 #7792bb

#bba077 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba077 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba077 Color CSS Codes

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

#bba077 Text Font Color

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

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


#bba077 Background Color

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

This div background color is #bba077


#bba077 Border Color

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

This div border color is #bba077


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba077

#bba077 Color Palettes


Comments

No comments written yet.

Please login to write comment.