Color Hex Logo

#b4975e Color Hex

#B4975E
(180,151,94)
0 Favorites   0 Comments

Color spaces of #b4975e

RGB 18015194
HSL0.110.360.54
HSV40°48°71°
CMYK 0.000.160.48   0.29
XYZ31.909432.644715.2089
Yxy32.64470.40010.4093
Hunter Lab57.1355-0.297424.2125
CIE-Lab63.87223.230233.9397

#b4975e color RGB value is (180,151,94).

#b4975e hex color red value is 180, green value is 151 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #b4975e hue: 0.11 , saturation: 0.36 and the lightness value of b4975e is 0.54.

The process color (four color CMYK) of #b4975e color hex is 0.00, 0.16, 0.48, 0.29. Web safe color of #b4975e is #cc9966. Color #b4975e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10010111 01011110
Octal 264 227 136
Decimal 180 151 94
Hex B4 97 5E

RGB Percentages of Color #b4975e

%42.35
%35.53
%22.12

CMYK Percentages of Color #b4975e

%0
%16
%48
%29

Triadic Colors of #b4975e

#b4975e #5eb497 #975eb4

Analogous Colors of #b4975e

#b4975e #a6b45e #b46c5e

Monochromatic Colors of #b4975e

#b4975e

Complementary Color

#b4975e #5e7bb4

#b4975e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4975e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4975e Color CSS Codes

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

#b4975e Text Font Color

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

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


#b4975e Background Color

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

This div background color is #b4975e


#b4975e Border Color

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

This div border color is #b4975e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4975e


Comments

No comments written yet.

Please login to write comment.