Color Hex Logo

#b28249 Color Hex

#B28249
(178,130,73)
0 Favorites   0 Comments

Color spaces of #b28249

RGB 17813073
HSL0.090.420.49
HSV33°59°70°
CMYK 0.000.270.59   0.30
XYZ27.545325.91139.8529
Yxy25.91130.43510.4093
Hunter Lab50.90317.511524.1559
CIE-Lab57.952812.120037.7141

#b28249 color RGB value is (178,130,73).

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

The process color (four color CMYK) of #b28249 color hex is 0.00, 0.27, 0.59, 0.30. Web safe color of #b28249 is #999933. Color #b28249 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10000010 01001001
Octal 262 202 111
Decimal 178 130 73
Hex B2 82 49

RGB Percentages of Color #b28249

%46.72
%34.12
%19.16

CMYK Percentages of Color #b28249

%0
%27
%59
%30

Triadic Colors of #b28249

#b28249 #49b282 #8249b2

Analogous Colors of #b28249

#b28249 #aeb249 #b24e49

Monochromatic Colors of #b28249

#b28249

Complementary Color

#b28249 #4979b2

#b28249 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b28249 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b28249 Color CSS Codes

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

#b28249 Text Font Color

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

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


#b28249 Background Color

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

This div background color is #b28249


#b28249 Border Color

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

This div border color is #b28249


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b28249


Comments

No comments written yet.

Please login to write comment.