Color Hex Logo

#bba18d Color Hex

#BBA18D
(187,161,141)
0 Favorites   0 Comments

Color spaces of #bba18d

RGB 187161141
HSL0.070.250.64
HSV26°25°73°
CMYK 0.000.140.25   0.27
XYZ38.046137.977630.5245
Yxy37.97760.35710.3564
Hunter Lab61.62602.355313.7707
CIE-Lab68.00416.404713.9387

#bba18d color RGB value is (187,161,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100001 10001101
Octal 273 241 215
Decimal 187 161 141
Hex BB A1 8D

RGB Percentages of Color #bba18d

%38.24
%32.92
%28.83

CMYK Percentages of Color #bba18d

%0
%14
%25
%27

Triadic Colors of #bba18d

#bba18d #8dbba1 #a18dbb

Analogous Colors of #bba18d

#bba18d #bbb88d #bb8d90

Monochromatic Colors of #bba18d

#bba18d

Complementary Color

#bba18d #8da7bb

#bba18d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba18d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba18d Color CSS Codes

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

#bba18d Text Font Color

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

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


#bba18d Background Color

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

This div background color is #bba18d


#bba18d Border Color

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

This div border color is #bba18d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba18d


Comments

No comments written yet.

Please login to write comment.