Color Hex Logo

#b68648 Color Hex

#B68648
(182,134,72)
0 Favorites   0 Comments

Color spaces of #b68648

RGB 18213472
HSL0.090.430.50
HSV34°60°71°
CMYK 0.000.260.60   0.29
XYZ28.986227.46329.9041
Yxy27.46320.43680.4139
Hunter Lab52.40537.021725.4785
CIE-Lab59.400611.550940.0551

#b68648 color RGB value is (182,134,72).

#b68648 hex color red value is 182, green value is 134 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #b68648 hue: 0.09 , saturation: 0.43 and the lightness value of b68648 is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 10000110 01001000
Octal 266 206 110
Decimal 182 134 72
Hex B6 86 48

RGB Percentages of Color #b68648

%46.91
%34.54
%18.56

CMYK Percentages of Color #b68648

%0
%26
%60
%29

Triadic Colors of #b68648

#b68648 #48b686 #8648b6

Analogous Colors of #b68648

#b68648 #afb648 #b64f48

Monochromatic Colors of #b68648

#b68648

Complementary Color

#b68648 #4878b6

#b68648 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b68648 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b68648 Color CSS Codes

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

#b68648 Text Font Color

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

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


#b68648 Background Color

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

This div background color is #b68648


#b68648 Border Color

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

This div border color is #b68648


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b68648


Comments

No comments written yet.

Please login to write comment.