Color Hex Logo

#b29622 Color Hex

#B29622
(178,150,34)
0 Favorites   0 Comments

Color spaces of #b29622

RGB 17815034
HSL0.130.680.42
HSV48°81°70°
CMYK 0.000.160.81   0.30
XYZ29.555231.39326.0151
Yxy31.39320.44140.4688
Hunter Lab56.0296-3.894532.8556
CIE-Lab62.8382-1.078159.7567

#b29622 color RGB value is (178,150,34).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 10010110 00100010
Octal 262 226 42
Decimal 178 150 34
Hex B2 96 22

RGB Percentages of Color #b29622

%49.17
%41.44
%9.39

CMYK Percentages of Color #b29622

%0
%16
%81
%30

Triadic Colors of #b29622

#b29622 #22b296 #9622b2

Analogous Colors of #b29622

#b29622 #86b222 #b24e22

Monochromatic Colors of #b29622

#b29622

Complementary Color

#b29622 #223eb2

#b29622 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b29622 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b29622 Color CSS Codes

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

#b29622 Text Font Color

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

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


#b29622 Background Color

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

This div background color is #b29622


#b29622 Border Color

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

This div border color is #b29622


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b29622


Comments

No comments written yet.

Please login to write comment.