Color Hex Logo

#b4971a Color Hex

#B4971A
(180,151,26)
0 Favorites   0 Comments

Color spaces of #b4971a

RGB 18015126
HSL0.140.750.40
HSV49°86°71°
CMYK 0.000.160.86   0.29
XYZ30.075531.91115.5516
Yxy31.91110.44530.4725
Hunter Lab56.4899-3.823133.7162
CIE-Lab63.2693-0.960462.5091

#b4971a color RGB value is (180,151,26).

#b4971a hex color red value is 180, green value is 151 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #b4971a hue: 0.14 , saturation: 0.75 and the lightness value of b4971a is 0.40.

The process color (four color CMYK) of #b4971a color hex is 0.00, 0.16, 0.86, 0.29. Web safe color of #b4971a is #cc9933. Color #b4971a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10010111 00011010
Octal 264 227 32
Decimal 180 151 26
Hex B4 97 1A

RGB Percentages of Color #b4971a

%50.42
%42.30
%7.28

CMYK Percentages of Color #b4971a

%0
%16
%86
%29

Triadic Colors of #b4971a

#b4971a #1ab497 #971ab4

Analogous Colors of #b4971a

#b4971a #84b41a #b44a1a

Monochromatic Colors of #b4971a

#b4971a

Complementary Color

#b4971a #1a37b4

#b4971a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4971a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4971a Color CSS Codes

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

#b4971a Text Font Color

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

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


#b4971a Background Color

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

This div background color is #b4971a


#b4971a Border Color

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

This div border color is #b4971a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4971a


Comments

No comments written yet.

Please login to write comment.