Color Hex Logo

#bba177 Color Hex

#BBA177
(187,161,119)
1 Favorites   0 Comments

Color spaces of #bba177

RGB 187161119
HSL0.100.330.60
HSV37°36°73°
CMYK 0.000.140.36   0.27
XYZ36.568237.386422.7417
Yxy37.38640.37820.3866
Hunter Lab61.1444-0.248520.7491
CIE-Lab67.56593.458925.4155

#bba177 color RGB value is (187,161,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100001 01110111
Octal 273 241 167
Decimal 187 161 119
Hex BB A1 77

RGB Percentages of Color #bba177

%40.04
%34.48
%25.48

CMYK Percentages of Color #bba177

%0
%14
%36
%27

Triadic Colors of #bba177

#bba177 #77bba1 #a177bb

Analogous Colors of #bba177

#bba177 #b3bb77 #bb7f77

Monochromatic Colors of #bba177

#bba177

Complementary Color

#bba177 #7791bb

#bba177 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba177 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba177 Color CSS Codes

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

#bba177 Text Font Color

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

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


#bba177 Background Color

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

This div background color is #bba177


#bba177 Border Color

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

This div border color is #bba177


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba177


Comments

No comments written yet.

Please login to write comment.