Color Hex Logo

#bba48e Color Hex

#BBA48E
(187,164,142)
0 Favorites   0 Comments

Color spaces of #bba48e

RGB 187164142
HSL0.080.250.65
HSV29°24°73°
CMYK 0.000.120.24   0.27
XYZ38.651539.068731.0950
Yxy39.06870.35520.3590
Hunter Lab62.50500.996214.2579
CIE-Lab68.80104.914014.5022

#bba48e color RGB value is (187,164,142).

#bba48e hex color red value is 187, green value is 164 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #bba48e hue: 0.08 , saturation: 0.25 and the lightness value of bba48e is 0.65.

The process color (four color CMYK) of #bba48e color hex is 0.00, 0.12, 0.24, 0.27. Web safe color of #bba48e is #cc9999. Color #bba48e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100100 10001110
Octal 273 244 216
Decimal 187 164 142
Hex BB A4 8E

RGB Percentages of Color #bba48e

%37.93
%33.27
%28.80

CMYK Percentages of Color #bba48e

%0
%12
%24
%27

Triadic Colors of #bba48e

#bba48e #8ebba4 #a48ebb

Analogous Colors of #bba48e

#bba48e #bbbb8e #bb8e8f

Monochromatic Colors of #bba48e

#bba48e

Complementary Color

#bba48e #8ea5bb

#bba48e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba48e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba48e Color CSS Codes

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

#bba48e Text Font Color

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

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


#bba48e Background Color

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

This div background color is #bba48e


#bba48e Border Color

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

This div border color is #bba48e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba48e


Comments

No comments written yet.

Please login to write comment.