Color Hex Logo

#ba826b Color Hex

#BA826B
(186,130,107)
0 Favorites   0 Comments

Color spaces of #ba826b

RGB 186130107
HSL0.050.360.57
HSV17°42°73°
CMYK 0.000.300.42   0.27
XYZ30.886227.465917.5835
Yxy27.46590.40670.3617
Hunter Lab52.407913.483716.7930
CIE-Lab59.403118.738721.0927

#ba826b color RGB value is (186,130,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10000010 01101011
Octal 272 202 153
Decimal 186 130 107
Hex BA 82 6B

RGB Percentages of Color #ba826b

%43.97
%30.73
%25.30

CMYK Percentages of Color #ba826b

%0
%30
%42
%27

Triadic Colors of #ba826b

#ba826b #6bba82 #826bba

Analogous Colors of #ba826b

#ba826b #baaa6b #ba6b7c

Monochromatic Colors of #ba826b

#ba826b

Complementary Color

#ba826b #6ba3ba

#ba826b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba826b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba826b Color CSS Codes

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

#ba826b Text Font Color

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

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


#ba826b Background Color

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

This div background color is #ba826b


#ba826b Border Color

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

This div border color is #ba826b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba826b


Comments

No comments written yet.

Please login to write comment.