Color Hex Logo

#b3974a Color Hex

#B3974A
(179,151,74)
0 Favorites   0 Comments

Color spaces of #b3974a

RGB 17915174
HSL0.120.420.50
HSV44°59°70°
CMYK 0.000.160.59   0.30
XYZ30.893032.211311.0677
Yxy32.21130.41650.4343
Hunter Lab56.7550-2.159828.1665
CIE-Lab63.51711.031043.7597

#b3974a color RGB value is (179,151,74).

#b3974a hex color red value is 179, green value is 151 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #b3974a hue: 0.12 , saturation: 0.42 and the lightness value of b3974a is 0.50.

The process color (four color CMYK) of #b3974a color hex is 0.00, 0.16, 0.59, 0.30. Web safe color of #b3974a is #cc9933. Color #b3974a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10010111 01001010
Octal 263 227 112
Decimal 179 151 74
Hex B3 97 4A

RGB Percentages of Color #b3974a

%44.31
%37.38
%18.32

CMYK Percentages of Color #b3974a

%0
%16
%59
%30

Triadic Colors of #b3974a

#b3974a #4ab397 #974ab3

Analogous Colors of #b3974a

#b3974a #9bb34a #b3634a

Monochromatic Colors of #b3974a

#b3974a

Complementary Color

#b3974a #4a66b3

#b3974a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3974a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3974a Color CSS Codes

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

#b3974a Text Font Color

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

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


#b3974a Background Color

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

This div background color is #b3974a


#b3974a Border Color

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

This div border color is #b3974a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3974a


Comments

No comments written yet.

Please login to write comment.