Color Hex Logo

#b38058 Color Hex

#B38058
(179,128,88)
0 Favorites   0 Comments

Color spaces of #b38058

RGB 17912888
HSL0.070.370.52
HSV26°51°70°
CMYK 0.000.280.51   0.30
XYZ28.071025.726612.7188
Yxy25.72660.42200.3868
Hunter Lab50.721410.025720.6375
CIE-Lab57.776614.970929.4341

#b38058 color RGB value is (179,128,88).

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

The process color (four color CMYK) of #b38058 color hex is 0.00, 0.28, 0.51, 0.30. Web safe color of #b38058 is #cc9966. Color #b38058 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10000000 01011000
Octal 263 200 130
Decimal 179 128 88
Hex B3 80 58

RGB Percentages of Color #b38058

%45.32
%32.41
%22.28

CMYK Percentages of Color #b38058

%0
%28
%51
%30

Triadic Colors of #b38058

#b38058 #58b380 #8058b3

Analogous Colors of #b38058

#b38058 #b3ae58 #b3585e

Monochromatic Colors of #b38058

#b38058

Complementary Color

#b38058 #588bb3

#b38058 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b38058 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b38058 Color CSS Codes

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

#b38058 Text Font Color

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

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


#b38058 Background Color

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

This div background color is #b38058


#b38058 Border Color

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

This div border color is #b38058


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b38058


Comments

No comments written yet.

Please login to write comment.