Color Hex Logo

#b28446 Color Hex

#B28446
(178,132,70)
0 Favorites   0 Comments

Color spaces of #b28446

RGB 17813270
HSL0.100.440.49
HSV34°61°70°
CMYK 0.000.260.61   0.30
XYZ27.716926.40979.4311
Yxy26.40970.43610.4155
Hunter Lab51.39046.339125.0924
CIE-Lab58.423910.774939.8264

#b28446 color RGB value is (178,132,70).

#b28446 hex color red value is 178, green value is 132 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #b28446 hue: 0.10 , saturation: 0.44 and the lightness value of b28446 is 0.49.

The process color (four color CMYK) of #b28446 color hex is 0.00, 0.26, 0.61, 0.30. Web safe color of #b28446 is #999933. Color #b28446 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10000100 01000110
Octal 262 204 106
Decimal 178 132 70
Hex B2 84 46

RGB Percentages of Color #b28446

%46.84
%34.74
%18.42

CMYK Percentages of Color #b28446

%0
%26
%61
%30

Triadic Colors of #b28446

#b28446 #46b284 #8446b2

Analogous Colors of #b28446

#b28446 #aab246 #b24e46

Monochromatic Colors of #b28446

#b28446

Complementary Color

#b28446 #4674b2

#b28446 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b28446 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b28446 Color CSS Codes

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

#b28446 Text Font Color

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

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


#b28446 Background Color

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

This div background color is #b28446


#b28446 Border Color

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

This div border color is #b28446


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b28446


Comments

No comments written yet.

Please login to write comment.