Color Hex Logo

#b28920 Color Hex

#B28920
(178,137,32)
0 Favorites   0 Comments

Color spaces of #b28920

RGB 17813732
HSL0.120.700.41
HSV43°82°70°
CMYK 0.000.230.82   0.30
XYZ27.566527.46065.2140
Yxy27.46060.45760.4558
Hunter Lab52.40292.194830.7827
CIE-Lab59.39835.974357.3696

#b28920 color RGB value is (178,137,32).

#b28920 hex color red value is 178, green value is 137 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #b28920 hue: 0.12 , saturation: 0.70 and the lightness value of b28920 is 0.41.

The process color (four color CMYK) of #b28920 color hex is 0.00, 0.23, 0.82, 0.30. Web safe color of #b28920 is #999933. Color #b28920 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10001001 00100000
Octal 262 211 40
Decimal 178 137 32
Hex B2 89 20

RGB Percentages of Color #b28920

%51.30
%39.48
%9.22

CMYK Percentages of Color #b28920

%0
%23
%82
%30

Triadic Colors of #b28920

#b28920 #20b289 #8920b2

Analogous Colors of #b28920

#b28920 #92b220 #b24020

Monochromatic Colors of #b28920

#b28920

Complementary Color

#b28920 #2049b2

#b28920 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b28920 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b28920 Color CSS Codes

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

#b28920 Text Font Color

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

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


#b28920 Background Color

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

This div background color is #b28920


#b28920 Border Color

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

This div border color is #b28920


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b28920


Comments

No comments written yet.

Please login to write comment.