Color Hex Logo

#b28158 Color Hex

#B28158
(178,129,88)
0 Favorites   0 Comments

Color spaces of #b28158

RGB 17812988
HSL0.080.370.52
HSV27°51°70°
CMYK 0.000.280.51   0.30
XYZ27.971825.870112.7517
Yxy25.87010.42000.3885
Hunter Lab50.86279.156020.7394
CIE-Lab57.913513.988129.5860

#b28158 color RGB value is (178,129,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 10000001 01011000
Octal 262 201 130
Decimal 178 129 88
Hex B2 81 58

RGB Percentages of Color #b28158

%45.06
%32.66
%22.28

CMYK Percentages of Color #b28158

%0
%28
%51
%30

Triadic Colors of #b28158

#b28158 #58b281 #8158b2

Analogous Colors of #b28158

#b28158 #b2ae58 #b2585c

Monochromatic Colors of #b28158

#b28158

Complementary Color

#b28158 #5889b2

#b28158 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b28158 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b28158 Color CSS Codes

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

#b28158 Text Font Color

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

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


#b28158 Background Color

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

This div background color is #b28158


#b28158 Border Color

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

This div border color is #b28158


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b28158


Comments

No comments written yet.

Please login to write comment.