Color Hex Logo

#b28d2c Color Hex

#B28D2C
(178,141,44)
0 Favorites   0 Comments

Color spaces of #b28d2c

RGB 17814144
HSL0.120.600.44
HSV43°75°70°
CMYK 0.000.210.75   0.30
XYZ28.339628.69666.4282
Yxy28.69660.44650.4522
Hunter Lab53.56920.685330.3838
CIE-Lab60.51294.235254.0423

#b28d2c color RGB value is (178,141,44).

#b28d2c hex color red value is 178, green value is 141 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #b28d2c hue: 0.12 , saturation: 0.60 and the lightness value of b28d2c is 0.44.

The process color (four color CMYK) of #b28d2c color hex is 0.00, 0.21, 0.75, 0.30. Web safe color of #b28d2c is #999933. Color #b28d2c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10001101 00101100
Octal 262 215 54
Decimal 178 141 44
Hex B2 8D 2C

RGB Percentages of Color #b28d2c

%49.04
%38.84
%12.12

CMYK Percentages of Color #b28d2c

%0
%21
%75
%30

Triadic Colors of #b28d2c

#b28d2c #2cb28d #8d2cb2

Analogous Colors of #b28d2c

#b28d2c #94b22c #b24a2c

Monochromatic Colors of #b28d2c

#b28d2c

Complementary Color

#b28d2c #2c51b2

#b28d2c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b28d2c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b28d2c Color CSS Codes

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

#b28d2c Text Font Color

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

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


#b28d2c Background Color

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

This div background color is #b28d2c


#b28d2c Border Color

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

This div border color is #b28d2c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b28d2c


Comments

No comments written yet.

Please login to write comment.