Color Hex Logo

#b29635 Color Hex

#B29635
(178,150,53)
0 Favorites   0 Comments

Color spaces of #b29635

RGB 17815053
HSL0.130.540.45
HSV47°70°70°
CMYK 0.000.160.70   0.30
XYZ29.909031.53477.8786
Yxy31.53470.43140.4549
Hunter Lab56.1558-3.202130.9907
CIE-Lab62.9564-0.241652.7906

#b29635 color RGB value is (178,150,53).

#b29635 hex color red value is 178, green value is 150 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #b29635 hue: 0.13 , saturation: 0.54 and the lightness value of b29635 is 0.45.

The process color (four color CMYK) of #b29635 color hex is 0.00, 0.16, 0.70, 0.30. Web safe color of #b29635 is #999933. Color #b29635 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10010110 00110101
Octal 262 226 65
Decimal 178 150 53
Hex B2 96 35

RGB Percentages of Color #b29635

%46.72
%39.37
%13.91

CMYK Percentages of Color #b29635

%0
%16
%70
%30

Triadic Colors of #b29635

#b29635 #35b296 #9635b2

Analogous Colors of #b29635

#b29635 #90b235 #b25835

Monochromatic Colors of #b29635

#b29635

Complementary Color

#b29635 #3551b2

#b29635 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b29635 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b29635 Color CSS Codes

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

#b29635 Text Font Color

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

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


#b29635 Background Color

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

This div background color is #b29635


#b29635 Border Color

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

This div border color is #b29635


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b29635


Comments

No comments written yet.

Please login to write comment.