Color Hex Logo

#bba393 Color Hex

#BBA393
(187,163,147)
0 Favorites   0 Comments

Color spaces of #bba393

RGB 187163147
HSL0.070.230.65
HSV24°21°73°
CMYK 0.000.130.21   0.27
XYZ38.857238.865833.0576
Yxy38.86580.35080.3508
Hunter Lab62.34242.157412.2007
CIE-Lab68.65396.203811.5341

#bba393 color RGB value is (187,163,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100011 10010011
Octal 273 243 223
Decimal 187 163 147
Hex BB A3 93

RGB Percentages of Color #bba393

%37.63
%32.80
%29.58

CMYK Percentages of Color #bba393

%0
%13
%21
%27

Triadic Colors of #bba393

#bba393 #93bba3 #a393bb

Analogous Colors of #bba393

#bba393 #bbb793 #bb9397

Monochromatic Colors of #bba393

#bba393

Complementary Color

#bba393 #93abbb

#bba393 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba393 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba393 Color CSS Codes

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

#bba393 Text Font Color

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

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


#bba393 Background Color

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

This div background color is #bba393


#bba393 Border Color

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

This div border color is #bba393


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba393


Comments

No comments written yet.

Please login to write comment.