Color Hex Logo

#b6845d Color Hex

#B6845D
(182,132,93)
0 Favorites   0 Comments

Color spaces of #b6845d

RGB 18213293
HSL0.070.380.54
HSV26°49°71°
CMYK 0.000.270.49   0.29
XYZ29.518527.237914.0576
Yxy27.23790.41680.3846
Hunter Lab52.18999.626820.5629
CIE-Lab59.193914.489728.5611

#b6845d color RGB value is (182,132,93).

#b6845d hex color red value is 182, green value is 132 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #b6845d hue: 0.07 , saturation: 0.38 and the lightness value of b6845d is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 10000100 01011101
Octal 266 204 135
Decimal 182 132 93
Hex B6 84 5D

RGB Percentages of Color #b6845d

%44.72
%32.43
%22.85

CMYK Percentages of Color #b6845d

%0
%27
%49
%29

Triadic Colors of #b6845d

#b6845d #5db684 #845db6

Analogous Colors of #b6845d

#b6845d #b6b15d #b65d62

Monochromatic Colors of #b6845d

#b6845d

Complementary Color

#b6845d #5d8fb6

#b6845d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6845d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6845d Color CSS Codes

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

#b6845d Text Font Color

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

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


#b6845d Background Color

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

This div background color is #b6845d


#b6845d Border Color

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

This div border color is #b6845d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6845d


Comments

No comments written yet.

Please login to write comment.