Color Hex Logo

#b6835d Color Hex

#B6835D
(182,131,93)
0 Favorites   0 Comments

Color spaces of #b6835d

RGB 18213193
HSL0.070.380.54
HSV26°49°71°
CMYK 0.000.280.49   0.29
XYZ29.383526.968014.0126
Yxy26.96800.41760.3833
Hunter Lab51.930710.120320.3531
CIE-Lab58.944715.046828.2394

#b6835d color RGB value is (182,131,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 10000011 01011101
Octal 266 203 135
Decimal 182 131 93
Hex B6 83 5D

RGB Percentages of Color #b6835d

%44.83
%32.27
%22.91

CMYK Percentages of Color #b6835d

%0
%28
%49
%29

Triadic Colors of #b6835d

#b6835d #5db683 #835db6

Analogous Colors of #b6835d

#b6835d #b6b05d #b65d63

Monochromatic Colors of #b6835d

#b6835d

Complementary Color

#b6835d #5d90b6

#b6835d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6835d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6835d Color CSS Codes

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

#b6835d Text Font Color

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

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


#b6835d Background Color

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

This div background color is #b6835d


#b6835d Border Color

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

This div border color is #b6835d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6835d


Comments

No comments written yet.

Please login to write comment.