Color Hex Logo

#bba288 Color Hex

#BBA288
(187,162,136)
0 Favorites   0 Comments

Color spaces of #bba288

RGB 187162136
HSL0.080.270.63
HSV31°27°73°
CMYK 0.000.130.27   0.27
XYZ37.857838.183028.6673
Yxy38.18300.36160.3647
Hunter Lab61.79241.223315.7483
CIE-Lab68.15535.144116.9098

#bba288 color RGB value is (187,162,136).

#bba288 hex color red value is 187, green value is 162 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #bba288 hue: 0.08 , saturation: 0.27 and the lightness value of bba288 is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100010 10001000
Octal 273 242 210
Decimal 187 162 136
Hex BB A2 88

RGB Percentages of Color #bba288

%38.56
%33.40
%28.04

CMYK Percentages of Color #bba288

%0
%13
%27
%27

Triadic Colors of #bba288

#bba288 #88bba2 #a288bb

Analogous Colors of #bba288

#bba288 #bbbb88 #bb8988

Monochromatic Colors of #bba288

#bba288

Complementary Color

#bba288 #88a1bb

#bba288 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba288 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba288 Color CSS Codes

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

#bba288 Text Font Color

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

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


#bba288 Background Color

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

This div background color is #bba288


#bba288 Border Color

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

This div border color is #bba288


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba288

#bba288 Color Palettes


Comments

No comments written yet.

Please login to write comment.