Color Hex Logo

#b6816e Color Hex

#B6816E
(182,129,110)
0 Favorites   0 Comments

Color spaces of #b6816e

RGB 182129110
HSL0.040.330.57
HSV16°40°71°
CMYK 0.000.290.40   0.29
XYZ29.956126.771418.3404
Yxy26.77140.39910.3566
Hunter Lab51.741112.797715.2025
CIE-Lab58.762118.015718.4467

#b6816e color RGB value is (182,129,110).

#b6816e hex color red value is 182, green value is 129 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #b6816e hue: 0.04 , saturation: 0.33 and the lightness value of b6816e is 0.57.

The process color (four color CMYK) of #b6816e color hex is 0.00, 0.29, 0.40, 0.29. Web safe color of #b6816e is #cc9966. Color #b6816e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10000001 01101110
Octal 266 201 156
Decimal 182 129 110
Hex B6 81 6E

RGB Percentages of Color #b6816e

%43.23
%30.64
%26.13

CMYK Percentages of Color #b6816e

%0
%29
%40
%29

Triadic Colors of #b6816e

#b6816e #6eb681 #816eb6

Analogous Colors of #b6816e

#b6816e #b6a56e #b66e7f

Monochromatic Colors of #b6816e

#b6816e

Complementary Color

#b6816e #6ea3b6

#b6816e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6816e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6816e Color CSS Codes

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

#b6816e Text Font Color

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

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


#b6816e Background Color

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

This div background color is #b6816e


#b6816e Border Color

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

This div border color is #b6816e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6816e


Comments

No comments written yet.

Please login to write comment.