Color Hex Logo

#b1998a Color Hex

#B1998A
(177,153,138)
0 Favorites   0 Comments

Color spaces of #b1998a

RGB 177153138
HSL0.060.200.62
HSV23°22°69°
CMYK 0.000.140.22   0.31
XYZ34.110133.964628.8028
Yxy33.96460.35210.3506
Hunter Lab58.27922.485411.4930
CIE-Lab64.93456.463411.1550

#b1998a color RGB value is (177,153,138).

#b1998a hex color red value is 177, green value is 153 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #b1998a hue: 0.06 , saturation: 0.20 and the lightness value of b1998a is 0.62.

The process color (four color CMYK) of #b1998a color hex is 0.00, 0.14, 0.22, 0.31. Web safe color of #b1998a is #999999. Color #b1998a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10011001 10001010
Octal 261 231 212
Decimal 177 153 138
Hex B1 99 8A

RGB Percentages of Color #b1998a

%37.82
%32.69
%29.49

CMYK Percentages of Color #b1998a

%0
%14
%22
%31

Triadic Colors of #b1998a

#b1998a #8ab199 #998ab1

Analogous Colors of #b1998a

#b1998a #b1ad8a #b18a8f

Monochromatic Colors of #b1998a

#b1998a

Complementary Color

#b1998a #8aa2b1

#b1998a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1998a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1998a Color CSS Codes

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

#b1998a Text Font Color

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

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


#b1998a Background Color

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

This div background color is #b1998a


#b1998a Border Color

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

This div border color is #b1998a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(177,153,138, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b1998a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b1998a;
  -webkit-box-shadow: 1px 1px 3px 2px #b1998a;
  box-shadow:         1px 1px 3px 2px #b1998a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,153,138, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1998a


Comments

No comments written yet.

Please login to write comment.