Color Hex Logo

#b68744 Color Hex

#B68744
(182,135,68)
0 Favorites   0 Comments

Color spaces of #b68744

RGB 18213568
HSL0.100.460.49
HSV35°63°71°
CMYK 0.000.260.63   0.29
XYZ28.998827.69049.2852
Yxy27.69040.43950.4197
Hunter Lab52.62176.280026.3733
CIE-Lab59.608010.705942.3267

#b68744 color RGB value is (182,135,68).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 10000111 01000100
Octal 266 207 104
Decimal 182 135 68
Hex B6 87 44

RGB Percentages of Color #b68744

%47.27
%35.06
%17.66

CMYK Percentages of Color #b68744

%0
%26
%63
%29

Triadic Colors of #b68744

#b68744 #44b687 #8744b6

Analogous Colors of #b68744

#b68744 #acb644 #b64e44

Monochromatic Colors of #b68744

#b68744

Complementary Color

#b68744 #4473b6

#b68744 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b68744 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b68744 Color CSS Codes

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

#b68744 Text Font Color

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

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


#b68744 Background Color

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

This div background color is #b68744


#b68744 Border Color

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

This div border color is #b68744


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b68744


Comments

No comments written yet.

Please login to write comment.