Color Hex Logo

#b4681e Color Hex

#B4681E
(180,104,30)
0 Favorites   0 Comments

Color spaces of #b4681e

RGB 18010430
HSL0.080.710.41
HSV30°83°71°
CMYK 0.000.420.83   0.29
XYZ24.007019.69773.7650
Yxy19.69770.50570.4150
Hunter Lab44.382118.884926.0378
CIE-Lab51.493725.139151.2108

#b4681e color RGB value is (180,104,30).

#b4681e hex color red value is 180, green value is 104 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #b4681e hue: 0.08 , saturation: 0.71 and the lightness value of b4681e is 0.41.

The process color (four color CMYK) of #b4681e color hex is 0.00, 0.42, 0.83, 0.29. Web safe color of #b4681e is #cc6633. Color #b4681e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01101000 00011110
Octal 264 150 36
Decimal 180 104 30
Hex B4 68 1E

RGB Percentages of Color #b4681e

%57.32
%33.12
%9.55

CMYK Percentages of Color #b4681e

%0
%42
%83
%29

Triadic Colors of #b4681e

#b4681e #1eb468 #681eb4

Analogous Colors of #b4681e

#b4681e #b4b31e #b41e1f

Monochromatic Colors of #b4681e

#b4681e

Complementary Color

#b4681e #1e6ab4

#b4681e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4681e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4681e Color CSS Codes

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

#b4681e Text Font Color

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

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


#b4681e Background Color

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

This div background color is #b4681e


#b4681e Border Color

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

This div border color is #b4681e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(180,104,30, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b4681e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b4681e;
  -webkit-box-shadow: 1px 1px 3px 2px #b4681e;
  box-shadow:         1px 1px 3px 2px #b4681e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,104,30, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4681e


Comments

No comments written yet.

Please login to write comment.