Color Hex Logo

#b4b99d Color Hex

#B4B99D
(180,185,157)
0 Favorites   0 Comments

Color spaces of #b4b99d

RGB 180185157
HSL0.200.170.67
HSV71°15°73°
CMYK 0.030.000.15   0.27
XYZ42.257246.835538.7113
Yxy46.83550.33060.3665
Hunter Lab68.4365-9.546114.3680
CIE-Lab74.0844-6.681113.6334

#b4b99d color RGB value is (180,185,157).

#b4b99d hex color red value is 180, green value is 185 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #b4b99d hue: 0.20 , saturation: 0.17 and the lightness value of b4b99d is 0.67.

The process color (four color CMYK) of #b4b99d color hex is 0.03, 0.00, 0.15, 0.27. Web safe color of #b4b99d is #cccc99. Color #b4b99d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10111001 10011101
Octal 264 271 235
Decimal 180 185 157
Hex B4 B9 9D

RGB Percentages of Color #b4b99d

%34.48
%35.44
%30.08

CMYK Percentages of Color #b4b99d

%3
%0
%15
%27

Triadic Colors of #b4b99d

#b4b99d #9db4b9 #b99db4

Analogous Colors of #b4b99d

#b4b99d #a6b99d #b9b09d

Monochromatic Colors of #b4b99d

#b4b99d

Complementary Color

#b4b99d #a29db9

#b4b99d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4b99d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4b99d Color CSS Codes

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

#b4b99d Text Font Color

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

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


#b4b99d Background Color

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

This div background color is #b4b99d


#b4b99d Border Color

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

This div border color is #b4b99d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4b99d


Comments

No comments written yet.

Please login to write comment.