Color Hex Logo

#b4671d Color Hex

#B4671D
(180,103,29)
0 Favorites   0 Comments

Color spaces of #b4671d

RGB 18010329
HSL0.080.720.41
HSV29°84°71°
CMYK 0.000.430.84   0.29
XYZ23.894419.49253.6655
Yxy19.49250.50780.4143
Hunter Lab44.150319.342225.9828
CIE-Lab51.258525.658051.3845

#b4671d color RGB value is (180,103,29).

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

The process color (four color CMYK) of #b4671d color hex is 0.00, 0.43, 0.84, 0.29. Web safe color of #b4671d is #cc6633. Color #b4671d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01100111 00011101
Octal 264 147 35
Decimal 180 103 29
Hex B4 67 1D

RGB Percentages of Color #b4671d

%57.69
%33.01
%9.29

CMYK Percentages of Color #b4671d

%0
%43
%84
%29

Triadic Colors of #b4671d

#b4671d #1db467 #671db4

Analogous Colors of #b4671d

#b4671d #b4b31d #b41d1f

Monochromatic Colors of #b4671d

#b4671d

Complementary Color

#b4671d #1d6ab4

#b4671d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4671d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4671d Color CSS Codes

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

#b4671d Text Font Color

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

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


#b4671d Background Color

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

This div background color is #b4671d


#b4671d Border Color

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

This div border color is #b4671d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4671d


Comments

No comments written yet.

Please login to write comment.