Color Hex Logo

#baa288 Color Hex

#BAA288
(186,162,136)
0 Favorites   0 Comments

Color spaces of #baa288

RGB 186162136
HSL0.090.270.63
HSV31°27°73°
CMYK 0.000.130.27   0.27
XYZ37.614038.057328.6559
Yxy38.05730.36050.3648
Hunter Lab61.69060.876515.6426
CIE-Lab68.06284.751216.7674

#baa288 color RGB value is (186,162,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10100010 10001000
Octal 272 242 210
Decimal 186 162 136
Hex BA A2 88

RGB Percentages of Color #baa288

%38.43
%33.47
%28.10

CMYK Percentages of Color #baa288

%0
%13
%27
%27

Triadic Colors of #baa288

#baa288 #88baa2 #a288ba

Analogous Colors of #baa288

#baa288 #b9ba88 #ba8988

Monochromatic Colors of #baa288

#baa288

Complementary Color

#baa288 #88a0ba

#baa288 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa288 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa288 Color CSS Codes

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

#baa288 Text Font Color

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

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


#baa288 Background Color

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

This div background color is #baa288


#baa288 Border Color

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

This div border color is #baa288


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa288


Comments

No comments written yet.

Please login to write comment.