Color Hex Logo

#b29448 Color Hex

#B29448
(178,148,72)
0 Favorites   0 Comments

Color spaces of #b29448

RGB 17814872
HSL0.120.420.49
HSV43°60°70°
CMYK 0.000.170.60   0.30
XYZ30.119731.112710.5488
Yxy31.11270.41960.4334
Hunter Lab55.7788-1.225527.8323
CIE-Lab62.60272.080143.6651

#b29448 color RGB value is (178,148,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 10010100 01001000
Octal 262 224 110
Decimal 178 148 72
Hex B2 94 48

RGB Percentages of Color #b29448

%44.72
%37.19
%18.09

CMYK Percentages of Color #b29448

%0
%17
%60
%30

Triadic Colors of #b29448

#b29448 #48b294 #9448b2

Analogous Colors of #b29448

#b29448 #9bb248 #b25f48

Monochromatic Colors of #b29448

#b29448

Complementary Color

#b29448 #4866b2

#b29448 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b29448 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b29448 Color CSS Codes

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

#b29448 Text Font Color

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

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


#b29448 Background Color

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

This div background color is #b29448


#b29448 Border Color

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

This div border color is #b29448


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b29448


Comments

No comments written yet.

Please login to write comment.