Color Hex Logo

#b28d55 Color Hex

#B28D55
(178,141,85)
0 Favorites   0 Comments

Color spaces of #b28d55

RGB 17814185
HSL0.100.380.52
HSV36°52°70°
CMYK 0.000.210.52   0.30
XYZ29.524729.170612.6687
Yxy29.17060.41370.4088
Hunter Lab54.00983.060623.8996
CIE-Lab60.93197.022035.0028

#b28d55 color RGB value is (178,141,85).

#b28d55 hex color red value is 178, green value is 141 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #b28d55 hue: 0.10 , saturation: 0.38 and the lightness value of b28d55 is 0.52.

The process color (four color CMYK) of #b28d55 color hex is 0.00, 0.21, 0.52, 0.30. Web safe color of #b28d55 is #999966. Color #b28d55 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10001101 01010101
Octal 262 215 125
Decimal 178 141 85
Hex B2 8D 55

RGB Percentages of Color #b28d55

%44.06
%34.90
%21.04

CMYK Percentages of Color #b28d55

%0
%21
%52
%30

Triadic Colors of #b28d55

#b28d55 #55b28d #8d55b2

Analogous Colors of #b28d55

#b28d55 #a9b255 #b25f55

Monochromatic Colors of #b28d55

#b28d55

Complementary Color

#b28d55 #557ab2

#b28d55 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b28d55 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b28d55 Color CSS Codes

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

#b28d55 Text Font Color

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

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


#b28d55 Background Color

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

This div background color is #b28d55


#b28d55 Border Color

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

This div border color is #b28d55


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b28d55


Comments

No comments written yet.

Please login to write comment.