Color Hex Logo

#bba38a Color Hex

#BBA38A
(187,163,138)
0 Favorites   0 Comments

Color spaces of #bba38a

RGB 187163138
HSL0.090.260.64
HSV31°26°73°
CMYK 0.000.130.26   0.27
XYZ38.178238.594229.4820
Yxy38.59420.35930.3632
Hunter Lab62.12420.979115.3500
CIE-Lab68.45634.881616.2258

#bba38a color RGB value is (187,163,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100011 10001010
Octal 273 243 212
Decimal 187 163 138
Hex BB A3 8A

RGB Percentages of Color #bba38a

%38.32
%33.40
%28.28

CMYK Percentages of Color #bba38a

%0
%13
%26
%27

Triadic Colors of #bba38a

#bba38a #8abba3 #a38abb

Analogous Colors of #bba38a

#bba38a #bbbb8a #bb8b8a

Monochromatic Colors of #bba38a

#bba38a

Complementary Color

#bba38a #8aa2bb

#bba38a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba38a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba38a Color CSS Codes

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

#bba38a Text Font Color

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

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


#bba38a Background Color

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

This div background color is #bba38a


#bba38a Border Color

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

This div border color is #bba38a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba38a


Comments

No comments written yet.

Please login to write comment.