Color Hex Logo

#b6a38f Color Hex

#B6A38F
(182,163,143)
2 Favorites   0 Comments

Color spaces of #b6a38f

RGB 182163143
HSL0.090.210.64
HSV31°21°71°
CMYK 0.000.100.21   0.29
XYZ37.346538.122631.3766
Yxy38.12260.34950.3568
Hunter Lab61.7435-0.082713.0907
CIE-Lab68.11093.671812.9160

#b6a38f color RGB value is (182,163,143).

#b6a38f hex color red value is 182, green value is 163 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #b6a38f hue: 0.09 , saturation: 0.21 and the lightness value of b6a38f is 0.64.

The process color (four color CMYK) of #b6a38f color hex is 0.00, 0.10, 0.21, 0.29. Web safe color of #b6a38f is #cc9999. Color #b6a38f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10100011 10001111
Octal 266 243 217
Decimal 182 163 143
Hex B6 A3 8F

RGB Percentages of Color #b6a38f

%37.30
%33.40
%29.30

CMYK Percentages of Color #b6a38f

%0
%10
%21
%29

Triadic Colors of #b6a38f

#b6a38f #8fb6a3 #a38fb6

Analogous Colors of #b6a38f

#b6a38f #b6b68f #b6908f

Monochromatic Colors of #b6a38f

#b6a38f

Complementary Color

#b6a38f #8fa2b6

#b6a38f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6a38f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6a38f Color CSS Codes

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

#b6a38f Text Font Color

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

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


#b6a38f Background Color

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

This div background color is #b6a38f


#b6a38f Border Color

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

This div border color is #b6a38f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6a38f

#b6a38f Color Palettes


Comments

No comments written yet.

Please login to write comment.