Color Hex Logo

#b29626 Color Hex

#B29626
(178,150,38)
0 Favorites   0 Comments

Color spaces of #b29626

RGB 17815038
HSL0.130.650.42
HSV48°79°70°
CMYK 0.000.160.79   0.30
XYZ29.616331.41766.3370
Yxy31.41760.43960.4663
Hunter Lab56.0514-3.774632.5328
CIE-Lab62.8586-0.932958.4566

#b29626 color RGB value is (178,150,38).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 10010110 00100110
Octal 262 226 46
Decimal 178 150 38
Hex B2 96 26

RGB Percentages of Color #b29626

%48.63
%40.98
%10.38

CMYK Percentages of Color #b29626

%0
%16
%79
%30

Triadic Colors of #b29626

#b29626 #26b296 #9626b2

Analogous Colors of #b29626

#b29626 #88b226 #b25026

Monochromatic Colors of #b29626

#b29626

Complementary Color

#b29626 #2642b2

#b29626 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b29626 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b29626 Color CSS Codes

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

#b29626 Text Font Color

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

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


#b29626 Background Color

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

This div background color is #b29626


#b29626 Border Color

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

This div border color is #b29626


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b29626


Comments

No comments written yet.

Please login to write comment.