Color Hex Logo

#b28059 Color Hex

#B28059
(178,128,89)
0 Favorites   0 Comments

Color spaces of #b28059

RGB 17812889
HSL0.070.370.52
HSV26°50°70°
CMYK 0.000.280.50   0.30
XYZ27.882425.624612.9277
Yxy25.62460.41970.3857
Hunter Lab50.62079.733220.2928
CIE-Lab57.679014.644428.7335

#b28059 color RGB value is (178,128,89).

#b28059 hex color red value is 178, green value is 128 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #b28059 hue: 0.07 , saturation: 0.37 and the lightness value of b28059 is 0.52.

The process color (four color CMYK) of #b28059 color hex is 0.00, 0.28, 0.50, 0.30. Web safe color of #b28059 is #999966. Color #b28059 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10000000 01011001
Octal 262 200 131
Decimal 178 128 89
Hex B2 80 59

RGB Percentages of Color #b28059

%45.06
%32.41
%22.53

CMYK Percentages of Color #b28059

%0
%28
%50
%30

Triadic Colors of #b28059

#b28059 #59b280 #8059b2

Analogous Colors of #b28059

#b28059 #b2ad59 #b2595e

Monochromatic Colors of #b28059

#b28059

Complementary Color

#b28059 #598bb2

#b28059 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b28059 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b28059 Color CSS Codes

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

#b28059 Text Font Color

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

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


#b28059 Background Color

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

This div background color is #b28059


#b28059 Border Color

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

This div border color is #b28059


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b28059


Comments

No comments written yet.

Please login to write comment.