Color Hex Logo

#bba390 Color Hex

#BBA390
(187,163,144)
0 Favorites   0 Comments

Color spaces of #bba390

RGB 187163144
HSL0.070.240.65
HSV27°23°73°
CMYK 0.000.130.23   0.27
XYZ38.624838.772831.8337
Yxy38.77280.35360.3550
Hunter Lab62.26781.755113.2761
CIE-Lab68.58645.753813.0974

#bba390 color RGB value is (187,163,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100011 10010000
Octal 273 243 220
Decimal 187 163 144
Hex BB A3 90

RGB Percentages of Color #bba390

%37.85
%33.00
%29.15

CMYK Percentages of Color #bba390

%0
%13
%23
%27

Triadic Colors of #bba390

#bba390 #90bba3 #a390bb

Analogous Colors of #bba390

#bba390 #bbb990 #bb9093

Monochromatic Colors of #bba390

#bba390

Complementary Color

#bba390 #90a8bb

#bba390 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba390 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba390 Color CSS Codes

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

#bba390 Text Font Color

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

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


#bba390 Background Color

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

This div background color is #bba390


#bba390 Border Color

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

This div border color is #bba390


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba390


Comments

No comments written yet.

Please login to write comment.