Color Hex Logo

#b29926 Color Hex

#B29926
(178,153,38)
0 Favorites   0 Comments

Color spaces of #b29926

RGB 17815338
HSL0.140.650.42
HSV49°79°70°
CMYK 0.000.140.79   0.30
XYZ30.101232.38746.4986
Yxy32.38740.43630.4695
Hunter Lab56.9099-5.178933.0666
CIE-Lab63.6618-2.554959.1881

#b29926 color RGB value is (178,153,38).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 10011001 00100110
Octal 262 231 46
Decimal 178 153 38
Hex B2 99 26

RGB Percentages of Color #b29926

%48.24
%41.46
%10.30

CMYK Percentages of Color #b29926

%0
%14
%79
%30

Triadic Colors of #b29926

#b29926 #26b299 #9926b2

Analogous Colors of #b29926

#b29926 #85b226 #b25326

Monochromatic Colors of #b29926

#b29926

Complementary Color

#b29926 #263fb2

#b29926 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b29926 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b29926 Color CSS Codes

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

#b29926 Text Font Color

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

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


#b29926 Background Color

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

This div background color is #b29926


#b29926 Border Color

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

This div border color is #b29926


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,153,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 #b29926">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b29926


Comments

No comments written yet.

Please login to write comment.