Color Hex Logo

#b26520 Color Hex

#B26520
(178,101,32)
0 Favorites   0 Comments

Color spaces of #b26520

RGB 17810132
HSL0.080.700.41
HSV28°82°70°
CMYK 0.000.430.82   0.30
XYZ23.274518.87663.7834
Yxy18.87660.50670.4109
Hunter Lab43.447219.589125.2501
CIE-Lab50.542525.991249.4649

#b26520 color RGB value is (178,101,32).

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

The process color (four color CMYK) of #b26520 color hex is 0.00, 0.43, 0.82, 0.30. Web safe color of #b26520 is #996633. Color #b26520 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01100101 00100000
Octal 262 145 40
Decimal 178 101 32
Hex B2 65 20

RGB Percentages of Color #b26520

%57.23
%32.48
%10.29

CMYK Percentages of Color #b26520

%0
%43
%82
%30

Triadic Colors of #b26520

#b26520 #20b265 #6520b2

Analogous Colors of #b26520

#b26520 #b2ae20 #b22024

Monochromatic Colors of #b26520

#b26520

Complementary Color

#b26520 #206db2

#b26520 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b26520 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b26520 Color CSS Codes

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

#b26520 Text Font Color

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

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


#b26520 Background Color

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

This div background color is #b26520


#b26520 Border Color

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

This div border color is #b26520


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,101,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 #b26520">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b26520

#b26520 Color Palettes


Comments

No comments written yet.

Please login to write comment.