Color Hex Logo

#bba293 Color Hex

#BBA293
(187,162,147)
0 Favorites   0 Comments

Color spaces of #bba293

RGB 187162147
HSL0.060.230.65
HSV23°21°73°
CMYK 0.000.130.21   0.27
XYZ38.680338.512032.9987
Yxy38.51200.35100.3495
Hunter Lab62.05802.656111.9138
CIE-Lab68.39636.750411.1697

#bba293 color RGB value is (187,162,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100010 10010011
Octal 273 242 223
Decimal 187 162 147
Hex BB A2 93

RGB Percentages of Color #bba293

%37.70
%32.66
%29.64

CMYK Percentages of Color #bba293

%0
%13
%21
%27

Triadic Colors of #bba293

#bba293 #93bba2 #a293bb

Analogous Colors of #bba293

#bba293 #bbb693 #bb9398

Monochromatic Colors of #bba293

#bba293

Complementary Color

#bba293 #93acbb

#bba293 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba293 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba293 Color CSS Codes

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

#bba293 Text Font Color

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

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


#bba293 Background Color

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

This div background color is #bba293


#bba293 Border Color

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

This div border color is #bba293


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba293


Comments

No comments written yet.

Please login to write comment.