Color Hex Logo

#b28e7e Color Hex

#B28E7E
(178,142,126)
0 Favorites   0 Comments

Color spaces of #b28e7e

RGB 178142126
HSL0.050.250.60
HSV18°29°70°
CMYK 0.000.200.29   0.30
XYZ31.799030.317323.9145
Yxy30.31730.36960.3524
Hunter Lab55.06116.730612.7916
CIE-Lab61.927011.213313.6876

#b28e7e color RGB value is (178,142,126).

#b28e7e hex color red value is 178, green value is 142 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #b28e7e hue: 0.05 , saturation: 0.25 and the lightness value of b28e7e is 0.60.

The process color (four color CMYK) of #b28e7e color hex is 0.00, 0.20, 0.29, 0.30. Web safe color of #b28e7e is #999966. Color #b28e7e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10001110 01111110
Octal 262 216 176
Decimal 178 142 126
Hex B2 8E 7E

RGB Percentages of Color #b28e7e

%39.91
%31.84
%28.25

CMYK Percentages of Color #b28e7e

%0
%20
%29
%30

Triadic Colors of #b28e7e

#b28e7e #7eb28e #8e7eb2

Analogous Colors of #b28e7e

#b28e7e #b2a87e #b27e88

Monochromatic Colors of #b28e7e

#b28e7e

Complementary Color

#b28e7e #7ea2b2

#b28e7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b28e7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b28e7e Color CSS Codes

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

#b28e7e Text Font Color

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

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


#b28e7e Background Color

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

This div background color is #b28e7e


#b28e7e Border Color

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

This div border color is #b28e7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b28e7e


Comments

No comments written yet.

Please login to write comment.