Color Hex Logo

#b09390 Color Hex

#B09390
(176,147,144)
0 Favorites   0 Comments

Color spaces of #b09390

RGB 176147144
HSL0.020.170.63
HSV18°69°
CMYK 0.000.160.18   0.31
XYZ33.372332.111230.8247
Yxy32.11120.34650.3334
Hunter Lab56.66675.95587.4151
CIE-Lab63.434710.34745.6327

#b09390 color RGB value is (176,147,144).

#b09390 hex color red value is 176, green value is 147 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #b09390 hue: 0.02 , saturation: 0.17 and the lightness value of b09390 is 0.63.

The process color (four color CMYK) of #b09390 color hex is 0.00, 0.16, 0.18, 0.31. Web safe color of #b09390 is #999999. Color #b09390 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10010011 10010000
Octal 260 223 220
Decimal 176 147 144
Hex B0 93 90

RGB Percentages of Color #b09390

%37.69
%31.48
%30.84

CMYK Percentages of Color #b09390

%0
%16
%18
%31

Triadic Colors of #b09390

#b09390 #90b093 #9390b0

Analogous Colors of #b09390

#b09390 #b0a390 #b0909d

Monochromatic Colors of #b09390

#b09390

Complementary Color

#b09390 #90adb0

#b09390 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b09390 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b09390 Color CSS Codes

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

#b09390 Text Font Color

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

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


#b09390 Background Color

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

This div background color is #b09390


#b09390 Border Color

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

This div border color is #b09390


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,147,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 #b09390">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b09390


Comments

No comments written yet.

Please login to write comment.