Color Hex Logo

#b58658 Color Hex

#B58658
(181,134,88)
0 Favorites   0 Comments

Color spaces of #b58658

RGB 18113488
HSL0.080.390.53
HSV30°51°71°
CMYK 0.000.260.51   0.29
XYZ29.342627.578513.0092
Yxy27.57850.41960.3944
Hunter Lab52.51527.834222.0732
CIE-Lab59.506012.470431.6774

#b58658 color RGB value is (181,134,88).

#b58658 hex color red value is 181, green value is 134 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #b58658 hue: 0.08 , saturation: 0.39 and the lightness value of b58658 is 0.53.

The process color (four color CMYK) of #b58658 color hex is 0.00, 0.26, 0.51, 0.29. Web safe color of #b58658 is #cc9966. Color #b58658 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10000110 01011000
Octal 265 206 130
Decimal 181 134 88
Hex B5 86 58

RGB Percentages of Color #b58658

%44.91
%33.25
%21.84

CMYK Percentages of Color #b58658

%0
%26
%51
%29

Triadic Colors of #b58658

#b58658 #58b586 #8658b5

Analogous Colors of #b58658

#b58658 #b5b558 #b55858

Monochromatic Colors of #b58658

#b58658

Complementary Color

#b58658 #5887b5

#b58658 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b58658 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b58658 Color CSS Codes

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

#b58658 Text Font Color

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

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


#b58658 Background Color

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

This div background color is #b58658


#b58658 Border Color

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

This div border color is #b58658


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,134,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 #b58658">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b58658


Comments

No comments written yet.

Please login to write comment.