Color Hex Logo

#ba816b Color Hex

#BA816B
(186,129,107)
0 Favorites   0 Comments

Color spaces of #ba816b

RGB 186129107
HSL0.050.360.57
HSV17°42°73°
CMYK 0.000.310.42   0.27
XYZ30.753827.201217.5394
Yxy27.20120.40740.3603
Hunter Lab52.154813.984216.5694
CIE-Lab59.160119.294320.7648

#ba816b color RGB value is (186,129,107).

#ba816b hex color red value is 186, green value is 129 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #ba816b hue: 0.05 , saturation: 0.36 and the lightness value of ba816b is 0.57.

The process color (four color CMYK) of #ba816b color hex is 0.00, 0.31, 0.42, 0.27. Web safe color of #ba816b is #cc9966. Color #ba816b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10000001 01101011
Octal 272 201 153
Decimal 186 129 107
Hex BA 81 6B

RGB Percentages of Color #ba816b

%44.08
%30.57
%25.36

CMYK Percentages of Color #ba816b

%0
%31
%42
%27

Triadic Colors of #ba816b

#ba816b #6bba81 #816bba

Analogous Colors of #ba816b

#ba816b #baa96b #ba6b7d

Monochromatic Colors of #ba816b

#ba816b

Complementary Color

#ba816b #6ba4ba

#ba816b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba816b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba816b Color CSS Codes

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

#ba816b Text Font Color

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

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


#ba816b Background Color

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

This div background color is #ba816b


#ba816b Border Color

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

This div border color is #ba816b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,129,107, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba816b


Comments

No comments written yet.

Please login to write comment.