Color Hex Logo

#bba18a Color Hex

#BBA18A
(187,161,138)
0 Favorites   0 Comments

Color spaces of #bba18a

RGB 187161138
HSL0.080.260.64
HSV28°26°73°
CMYK 0.000.140.26   0.27
XYZ37.825837.889529.3645
Yxy37.88950.36000.3606
Hunter Lab61.55441.969714.8039
CIE-Lab67.93915.972315.5062

#bba18a color RGB value is (187,161,138).

#bba18a hex color red value is 187, green value is 161 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #bba18a hue: 0.08 , saturation: 0.26 and the lightness value of bba18a is 0.64.

The process color (four color CMYK) of #bba18a color hex is 0.00, 0.14, 0.26, 0.27. Web safe color of #bba18a is #cc9999. Color #bba18a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100001 10001010
Octal 273 241 212
Decimal 187 161 138
Hex BB A1 8A

RGB Percentages of Color #bba18a

%38.48
%33.13
%28.40

CMYK Percentages of Color #bba18a

%0
%14
%26
%27

Triadic Colors of #bba18a

#bba18a #8abba1 #a18abb

Analogous Colors of #bba18a

#bba18a #bbba8a #bb8a8c

Monochromatic Colors of #bba18a

#bba18a

Complementary Color

#bba18a #8aa4bb

#bba18a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba18a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba18a Color CSS Codes

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

#bba18a Text Font Color

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

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


#bba18a Background Color

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

This div background color is #bba18a


#bba18a Border Color

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

This div border color is #bba18a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba18a


Comments

No comments written yet.

Please login to write comment.