Color Hex Logo

#b28f3e Color Hex

#B28F3E
(178,143,62)
0 Favorites   0 Comments

Color spaces of #b28f3e

RGB 17814362
HSL0.120.480.47
HSV42°65°70°
CMYK 0.000.200.65   0.30
XYZ29.052129.45778.7121
Yxy29.45770.43220.4382
Hunter Lab54.27490.565728.4754
CIE-Lab61.18354.121246.8927

#b28f3e color RGB value is (178,143,62).

#b28f3e hex color red value is 178, green value is 143 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #b28f3e hue: 0.12 , saturation: 0.48 and the lightness value of b28f3e is 0.47.

The process color (four color CMYK) of #b28f3e color hex is 0.00, 0.20, 0.65, 0.30. Web safe color of #b28f3e is #999933. Color #b28f3e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10001111 00111110
Octal 262 217 76
Decimal 178 143 62
Hex B2 8F 3E

RGB Percentages of Color #b28f3e

%46.48
%37.34
%16.19

CMYK Percentages of Color #b28f3e

%0
%20
%65
%30

Triadic Colors of #b28f3e

#b28f3e #3eb28f #8f3eb2

Analogous Colors of #b28f3e

#b28f3e #9bb23e #b2553e

Monochromatic Colors of #b28f3e

#b28f3e

Complementary Color

#b28f3e #3e61b2

#b28f3e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b28f3e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b28f3e Color CSS Codes

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

#b28f3e Text Font Color

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

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


#b28f3e Background Color

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

This div background color is #b28f3e


#b28f3e Border Color

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

This div border color is #b28f3e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b28f3e


Comments

No comments written yet.

Please login to write comment.