Color Hex Logo

#b29360 Color Hex

#B29360
(178,147,96)
0 Favorites   0 Comments

Color spaces of #b29360

RGB 17814796
HSL0.100.350.54
HSV37°46°70°
CMYK 0.000.170.46   0.30
XYZ30.905131.176915.4552
Yxy31.17690.39860.4021
Hunter Lab55.83631.085422.6742
CIE-Lab62.65674.784831.2868

#b29360 color RGB value is (178,147,96).

#b29360 hex color red value is 178, green value is 147 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #b29360 hue: 0.10 , saturation: 0.35 and the lightness value of b29360 is 0.54.

The process color (four color CMYK) of #b29360 color hex is 0.00, 0.17, 0.46, 0.30. Web safe color of #b29360 is #999966. Color #b29360 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10010011 01100000
Octal 262 223 140
Decimal 178 147 96
Hex B2 93 60

RGB Percentages of Color #b29360

%42.28
%34.92
%22.80

CMYK Percentages of Color #b29360

%0
%17
%46
%30

Triadic Colors of #b29360

#b29360 #60b293 #9360b2

Analogous Colors of #b29360

#b29360 #a8b260 #b26a60

Monochromatic Colors of #b29360

#b29360

Complementary Color

#b29360 #607fb2

#b29360 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b29360 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b29360 Color CSS Codes

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

#b29360 Text Font Color

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

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


#b29360 Background Color

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

This div background color is #b29360


#b29360 Border Color

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

This div border color is #b29360


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b29360


Comments

No comments written yet.

Please login to write comment.