Color Hex Logo

#b68853 Color Hex

#B68853
(182,136,83)
0 Favorites   0 Comments

Color spaces of #b68853

RGB 18213683
HSL0.090.400.52
HSV32°54°71°
CMYK 0.000.250.54   0.29
XYZ29.656928.177912.0594
Yxy28.17790.42430.4032
Hunter Lab53.08296.831323.6885
CIE-Lab60.049111.331735.0719

#b68853 color RGB value is (182,136,83).

#b68853 hex color red value is 182, green value is 136 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #b68853 hue: 0.09 , saturation: 0.40 and the lightness value of b68853 is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 10001000 01010011
Octal 266 210 123
Decimal 182 136 83
Hex B6 88 53

RGB Percentages of Color #b68853

%45.39
%33.92
%20.70

CMYK Percentages of Color #b68853

%0
%25
%54
%29

Triadic Colors of #b68853

#b68853 #53b688 #8853b6

Analogous Colors of #b68853

#b68853 #b3b653 #b65753

Monochromatic Colors of #b68853

#b68853

Complementary Color

#b68853 #5381b6

#b68853 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b68853 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b68853 Color CSS Codes

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

#b68853 Text Font Color

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

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


#b68853 Background Color

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

This div background color is #b68853


#b68853 Border Color

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

This div border color is #b68853


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b68853


Comments

No comments written yet.

Please login to write comment.