Color Hex Logo

#b29095 Color Hex

#B29095
(178,144,149)
0 Favorites   0 Comments

Color spaces of #b29095

RGB 178144149
HSL0.980.180.63
HSV351°19°70°
CMYK 0.000.190.16   0.30
XYZ33.758231.581432.7503
Yxy31.58140.34420.3220
Hunter Lab56.19738.88114.7855
CIE-Lab62.995413.59532.1958

#b29095 color RGB value is (178,144,149).

#b29095 hex color red value is 178, green value is 144 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #b29095 hue: 0.98 , saturation: 0.18 and the lightness value of b29095 is 0.63.

The process color (four color CMYK) of #b29095 color hex is 0.00, 0.19, 0.16, 0.30. Web safe color of #b29095 is #999999. Color #b29095 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10010000 10010101
Octal 262 220 225
Decimal 178 144 149
Hex B2 90 95

RGB Percentages of Color #b29095

%37.79
%30.57
%31.63

CMYK Percentages of Color #b29095

%0
%19
%16
%30

Triadic Colors of #b29095

#b29095 #95b290 #9095b2

Analogous Colors of #b29095

#b29095 #b29c90 #b290a6

Monochromatic Colors of #b29095

#b29095

Complementary Color

#b29095 #90b2ad

#b29095 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b29095 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b29095 Color CSS Codes

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

#b29095 Text Font Color

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

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


#b29095 Background Color

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

This div background color is #b29095


#b29095 Border Color

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

This div border color is #b29095


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b29095


Comments

No comments written yet.

Please login to write comment.