Hex #b09293 Color

#b09293
equivalent to

RGB

(176, 146, 147)

Details of #b09293

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
176
33.4498
0.99
0.00
63.2556
31.8945
358°
56.4752
146
31.8945
0.16
0.17
11.3925
0.3436
17°
6.8930
147
31.9970
0.63
0.16   0.31
3.6797
0.3277
69°
5.9523

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
10110000
260
176
B0
Green
10010010
222
146
92
Blue
10010011
223
147
93

RGB in % of #b09293

%37.53
%31.13
%31.34

CMYK in % of #b09293

%0
%17
%16
%31

Triads of color #b09293

#b09293 #9293b0 #93b093

Similar Colors to #b09293

#b09293 #b092a2 #b0a092

Preview Color #b09293 on black ground

#b09293 is very interesting for text.

Preview Color #b09293 on white ground

#b09293 is very interesting for text.

CSS Codes #b09293 color

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

Text Font Color #b09293

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

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


Background Color #b09293

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

This div background color is #b09293


Border Color #b09293

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

The color of this border is #b09293


Examples Css3

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

Text Shadow using RGB

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

The shadow of this text using RGB.


Text Shadow using Hex

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

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #b09293