#b09e94

#b09e94 color hex

#b09e94 hex color information.
RGB value of #b09e94 is (176,158,148)
Change page background color to #b09e94 | Reset

#b09e94 rgb color chart

Color spaces of #b09e94

RGB 176158148
HSL0.060.150.64
HSV21°16°69°
CMYK 0.000.100.16   0.31
XYZ35.476735.821933.0615
Yxy35.82190.33990.3433
Hunter Lab59.85141.06539.1446
CIE-Lab66.38364.90027.6144

Shades of #b09e94

Tints of #b09e94

RGB Percentages of Color #b09e94

%36.51
%32.78
%30.71

CMYK Percentages of Color #b09e94

%0
%10
%16
%31

#b09e94 Color Info

#b09e94 hex color red value is 176, green value is 158 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #b09e94 hue: 0.06 , saturation: 0.15 and the lightness value of b09e94 is 0.64.

The process color (four color CMYK) of #b09e94 hex color is 0.00, 0.10, 0.16, 0.31. Web safe color of #b09e94 is #999999

Color #b09e94 contains mostly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10011110 10010100
Octal 260 236 224
Decimal 176 158 148
Hexadecimal B0 9E 94

Decimal base numbers are RGB value of the color.

Monochromatic Colors of #b09e94

Triadic Colors of #b09e94

#b09e94 #94af9d #9d94af

Analogous Colors of #b09e94

#b09e94 #afab94 #af9498

Complementary Color of #b09e94

#b09e94 #94a6af

#b09e94 HSL Color Chart
#b09e94 hsl color chart
#b09e94 RGB Color Chart

#b09e94 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b09e94 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b09e94 Color CSS Codes

.mybgcolor {background-color:#b09e94; } 
.myforecolor {color:#b09e94; }
.mybordercolor {border:3px solid #b09e94; }
Sample text font color #b09e94

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

html code
<p style="color:#b09e94">Text here</p>
#b09e94 background color

This div background color is #b09e94

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

This div border color is #b09e94

<div style="border:3px solid #b09e94">
Div here</div>
HTML Button and Input Text Box Sample

HTML Table Border #b09e94 Color Sample
#b09e94border color

CSS3 Examples

.textShadowRgb {
    text-shadow: 4px 4px 2px rgba(176,158,148, 0.8); 
        } 
.textShadowHex { 
    text-shadow: 4px 4px 2px #b09e94; 
        }
.divShadow { 
    -moz-box-shadow: 1px 1px 3px 2px #b09e94;
  -webkit-box-shadow: 1px 1px 3px 2px #b09e94;
  box-shadow:         1px 1px 3px 2px #b09e94; 
      }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(176,158,148, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b09e94">Text here</p>

This text has shadow with hex values.



Div Box Shadow

This div box has shadow with color #b09e94

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

Share your comments, give name to this color:



Your comment has added and will published after it's approved.
Back to top