Color Hex Logo

#bba38b Color Hex

#BBA38B
(187,163,139)
0 Favorites   0 Comments

Color spaces of #bba38b

RGB 187163139
HSL0.080.260.64
HSV30°26°73°
CMYK 0.000.130.26   0.27
XYZ38.250938.623329.8651
Yxy38.62330.35840.3618
Hunter Lab62.14761.105615.0115
CIE-Lab68.47755.024115.7044

#bba38b color RGB value is (187,163,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100011 10001011
Octal 273 243 213
Decimal 187 163 139
Hex BB A3 8B

RGB Percentages of Color #bba38b

%38.24
%33.33
%28.43

CMYK Percentages of Color #bba38b

%0
%13
%26
%27

Triadic Colors of #bba38b

#bba38b #8bbba3 #a38bbb

Analogous Colors of #bba38b

#bba38b #bbbb8b #bb8b8b

Monochromatic Colors of #bba38b

#bba38b

Complementary Color

#bba38b #8ba3bb

#bba38b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba38b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba38b Color CSS Codes

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

#bba38b Text Font Color

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

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


#bba38b Background Color

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

This div background color is #bba38b


#bba38b Border Color

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

This div border color is #bba38b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba38b

#bba38b Color Palettes


Comments

No comments written yet.

Please login to write comment.