Color Hex Logo

#b4973a Color Hex

#B4973A
(180,151,58)
0 Favorites   0 Comments

Color spaces of #b4973a

RGB 18015158
HSL0.130.510.47
HSV46°68°71°
CMYK 0.000.160.68   0.29
XYZ30.652732.14208.5914
Yxy32.14200.42940.4503
Hunter Lab56.6939-2.704830.7009
CIE-Lab63.46010.383351.2178

#b4973a color RGB value is (180,151,58).

#b4973a hex color red value is 180, green value is 151 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #b4973a hue: 0.13 , saturation: 0.51 and the lightness value of b4973a is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10010111 00111010
Octal 264 227 72
Decimal 180 151 58
Hex B4 97 3A

RGB Percentages of Color #b4973a

%46.27
%38.82
%14.91

CMYK Percentages of Color #b4973a

%0
%16
%68
%29

Triadic Colors of #b4973a

#b4973a #3ab497 #973ab4

Analogous Colors of #b4973a

#b4973a #94b43a #b45a3a

Monochromatic Colors of #b4973a

#b4973a

Complementary Color

#b4973a #3a57b4

#b4973a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4973a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4973a Color CSS Codes

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

#b4973a Text Font Color

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

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


#b4973a Background Color

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

This div background color is #b4973a


#b4973a Border Color

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

This div border color is #b4973a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4973a


Comments

No comments written yet.

Please login to write comment.