Color Hex Logo

#b29425 Color Hex

#B29425
(178,148,37)
0 Favorites   0 Comments

Color spaces of #b29425

RGB 17814837
HSL0.130.660.42
HSV47°79°70°
CMYK 0.000.170.79   0.30
XYZ29.283930.77846.1477
Yxy30.77840.44230.4649
Hunter Lab55.4783-2.866832.2647
CIE-Lab62.32010.115258.3078

#b29425 color RGB value is (178,148,37).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 10010100 00100101
Octal 262 224 45
Decimal 178 148 37
Hex B2 94 25

RGB Percentages of Color #b29425

%49.04
%40.77
%10.19

CMYK Percentages of Color #b29425

%0
%17
%79
%30

Triadic Colors of #b29425

#b29425 #25b294 #9425b2

Analogous Colors of #b29425

#b29425 #8ab225 #b24e25

Monochromatic Colors of #b29425

#b29425

Complementary Color

#b29425 #2543b2

#b29425 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b29425 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b29425 Color CSS Codes

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

#b29425 Text Font Color

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

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


#b29425 Background Color

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

This div background color is #b29425


#b29425 Border Color

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

This div border color is #b29425


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b29425


Comments

No comments written yet.

Please login to write comment.