Color Hex Logo

#b08358 Color Hex

#B08358
(176,131,88)
0 Favorites   0 Comments

Color spaces of #b08358

RGB 17613188
HSL0.080.360.52
HSV29°50°69°
CMYK 0.000.260.50   0.31
XYZ27.782226.167312.8190
Yxy26.16730.41610.3919
Hunter Lab51.15407.425520.9499
CIE-Lab58.195512.019529.9003

#b08358 color RGB value is (176,131,88).

#b08358 hex color red value is 176, green value is 131 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #b08358 hue: 0.08 , saturation: 0.36 and the lightness value of b08358 is 0.52.

The process color (four color CMYK) of #b08358 color hex is 0.00, 0.26, 0.50, 0.31. Web safe color of #b08358 is #999966. Color #b08358 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10000011 01011000
Octal 260 203 130
Decimal 176 131 88
Hex B0 83 58

RGB Percentages of Color #b08358

%44.56
%33.16
%22.28

CMYK Percentages of Color #b08358

%0
%26
%50
%31

Triadic Colors of #b08358

#b08358 #58b083 #8358b0

Analogous Colors of #b08358

#b08358 #b0af58 #b05859

Monochromatic Colors of #b08358

#b08358

Complementary Color

#b08358 #5885b0

#b08358 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b08358 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b08358 Color CSS Codes

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

#b08358 Text Font Color

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

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


#b08358 Background Color

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

This div background color is #b08358


#b08358 Border Color

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

This div border color is #b08358


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(176,131,88, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b08358; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b08358;
  -webkit-box-shadow: 1px 1px 3px 2px #b08358;
  box-shadow:         1px 1px 3px 2px #b08358; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,131,88, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b08358


Comments

No comments written yet.

Please login to write comment.