Color Hex Logo

#b99290 Color Hex

#B99290
(185,146,144)
0 Favorites   0 Comments

Color spaces of #b99290

RGB 185146144
HSL0.010.230.65
HSV22°73°
CMYK 0.000.210.22   0.27
XYZ35.320532.885730.8715
Yxy32.88570.35650.3319
Hunter Lab57.34619.58598.2242
CIE-Lab64.068314.35116.6586

#b99290 color RGB value is (185,146,144).

#b99290 hex color red value is 185, green value is 146 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #b99290 hue: 0.01 , saturation: 0.23 and the lightness value of b99290 is 0.65.

The process color (four color CMYK) of #b99290 color hex is 0.00, 0.21, 0.22, 0.27. Web safe color of #b99290 is #cc9999. Color #b99290 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10010010 10010000
Octal 271 222 220
Decimal 185 146 144
Hex B9 92 90

RGB Percentages of Color #b99290

%38.95
%30.74
%30.32

CMYK Percentages of Color #b99290

%0
%21
%22
%27

Triadic Colors of #b99290

#b99290 #90b992 #9290b9

Analogous Colors of #b99290

#b99290 #b9a790 #b990a3

Monochromatic Colors of #b99290

#b99290

Complementary Color

#b99290 #90b7b9

#b99290 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b99290 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b99290 Color CSS Codes

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

#b99290 Text Font Color

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

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


#b99290 Background Color

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

This div background color is #b99290


#b99290 Border Color

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

This div border color is #b99290


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b99290


Comments

No comments written yet.

Please login to write comment.