Color Hex Logo

#b26320 Color Hex

#B26320
(178,99,32)
0 Favorites   0 Comments

Color spaces of #b26320

RGB 1789932
HSL0.080.700.41
HSV28°82°70°
CMYK 0.000.440.82   0.30
XYZ23.082618.49293.7194
Yxy18.49290.50960.4083
Hunter Lab43.003420.556224.9743
CIE-Lab50.088627.085849.0523

#b26320 color RGB value is (178,99,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 01100011 00100000
Octal 262 143 40
Decimal 178 99 32
Hex B2 63 20

RGB Percentages of Color #b26320

%57.61
%32.04
%10.36

CMYK Percentages of Color #b26320

%0
%44
%82
%30

Triadic Colors of #b26320

#b26320 #20b263 #6320b2

Analogous Colors of #b26320

#b26320 #b2ac20 #b22026

Monochromatic Colors of #b26320

#b26320

Complementary Color

#b26320 #206fb2

#b26320 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b26320 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b26320 Color CSS Codes

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

#b26320 Text Font Color

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

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


#b26320 Background Color

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

This div background color is #b26320


#b26320 Border Color

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

This div border color is #b26320


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b26320


Comments

No comments written yet.

Please login to write comment.