Color Hex Logo

#bba18e Color Hex

#BBA18E
(187,161,142)
0 Favorites   0 Comments

Color spaces of #bba18e

RGB 187161142
HSL0.070.250.65
HSV25°24°73°
CMYK 0.000.140.24   0.27
XYZ38.120938.007530.9182
Yxy38.00750.35610.3551
Hunter Lab61.65022.486113.4206
CIE-Lab68.02616.551013.4164

#bba18e color RGB value is (187,161,142).

#bba18e hex color red value is 187, green value is 161 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #bba18e hue: 0.07 , saturation: 0.25 and the lightness value of bba18e is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100001 10001110
Octal 273 241 216
Decimal 187 161 142
Hex BB A1 8E

RGB Percentages of Color #bba18e

%38.16
%32.86
%28.98

CMYK Percentages of Color #bba18e

%0
%14
%24
%27

Triadic Colors of #bba18e

#bba18e #8ebba1 #a18ebb

Analogous Colors of #bba18e

#bba18e #bbb88e #bb8e92

Monochromatic Colors of #bba18e

#bba18e

Complementary Color

#bba18e #8ea8bb

#bba18e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba18e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba18e Color CSS Codes

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

#bba18e Text Font Color

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

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


#bba18e Background Color

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

This div background color is #bba18e


#bba18e Border Color

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

This div border color is #bba18e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba18e


Comments

No comments written yet.

Please login to write comment.