Color Hex Logo

#b4643e Color Hex

#B4643E
(180,100,62)
0 Favorites   0 Comments

Color spaces of #b4643e

RGB 18010062
HSL0.050.490.47
HSV19°66°71°
CMYK 0.000.440.66   0.29
XYZ24.249119.16546.9787
Yxy19.16540.48120.3803
Hunter Lab43.778322.260321.1934
CIE-Lab50.880228.842635.2716

#b4643e color RGB value is (180,100,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01100100 00111110
Octal 264 144 76
Decimal 180 100 62
Hex B4 64 3E

RGB Percentages of Color #b4643e

%52.63
%29.24
%18.13

CMYK Percentages of Color #b4643e

%0
%44
%66
%29

Triadic Colors of #b4643e

#b4643e #3eb464 #643eb4

Analogous Colors of #b4643e

#b4643e #b49f3e #b43e53

Monochromatic Colors of #b4643e

#b4643e

Complementary Color

#b4643e #3e8eb4

#b4643e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4643e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4643e Color CSS Codes

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

#b4643e Text Font Color

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

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


#b4643e Background Color

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

This div background color is #b4643e


#b4643e Border Color

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

This div border color is #b4643e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,100,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 #b4643e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4643e


Comments

No comments written yet.

Please login to write comment.