Color Hex Logo

#b68733 Color Hex

#B68733
(182,135,51)
0 Favorites   0 Comments

Color spaces of #b68733

RGB 18213551
HSL0.110.560.46
HSV38°72°71°
CMYK 0.000.260.72   0.29
XYZ28.552927.51206.9374
Yxy27.51200.45320.4367
Hunter Lab52.45195.378128.8745
CIE-Lab59.44539.673150.1973

#b68733 color RGB value is (182,135,51).

#b68733 hex color red value is 182, green value is 135 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #b68733 hue: 0.11 , saturation: 0.56 and the lightness value of b68733 is 0.46.

The process color (four color CMYK) of #b68733 color hex is 0.00, 0.26, 0.72, 0.29. Web safe color of #b68733 is #cc9933. Color #b68733 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10000111 00110011
Octal 266 207 63
Decimal 182 135 51
Hex B6 87 33

RGB Percentages of Color #b68733

%49.46
%36.68
%13.86

CMYK Percentages of Color #b68733

%0
%26
%72
%29

Triadic Colors of #b68733

#b68733 #33b687 #8733b6

Analogous Colors of #b68733

#b68733 #a4b633 #b64633

Monochromatic Colors of #b68733

#b68733

Complementary Color

#b68733 #3362b6

#b68733 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b68733 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b68733 Color CSS Codes

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

#b68733 Text Font Color

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

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


#b68733 Background Color

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

This div background color is #b68733


#b68733 Border Color

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

This div border color is #b68733


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b68733


Comments

No comments written yet.

Please login to write comment.