Color Hex Logo

#b4693e Color Hex

#B4693E
(180,105,62)
0 Favorites   0 Comments

Color spaces of #b4693e

RGB 18010562
HSL0.060.490.47
HSV22°66°71°
CMYK 0.000.420.66   0.29
XYZ24.743520.15427.1435
Yxy20.15420.47550.3873
Hunter Lab44.893419.818721.9911
CIE-Lab52.011126.108536.5964

#b4693e color RGB value is (180,105,62).

#b4693e hex color red value is 180, green value is 105 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #b4693e hue: 0.06 , saturation: 0.49 and the lightness value of b4693e is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01101001 00111110
Octal 264 151 76
Decimal 180 105 62
Hex B4 69 3E

RGB Percentages of Color #b4693e

%51.87
%30.26
%17.87

CMYK Percentages of Color #b4693e

%0
%42
%66
%29

Triadic Colors of #b4693e

#b4693e #3eb469 #693eb4

Analogous Colors of #b4693e

#b4693e #b4a43e #b43e4e

Monochromatic Colors of #b4693e

#b4693e

Complementary Color

#b4693e #3e89b4

#b4693e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4693e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4693e Color CSS Codes

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

#b4693e Text Font Color

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

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


#b4693e Background Color

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

This div background color is #b4693e


#b4693e Border Color

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

This div border color is #b4693e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4693e


Comments

No comments written yet.

Please login to write comment.